org.biopax.paxtools.model.level3
Interface Controller

All Superinterfaces:
BioPAXElement, java.lang.Cloneable, Entity, Level3Element, Named, Observable, java.io.Serializable, XReferrable
All Known Subinterfaces:
Complex, Dna, DnaRegion, NucleicAcid, Pathway, PhysicalEntity, Protein, Rna, RnaRegion, SimplePhysicalEntity, SmallMolecule
All Known Implementing Classes:
ComplexImpl, DnaImpl, DnaRegionImpl, NucleicAcidImpl, PathwayImpl, PhysicalEntityImpl, ProteinImpl, RnaImpl, RnaRegionImpl, SimplePhysicalEntityImpl, SmallMoleculeImpl

public interface Controller
extends Entity

This is a role interface for pathway elements that can control processes, namely Pathway and PhysicalEntity.


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
 java.util.Set<Control> getControllerOf()
          This method returns the list of Control interactions that this entity controls.
 
Methods inherited from interface org.biopax.paxtools.model.level3.Entity
addAvailability, addDataSource, getAvailability, getDataSource, getParticipantOf, removeAvailability, removeDataSource
 
Methods inherited from interface org.biopax.paxtools.model.level3.Observable
addEvidence, getEvidence, removeEvidence
 
Methods inherited from interface org.biopax.paxtools.model.level3.Named
addName, getDisplayName, getName, getStandardName, removeName, setDisplayName, setStandardName
 
Methods inherited from interface org.biopax.paxtools.model.level3.XReferrable
addXref, getXref, removeXref
 
Methods inherited from interface org.biopax.paxtools.model.level3.Level3Element
addComment, getComment, removeComment
 
Methods inherited from interface org.biopax.paxtools.model.BioPAXElement
equivalenceCode, getAnnotations, getModelInterface, getRDFId, isEquivalent
 

Method Detail

getControllerOf

java.util.Set<Control> getControllerOf()
This method returns the list of Control interactions that this entity controls. Reverse method of Control.getController(). Contents of this set is automatically maintained and should not be modified.

Returns:
list of Control interactions that this entity controls.


Copyright © 2011 BioPAX. All Rights Reserved.