org.biopax.paxtools.model.level2
Interface sequenceSite

All Superinterfaces:
BioPAXElement, java.lang.Cloneable, Level2Element, sequenceLocation, java.io.Serializable, utilityClass

public interface sequenceSite
extends sequenceLocation


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.biopax.paxtools.model.BioPAXElement
BioPAXElement.Key
 
Field Summary
 
Fields inherited from interface org.biopax.paxtools.model.BioPAXElement
UNKNOWN_DOUBLE, UNKNOWN_FLOAT, UNKNOWN_INT
 
Method Summary
 PositionStatusType getPOSITION_STATUS()
           
 int getSEQUENCE_POSITION()
           
 void setPOSITION_STATUS(PositionStatusType POSITION_STATUS)
           
 void setSEQUENCE_POSITION(int SEQUENCE_POSITION)
           
 
Methods inherited from interface org.biopax.paxtools.model.level2.Level2Element
addCOMMENT, getCOMMENT, removeCOMMENT, setCOMMENT
 
Methods inherited from interface org.biopax.paxtools.model.BioPAXElement
equivalenceCode, getAnnotations, getModelInterface, getRDFId, isEquivalent
 

Method Detail

getPOSITION_STATUS

PositionStatusType getPOSITION_STATUS()

getSEQUENCE_POSITION

int getSEQUENCE_POSITION()

setPOSITION_STATUS

void setPOSITION_STATUS(PositionStatusType POSITION_STATUS)

setSEQUENCE_POSITION

void setSEQUENCE_POSITION(int SEQUENCE_POSITION)


Copyright © 2011 BioPAX. All Rights Reserved.