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>ACCNOSStringCREATORArrayList<String>GROUPS_ITEMArrayList<String>MEMBERS_ITEMStringNAMEArrayList<String>REFERENCES_ITEMArrayList<String>RKINS_ITEMArrayList<String>RKOUTS_ITEMStringSECIDStringSPECIESArrayList<String>SYNONYMSStringUPDATOR -
Constructor Summary
Constructors Constructor Description TranspathGene() -
Method Summary
Modifier and Type Method Description StringgetKey()StringgetXMLstartEndEntity()voidprocessXMLentityValue(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:
processXMLentityValuein interfaceTranspathEntityType- Overrides:
processXMLentityValuein classTranspathEntity
-