@UML(identifier="TM_Edge", specification=ISO_19108) public interface TemporalEdge extends TemporalTopologicalPrimitive
Modifier and Type | Method and Description |
---|---|
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.
|
@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()
Copyright © 1996–2019 Geotools. All rights reserved.