org.forester.go
public class GoNameSpace extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
GoNameSpace.GoNamespaceType |
Modifier and Type | Field and Description |
---|---|
java.lang.String |
BIOLOGICAL_PROCESS_STR |
java.lang.String |
CELLULAR_COMPONENT_STR |
java.lang.String |
MOLECULAR_FUNCTION_STR |
java.lang.String |
UNASSIGNED_STR |
Constructor and Description |
---|
GoNameSpace(GoNameSpace.GoNamespaceType type) |
GoNameSpace(java.lang.String type) |
Modifier and Type | Method and Description |
---|---|
static GoNameSpace |
createBiologicalProcess() |
static GoNameSpace |
createCellularComponent() |
static GoNameSpace |
createMolecularFunction() |
static GoNameSpace |
createUnassigned() |
boolean |
equals(java.lang.Object o) |
GoNameSpace.GoNamespaceType |
getType() |
boolean |
isBiologicalProcess() |
boolean |
isCellularComponent() |
boolean |
isMolecularFunction() |
boolean |
isUnassigned() |
java.lang.String |
toShortString() |
java.lang.String |
toString() |
public final java.lang.String MOLECULAR_FUNCTION_STR
public final java.lang.String BIOLOGICAL_PROCESS_STR
public final java.lang.String CELLULAR_COMPONENT_STR
public final java.lang.String UNASSIGNED_STR
public GoNameSpace(GoNameSpace.GoNamespaceType type)
public GoNameSpace(java.lang.String type)
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public GoNameSpace.GoNamespaceType getType()
public boolean isBiologicalProcess()
public boolean isCellularComponent()
public boolean isMolecularFunction()
public boolean isUnassigned()
public java.lang.String toShortString()
public java.lang.String toString()
toString
in class java.lang.Object
public static GoNameSpace createBiologicalProcess()
public static GoNameSpace createCellularComponent()
public static GoNameSpace createMolecularFunction()
public static GoNameSpace createUnassigned()