Uses of Enum Class
org.biopax.paxtools.model.level3.ControlType
Packages that use ControlType
Package
Description
This package contains the default implementation for BioPAX Level 3.
This package contains the interfaces that maps classes defined in the BioPAX Level 3 specification.
-
Uses of ControlType in org.biopax.paxtools.impl.level3
Methods in org.biopax.paxtools.impl.level3 that return ControlTypeMethods in org.biopax.paxtools.impl.level3 with parameters of type ControlType -
Uses of ControlType in org.biopax.paxtools.model.level3
Methods in org.biopax.paxtools.model.level3 that return ControlTypeModifier and TypeMethodDescriptionControl.getControlType()Defines the nature of the control relationship between the CONTROLLER and the CONTROLLED entities.static ControlTypeReturns the enum constant of this class with the specified name.static ControlType[]ControlType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.biopax.paxtools.model.level3 with parameters of type ControlTypeModifier and TypeMethodDescriptionvoidControl.setControlType(ControlType controlType) Sets the controlType BioPAX property value, which fefines the nature of the control relationship between the CONTROLLER and the CONTROLLED entities.