| 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 |
|---|---|
StepDirection |
BiochemicalPathwayStepImpl.getStepDirection() |
| Modifier and Type | Method and Description |
|---|---|
void |
BiochemicalPathwayStepImpl.setStepDirection(StepDirection newSTEP_DIRECTION) |
| Modifier and Type | Method and Description |
|---|---|
StepDirection |
BiochemicalPathwayStep.getStepDirection()
This property can be used for annotating direction of enzymatic activity.
|
static StepDirection |
StepDirection.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StepDirection[] |
StepDirection.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BiochemicalPathwayStep.setStepDirection(StepDirection stepDirection)
This property can be used for annotating direction of enzymatic activity.
|
Copyright © 2015 BioPAX. All rights reserved.