| Package | Description |
|---|---|
| org.biopax.paxtools.impl.level3 |
This package contains the default implementation for BioPAX Level 3.
|
| org.biopax.paxtools.model.level3 |
This package contains the interfaces that maps classes defined in the BioPAX Level 3 specification.
|
| Modifier and Type | Method and Description |
|---|---|
ControlType |
ControlImpl.getControlType() |
| Modifier and Type | Method and Description |
|---|---|
void |
ControlImpl.setControlType(ControlType ControlType) |
| Modifier and Type | Method and Description |
|---|---|
ControlType |
Control.getControlType()
Defines the nature of the control relationship between the CONTROLLER and the CONTROLLED entities.
|
static ControlType |
ControlType.valueOf(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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Control.setControlType(ControlType controlType)
Sets the controlType BioPAX property value, which
fefines the nature of the control relationship between the CONTROLLER and the CONTROLLED entities.
|
Copyright © 2017 BioPAX. All rights reserved.