org.forester.go
Class GoNameSpace
java.lang.Object
org.forester.go.GoNameSpace
public class GoNameSpace
- extends Object
MOLECULAR_FUNCTION_STR
public final String MOLECULAR_FUNCTION_STR
- See Also:
- Constant Field Values
BIOLOGICAL_PROCESS_STR
public final String BIOLOGICAL_PROCESS_STR
- See Also:
- Constant Field Values
CELLULAR_COMPONENT_STR
public final String CELLULAR_COMPONENT_STR
- See Also:
- Constant Field Values
UNASSIGNED_STR
public final String UNASSIGNED_STR
- See Also:
- Constant Field Values
GoNameSpace
public GoNameSpace(GoNameSpace.GoNamespaceType type)
GoNameSpace
public GoNameSpace(String type)
equals
public boolean equals(Object o)
- Overrides:
equals
in class Object
getType
public GoNameSpace.GoNamespaceType getType()
isBiologicalProcess
public boolean isBiologicalProcess()
isCellularComponent
public boolean isCellularComponent()
isMolecularFunction
public boolean isMolecularFunction()
isUnassigned
public boolean isUnassigned()
toShortString
public String toShortString()
toString
public String toString()
- Overrides:
toString
in class Object
createBiologicalProcess
public static GoNameSpace createBiologicalProcess()
createCellularComponent
public static GoNameSpace createCellularComponent()
createMolecularFunction
public static GoNameSpace createMolecularFunction()
createUnassigned
public static GoNameSpace createUnassigned()