org.forester.go
Class GoNameSpace

java.lang.Object
  extended by org.forester.go.GoNameSpace

public class GoNameSpace
extends Object


Nested Class Summary
static class GoNameSpace.GoNamespaceType
           
 
Field Summary
 String BIOLOGICAL_PROCESS_STR
           
 String CELLULAR_COMPONENT_STR
           
 String MOLECULAR_FUNCTION_STR
           
 String UNASSIGNED_STR
           
 
Constructor Summary
GoNameSpace(GoNameSpace.GoNamespaceType type)
           
GoNameSpace(String type)
           
 
Method Summary
static GoNameSpace createBiologicalProcess()
           
static GoNameSpace createCellularComponent()
           
static GoNameSpace createMolecularFunction()
           
static GoNameSpace createUnassigned()
           
 boolean equals(Object o)
           
 GoNameSpace.GoNamespaceType getType()
           
 boolean isBiologicalProcess()
           
 boolean isCellularComponent()
           
 boolean isMolecularFunction()
           
 boolean isUnassigned()
           
 String toShortString()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

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
Constructor Detail

GoNameSpace

public GoNameSpace(GoNameSpace.GoNamespaceType type)

GoNameSpace

public GoNameSpace(String type)
Method Detail

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()