Interface TemporalNode

All Superinterfaces:
TemporalTopologicalPrimitive

public interface TemporalNode extends TemporalTopologicalPrimitive
A zero dimensional topological primitive in time.
Author:
Alexander Petkov
  • Method Summary

    Modifier and Type
    Method
    Description
    Links this temporal node to the next temporal edge.
    Links this temporal node to the previous temporal edge.
    An optional association that may link this temporal node to its corresponding instant.
  • Method Details

    • 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.