Package org.biopax.paxtools.model.level2
Interface sequenceSite
- All Superinterfaces:
BioPAXElement,Cloneable,Level2Element,sequenceLocation,Serializable,utilityClass
-
Field Summary
Fields inherited from interface org.biopax.paxtools.model.BioPAXElement
UNKNOWN_DOUBLE, UNKNOWN_FLOAT, UNKNOWN_INT -
Method Summary
Modifier and TypeMethodDescriptionintvoidsetPOSITION_STATUS(PositionStatusType POSITION_STATUS) voidsetSEQUENCE_POSITION(int SEQUENCE_POSITION) 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, setCOMMENT
-
Method Details
-
getPOSITION_STATUS
PositionStatusType getPOSITION_STATUS() -
getSEQUENCE_POSITION
int getSEQUENCE_POSITION() -
setPOSITION_STATUS
-
setSEQUENCE_POSITION
void setSEQUENCE_POSITION(int SEQUENCE_POSITION)
-