org.biopax.paxtools.model.level2
Interface sequenceParticipant

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

public interface sequenceParticipant
extends physicalEntityParticipant


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
 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, isInEquivalentState, setCELLULAR_LOCATION, setCOMPONENTSof, setPHYSICAL_ENTITY, setSTOICHIOMETRIC_COEFFICIENT, stateCode
 
Methods inherited from interface org.biopax.paxtools.model.level2.InteractionParticipant
isPARTICIPANTSof
 
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

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)


Copyright © 2011 BioPAX. All Rights Reserved.