| Package | Description |
|---|---|
| org.sbolstandard.core2 |
| Modifier and Type | Method and Description |
|---|---|
Measure |
Measured.createMeasure(String displayId,
Double numericalValue,
URI unit)
Creates a child measure for this measured object with the given arguments,
and then adds to this measured object's list of measures.
|
Measure |
Measured.getMeasure(String displayId)
Returns the measure matching the given display ID from
this measured object's list of measures.
|
Measure |
Measured.getMeasure(URI measureURI)
Returns the measure matching the given measure URI from this
measured object's list of measures.
|
| Modifier and Type | Method and Description |
|---|---|
Set<Measure> |
Measured.getMeasures()
Returns the set of measures owned by this
measured object.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
Measured.removeMeasure(Measure measure)
Removes the given measure from this measured object's list of measures.
|