Package org.biopax.paxtools.model.level2
Interface sequenceFeature
- All Superinterfaces:
BioPAXElement,Cloneable,Level2Element,Serializable,utilityClass,XReferrable
-
Field Summary
Fields inherited from interface org.biopax.paxtools.model.BioPAXElement
UNKNOWN_DOUBLE, UNKNOWN_FLOAT, UNKNOWN_INT -
Method Summary
Modifier and TypeMethodDescriptionvoidaddFEATURE_LOCATION(sequenceLocation FEATURE_LOCATION) voidaddSYNONYMS(String SYNONYMS) getNAME()voidremoveFEATURE_LOCATION(sequenceLocation FEATURE_LOCATION) voidremoveSYNONYMS(String SYNONYMS) voidsetFEATURE_LOCATION(Set<sequenceLocation> FEATURE_LOCATION) voidsetFEATURE_TYPE(openControlledVocabulary FEATURE_TYPE) voidvoidsetSHORT_NAME(String SHORT_NAME) voidsetSYNONYMS(Set<String> SYNONYMS) Methods inherited from interface org.biopax.paxtools.model.BioPAXElement
equivalenceCode, getAnnotations, getModelInterface, getUri, isEquivalentMethods inherited from interface org.biopax.paxtools.model.level2.Level2Element
addCOMMENT, getCOMMENT, removeCOMMENT, setCOMMENTMethods inherited from interface org.biopax.paxtools.model.level2.XReferrable
addXREF, findCommonPublications, findCommonRelationships, findCommonUnifications, getXREF, removeXREF, setXREF
-
Method Details
-
addFEATURE_LOCATION
-
addSYNONYMS
-
getFEATURE_LOCATION
Set<sequenceLocation> getFEATURE_LOCATION() -
getFEATURE_TYPE
openControlledVocabulary getFEATURE_TYPE() -
getNAME
String getNAME() -
getSHORT_NAME
String getSHORT_NAME() -
getSYNONYMS
-
removeFEATURE_LOCATION
-
removeSYNONYMS
-
setFEATURE_LOCATION
-
setFEATURE_TYPE
-
setNAME
-
setSHORT_NAME
-
setSYNONYMS
-