| Package | Description |
|---|---|
| org.sbml.jsbml.ext.spatial |
Provides classes for the
Spatial Geometries and Processes package.
|
| Modifier and Type | Method and Description |
|---|---|
CoordinateKind |
CoordinateReference.getCoordinate()
Deprecated.
|
CoordinateKind |
AdvectionCoefficient.getCoordinate()
Returns the value of coordinate
|
CoordinateKind |
DiffusionCoefficient.getCoordinateReference1()
Returns the value of coordinateReference1
|
CoordinateKind |
DiffusionCoefficient.getCoordinateReference2()
Returns the value of coordinateReference2
|
CoordinateKind |
CoordinateComponent.getType()
Returns the value of type
|
static CoordinateKind |
CoordinateKind.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CoordinateKind[] |
CoordinateKind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CoordinateReference.setCoordinate(CoordinateKind coordinate)
Deprecated.
|
void |
AdvectionCoefficient.setCoordinate(CoordinateKind coordinate)
Sets the value of coordinate
|
void |
DiffusionCoefficient.setCoordinateReference1(CoordinateKind coordinateReference1)
Sets the value of coordinateReference1
|
void |
DiffusionCoefficient.setCoordinateReference2(CoordinateKind coordinateReference2)
Sets the value of coordinateReference2
|
void |
CoordinateComponent.setType(CoordinateKind type)
Sets the value of type
|
Copyright © 2009–2016. All rights reserved.