|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@UML(identifier="ConstraintPhenomenon",
specification=OGC_07022)
public interface ConstrainedPhenomenonA ConstrainedProperty modifies a base property by adding singleConstraints, each specifying a value on some secondary axis. Example: "water temperature" has the base "temperature" (i.e. it is a kind of temperature) constrained so that the property "substance" has the value "water". "Surface water temperature" might add another constraint that "depth" is "between 0 - 0.3m".
| Method Summary | |
|---|---|
Phenomenon |
getBase()
Property that forms the basis for generating a set of more refined Phenomena; e.g. |
String |
getOtherConstraint()
Constraints that cannot be expressed as values of an orthogonal/helper phenomenon |
Object |
getSingleConstraint()
Constraint expressed as a value or range of an orthogonal/helper phenomenon |
| Method Detail |
|---|
@UML(identifier="singleConstraint",
obligation=OPTIONAL,
specification=OGC_07022)
Object getSingleConstraint()
@UML(identifier="otherConstraint",
obligation=OPTIONAL,
specification=OGC_07022)
String getOtherConstraint()
@UML(identifier="base",
obligation=MANDATORY,
specification=OGC_07022)
Phenomenon getBase()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||