|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@UML(identifier="TM_Node", specification=ISO_19108) public interface TemporalNode
A zero dimensional topological primitive in time.
Method Summary | |
---|---|
TemporalEdge |
getNextEdge()
Links this temporal node to the next temporal edge. |
TemporalEdge |
getPreviousEdge()
Links this temporal node to the previous temporal edge. |
Instant |
getRealization()
An optional association that may link this temporal node to its corresponding instant. |
Method Detail |
---|
@UML(identifier="Realization", obligation=OPTIONAL, specification=ISO_19108) Instant getRealization()
@UML(identifier="previousEdge", obligation=MANDATORY, specification=ISO_19108) TemporalEdge getPreviousEdge()
@UML(identifier="nextEdge", obligation=MANDATORY, specification=ISO_19108) TemporalEdge getNextEdge()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |