org.forester.go
Class GoNameSpace
java.lang.Object
org.forester.go.GoNameSpace
public class GoNameSpace
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
MOLECULAR_FUNCTION_STR
public final java.lang.String MOLECULAR_FUNCTION_STR
- See Also:
- Constant Field Values
BIOLOGICAL_PROCESS_STR
public final java.lang.String BIOLOGICAL_PROCESS_STR
- See Also:
- Constant Field Values
CELLULAR_COMPONENT_STR
public final java.lang.String CELLULAR_COMPONENT_STR
- See Also:
- Constant Field Values
UNASSIGNED_STR
public final java.lang.String UNASSIGNED_STR
- See Also:
- Constant Field Values
GoNameSpace
public GoNameSpace(GoNameSpace.GoNamespaceType type)
GoNameSpace
public GoNameSpace(java.lang.String type)
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals in class java.lang.Object
getType
public GoNameSpace.GoNamespaceType getType()
isBiologicalProcess
public boolean isBiologicalProcess()
isCellularComponent
public boolean isCellularComponent()
isMolecularFunction
public boolean isMolecularFunction()
isUnassigned
public boolean isUnassigned()
toShortString
public java.lang.String toShortString()
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
createBiologicalProcess
public static GoNameSpace createBiologicalProcess()
createCellularComponent
public static GoNameSpace createCellularComponent()
createMolecularFunction
public static GoNameSpace createMolecularFunction()
createUnassigned
public static GoNameSpace createUnassigned()