public class GoNameSpace extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
GoNameSpace.GoNamespaceType |
| Modifier and Type | Field and Description |
|---|---|
static String |
BIOLOGICAL_PROCESS_STR |
static String |
CELLULAR_COMPONENT_STR |
static String |
MOLECULAR_FUNCTION_STR |
static String |
UNASSIGNED_STR |
| Constructor and Description |
|---|
GoNameSpace(GoNameSpace.GoNamespaceType type) |
GoNameSpace(String type) |
| Modifier and Type | Method and Description |
|---|---|
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() |
public static final String MOLECULAR_FUNCTION_STR
public static final String BIOLOGICAL_PROCESS_STR
public static final String CELLULAR_COMPONENT_STR
public static final String UNASSIGNED_STR
public GoNameSpace(GoNameSpace.GoNamespaceType type)
public GoNameSpace(String type)
public GoNameSpace.GoNamespaceType getType()
public boolean isBiologicalProcess()
public boolean isCellularComponent()
public boolean isMolecularFunction()
public boolean isUnassigned()
public String toShortString()
public static GoNameSpace createBiologicalProcess()
public static GoNameSpace createCellularComponent()
public static GoNameSpace createMolecularFunction()
public static GoNameSpace createUnassigned()
Copyright © 2016. All rights reserved.