Uses of Class
org.biopax.paxtools.model.level3.ControlType

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

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

Methods in org.biopax.paxtools.impl.level3 that return ControlType
 ControlType ControlImpl.getControlType()
           
 

Methods in org.biopax.paxtools.impl.level3 with parameters of type ControlType
 void ControlImpl.setControlType(ControlType ControlType)
           
 

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

Methods in org.biopax.paxtools.model.level3 that return ControlType
 ControlType Control.getControlType()
          Defines the nature of the control relationship between the CONTROLLER and the CONTROLLED entities.
static ControlType ControlType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ControlType[] ControlType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.biopax.paxtools.model.level3 with parameters of type ControlType
 void Control.setControlType(ControlType controlType)
           
 



Copyright © 2011 BioPAX. All Rights Reserved.