Class TranspathGene
java.lang.Object
de.ipk_gatersleben.ag_nw.graffiti.plugins.databases.transpath.TranspathEntity
de.ipk_gatersleben.ag_nw.graffiti.plugins.databases.transpath.TranspathGene
- All Implemented Interfaces:
TranspathEntityType
public class TranspathGene extends TranspathEntity
-
Field Summary
Fields Modifier and Type Field Description ArrayList<String>
ACCNOS
String
CREATOR
ArrayList<String>
GROUPS_ITEM
ArrayList<String>
MEMBERS_ITEM
String
NAME
ArrayList<String>
REFERENCES_ITEM
ArrayList<String>
RKINS_ITEM
ArrayList<String>
RKOUTS_ITEM
String
SECID
String
SPECIES
ArrayList<String>
SYNONYMS
String
UPDATOR
-
Constructor Summary
Constructors Constructor Description TranspathGene()
-
Method Summary
Modifier and Type Method Description String
getKey()
String
getXMLstartEndEntity()
void
processXMLentityValue(String environment, String value)
Methods inherited from class de.ipk_gatersleben.ag_nw.graffiti.plugins.databases.transpath.TranspathEntity
printTodo
-
Field Details
-
NAME
-
CREATOR
-
UPDATOR
-
SECID
-
SPECIES
-
SYNONYMS
-
GROUPS_ITEM
-
RKOUTS_ITEM
-
RKINS_ITEM
-
REFERENCES_ITEM
-
MEMBERS_ITEM
-
ACCNOS
-
-
Constructor Details
-
TranspathGene
public TranspathGene()
-
-
Method Details
-
getKey
-
getXMLstartEndEntity
-
processXMLentityValue
- Specified by:
processXMLentityValue
in interfaceTranspathEntityType
- Overrides:
processXMLentityValue
in classTranspathEntity
-