Package org.biopax.paxtools.model.level3
Interface Controller
- All Superinterfaces:
BioPAXElement,Cloneable,Entity,Level3Element,Named,Observable,Serializable,XReferrable
- All Known Subinterfaces:
Complex,Dna,DnaRegion,NucleicAcid,Pathway,PhysicalEntity,Protein,Rna,RnaRegion,SequenceEntity,SimplePhysicalEntity,SmallMolecule
- All Known Implementing Classes:
ComplexImpl,DnaImpl,DnaRegionImpl,NucleicAcidImpl,PathwayImpl,PhysicalEntityImpl,ProteinImpl,RnaImpl,RnaRegionImpl,SimplePhysicalEntityImpl,SmallMoleculeImpl
This is a role interface for pathway elements that can control processes, namely
Pathway and PhysicalEntity.-
Field Summary
Fields inherited from interface org.biopax.paxtools.model.BioPAXElement
UNKNOWN_DOUBLE, UNKNOWN_FLOAT, UNKNOWN_INT -
Method Summary
Modifier and TypeMethodDescriptionThis method returns the list ofControlinteractions that this entity controls.Methods inherited from interface org.biopax.paxtools.model.BioPAXElement
equivalenceCode, getAnnotations, getModelInterface, getUri, isEquivalentMethods inherited from interface org.biopax.paxtools.model.level3.Entity
addAvailability, addDataSource, getAvailability, getDataSource, getParticipantOf, removeAvailability, removeDataSourceMethods inherited from interface org.biopax.paxtools.model.level3.Level3Element
addComment, getComment, removeCommentMethods inherited from interface org.biopax.paxtools.model.level3.Named
addName, getDisplayName, getName, getStandardName, removeName, setDisplayName, setName, setStandardNameMethods inherited from interface org.biopax.paxtools.model.level3.Observable
addEvidence, getEvidence, removeEvidenceMethods inherited from interface org.biopax.paxtools.model.level3.XReferrable
addXref, getXref, removeXref
-
Method Details
-
getControllerOf
This method returns the list ofControlinteractions that this entity controls. Reverse method ofControl.getController(). Contents of this set is automatically maintained and should not be modified.- Returns:
- list of
Controlinteractions that this entity controls.
-