| 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 |
|---|---|
ConversionDirectionType |
ConversionImpl.getConversionDirection() |
| Modifier and Type | Method and Description |
|---|---|
void |
ConversionImpl.setConversionDirection(ConversionDirectionType spontanousType) |
| Modifier and Type | Method and Description |
|---|---|
ConversionDirectionType |
Conversion.getConversionDirection()
This property represents the direction of the reaction.
|
static ConversionDirectionType |
ConversionDirectionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConversionDirectionType[] |
ConversionDirectionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Conversion.setConversionDirection(ConversionDirectionType conversionDirection)
This property represents the direction of the reaction.
|
Copyright © 2018 BioPAX. All rights reserved.