Interface TemporalEdge

All Superinterfaces:
TemporalTopologicalPrimitive

public interface TemporalEdge extends TemporalTopologicalPrimitive
One-dimensional topological primitive in time.
Author:
Alexander Petkov
  • Method Summary

    Modifier and Type
    Method
    Description
    Links this edge to the node that is its end.
    An optional association that links this edge to the corresponding period.
    Links this edge to the node that is its start.
  • Method Details

    • getRealization

      Period getRealization()
      An optional association that links this edge to the corresponding period.
    • getStart

      TemporalNode getStart()
      Links this edge to the node that is its start.
    • getEnd

      TemporalNode getEnd()
      Links this edge to the node that is its end.