Interface TemporalNode

    • Method Detail

      • getRealization

        Instant getRealization()
        An optional association that may link this temporal node to its corresponding instant.
      • getPreviousEdge

        TemporalEdge getPreviousEdge()
        Links this temporal node to the previous temporal edge.
      • getNextEdge

        TemporalEdge getNextEdge()
        Links this temporal node to the next temporal edge.