Class TranspathPathway
java.lang.Object
de.ipk_gatersleben.ag_nw.graffiti.plugins.databases.transpath.TranspathEntity
de.ipk_gatersleben.ag_nw.graffiti.plugins.databases.transpath.TranspathPathway
- All Implemented Interfaces:
TranspathEntityType
public class TranspathPathway extends TranspathEntity
-
Field Summary
-
Constructor Summary
Constructors Constructor Description TranspathPathway()
-
Method Summary
Modifier and Type Method Description void
addElementsToGraph(Graph g, String clusterID, HashMap<String,Node> graphElementId2graphNode)
String
getKey()
String
getXMLstartEndEntity()
void
processXMLentityValue(String environment, String value)
String
toString()
Methods inherited from class de.ipk_gatersleben.ag_nw.graffiti.plugins.databases.transpath.TranspathEntity
printTodo
-
Field Details
-
ID
-
NAME
-
ALIASES
-
TYPE
-
SUPERFAMILY
-
SUBFAMILY
-
REACTION
-
MOLECULE
-
COMMENT
-
REFERENCE
-
-
Constructor Details
-
TranspathPathway
public TranspathPathway()
-
-
Method Details
-
getKey
-
toString
-
processXMLentityValue
- Specified by:
processXMLentityValue
in interfaceTranspathEntityType
- Overrides:
processXMLentityValue
in classTranspathEntity
-
addElementsToGraph
-
getXMLstartEndEntity
-