org.biopax.paxtools.model.level2
Interface sequenceParticipant

All Superinterfaces:
BioPAXElement, InteractionParticipant, physicalEntityParticipant, utilityClass
All Known Implementing Classes:
sequenceParticipantImpl, sequenceParticipantProxy

public interface sequenceParticipant
extends physicalEntityParticipant


Field Summary
 
Fields inherited from interface org.biopax.paxtools.model.level2.BioPAXElement
UNKNOWN_DOUBLE, UNKNOWN_FLOAT, UNKNOWN_INT
 
Fields inherited from interface org.biopax.paxtools.model.level2.BioPAXElement
UNKNOWN_DOUBLE, UNKNOWN_FLOAT, UNKNOWN_INT
 
Method Summary
 void addSEQUENCE_FEATURE_LIST(sequenceFeature SEQUENCE_FEATURE)
           
 java.util.Set<sequenceFeature> getSEQUENCE_FEATURE_LIST()
           
 void removeSEQUENCE_FEATURE_LIST(sequenceFeature SEQUENCE_FEATURE)
           
 void setSEQUENCE_FEATURE_LIST(java.util.Set<sequenceFeature> SEQUENCE_FEATURE_LIST)
           
 
Methods inherited from interface org.biopax.paxtools.model.level2.physicalEntityParticipant
getCELLULAR_LOCATION, getPHYSICAL_ENTITY, getSTOICHIOMETRIC_COEFFICIENT, isCOMPONENTof, setCELLULAR_LOCATION, setCOMPONENTSof, setPHYSICAL_ENTITY, setSTOICHIOMETRIC_COEFFICIENT
 
Methods inherited from interface org.biopax.paxtools.model.level2.BioPAXElement
addCOMMENT, equivalenceCode, getCOMMENT, getModelInterface, getRDFId, isEquivalent, removeCOMMENT, setCOMMENT, setRDFId
 
Methods inherited from interface org.biopax.paxtools.model.level2.InteractionParticipant
isPARTICIPANTSof
 
Methods inherited from interface org.biopax.paxtools.model.level2.BioPAXElement
addCOMMENT, equivalenceCode, getCOMMENT, getModelInterface, getRDFId, isEquivalent, removeCOMMENT, setCOMMENT, setRDFId
 

Method Detail

addSEQUENCE_FEATURE_LIST

void addSEQUENCE_FEATURE_LIST(sequenceFeature SEQUENCE_FEATURE)

getSEQUENCE_FEATURE_LIST

java.util.Set<sequenceFeature> getSEQUENCE_FEATURE_LIST()

removeSEQUENCE_FEATURE_LIST

void removeSEQUENCE_FEATURE_LIST(sequenceFeature SEQUENCE_FEATURE)

setSEQUENCE_FEATURE_LIST

void setSEQUENCE_FEATURE_LIST(java.util.Set<sequenceFeature> SEQUENCE_FEATURE_LIST)