Uses of Interface
org.biopax.paxtools.model.level3.Control

Packages that use Control
org.biopax.paxtools.impl.level3   
org.biopax.paxtools.model.level3   
 

Uses of Control in org.biopax.paxtools.impl.level3
 

Classes in org.biopax.paxtools.impl.level3 that implement Control
 class CatalysisImpl
           
 class ControlImpl
           
 class ModulationImpl
           
 class TemplateReactionRegulationImpl
           
 

Methods in org.biopax.paxtools.impl.level3 that return types with arguments of type Control
 java.util.Set<Control> ProcessImpl.getControlledOf()
           
 java.util.Set<Control> PhysicalEntityImpl.getControllerOf()
           
 java.util.Set<Control> PathwayImpl.getControllerOf()
           
 java.lang.Class<? extends Control> ControlImpl.getModelInterface()
           
 

Method parameters in org.biopax.paxtools.impl.level3 with type arguments of type Control
protected  void ProcessImpl.setControlledOf(java.util.Set<Control> controlledOf)
           
protected  void PhysicalEntityImpl.setControllerOf(java.util.Set<Control> controllerOf)
           
protected  void PathwayImpl.setControllerOf(java.util.Set<Control> controllerOf)
           
 

Uses of Control in org.biopax.paxtools.model.level3
 

Subinterfaces of Control in org.biopax.paxtools.model.level3
 interface Catalysis
          Definition: A control interaction in which a physical entity (a catalyst) increases the rate of a conversion interaction by lowering its activation energy.
 interface Modulation
          Definition: An interaction in which one entity regulates, modifies, or otherwise influences another.
 interface TemplateReactionRegulation
           
 

Methods in org.biopax.paxtools.model.level3 that return types with arguments of type Control
 java.util.Set<Control> Process.getControlledOf()
           
 java.util.Set<Control> Controller.getControllerOf()
          This method returns the list of Control interactions that this entity controls.
 



Copyright © 2011 BioPAX. All Rights Reserved.