Package org.forester.go
Class GoNameSpace
java.lang.Object
org.forester.go.GoNameSpace
- 
Nested Class Summary
Nested Classes - 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionstatic GoNameSpacestatic GoNameSpacestatic GoNameSpacestatic GoNameSpacebooleangetType()booleanbooleanbooleanbooleantoString() 
- 
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
 
 -