public class Application
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
Application.CV
The common set of applications for computer vision.
|
static interface |
Application.NLP
The common set of applications for natural language processing.
|
static interface |
Application.Tabular
The common set of applications for tabular data.
|
| Modifier and Type | Field and Description |
|---|---|
static Application |
UNDEFINED |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
java.lang.String |
getPath()
Returns the repository path of the application.
|
int |
hashCode() |
boolean |
matches(Application test)
Returns whether this application matches the test application set.
|
static Application |
of(java.lang.String path)
Converts a path string to a
Application. |
java.lang.String |
toString() |
public static final Application UNDEFINED
public java.lang.String getPath()
public static Application of(java.lang.String path)
Application.path - the repository path of the applicationApplicationpublic java.lang.String toString()
toString in class java.lang.Objectpublic boolean matches(Application test)
test - a application or application set to test againstpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object