Package org.forester.go
Class GoNameSpace
java.lang.Object
org.forester.go.GoNameSpace
-
Nested Class Summary
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic GoNameSpace
static GoNameSpace
static GoNameSpace
static GoNameSpace
boolean
getType()
boolean
boolean
boolean
boolean
toString()
-
Field Details
-
MOLECULAR_FUNCTION_STR
- See Also:
-
BIOLOGICAL_PROCESS_STR
- See Also:
-
CELLULAR_COMPONENT_STR
- See Also:
-
UNASSIGNED_STR
- See Also:
-
-
Constructor Details
-
GoNameSpace
-
GoNameSpace
-
-
Method Details
-
equals
-
getType
-
isBiologicalProcess
public boolean isBiologicalProcess() -
isCellularComponent
public boolean isCellularComponent() -
isMolecularFunction
public boolean isMolecularFunction() -
isUnassigned
public boolean isUnassigned() -
toShortString
-
toString
-
createBiologicalProcess
-
createCellularComponent
-
createMolecularFunction
-
createUnassigned
-