|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@UML(identifier="TM_Edge", specification=ISO_19108) public interface TemporalEdge
One-dimensional topological primitive in time.
Method Summary | |
---|---|
TemporalNode |
getEnd()
Links this edge to the node that is its end. |
Period |
getRealization()
An optional association that links this edge to the corresponding period. |
TemporalNode |
getStart()
Links this edge to the node that is its start. |
Method Detail |
---|
@UML(identifier="Realization", obligation=OPTIONAL, specification=ISO_19108) Period getRealization()
@UML(identifier="start", obligation=MANDATORY, specification=ISO_19108) TemporalNode getStart()
@UML(identifier="end", obligation=MANDATORY, specification=ISO_19108) TemporalNode getEnd()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |