Uses of Interface
org.biopax.paxtools.model.level2.process

Packages that use process
org.biopax.paxtools.model.level2   
 

Uses of process in org.biopax.paxtools.model.level2
 

Subinterfaces of process in org.biopax.paxtools.model.level2
 interface biochemicalReaction
          A conversion interaction in which one or more entities (substrates) undergo ovalent changes to become one or more other entities (products).
 interface catalysis
          A control interaction in which a physical entity (a catalyst) increases the rate of a conversion interaction by lowering its activation energy.
 interface complexAssembly
          A conversion interaction in which a set of physical entities, at least one being a macromolecule (e.g.
 interface control
           
 interface conversion
           
 interface interaction
           
 interface modulation
          get controlled should be catalysis
 interface pathway
           
 interface physicalInteraction
           
 interface transport
           
 interface transportWithBiochemicalReaction
           
 

Methods in org.biopax.paxtools.model.level2 that return types with arguments of type process
 java.util.Set<process> control.getCONTROLLED()
           
 java.util.Set<process> pathwayStep.getSTEP_INTERACTIONS()
           
 

Methods in org.biopax.paxtools.model.level2 with parameters of type process
 void control.addCONTROLLED(process CONTROLLED)
           
 void pathwayStep.addSTEP_INTERACTIONS(process processStep)
           
 void control.removeCONTROLLED(process CONTROLLED)
           
 void pathwayStep.removeSTEP_INTERACTIONS(process processStep)
           
 

Method parameters in org.biopax.paxtools.model.level2 with type arguments of type process
 void control.setCONTROLLED(java.util.Set<process> CONTROLLED)
           
 void pathwayStep.setSTEP_INTERACTIONS(java.util.Set<process> STEP_INTERACTIONS)
           
 



Copyright © 2011 BioPAX. All Rights Reserved.