Interface Period

All Superinterfaces:
Separation, TemporalGeometricPrimitive, TemporalObject, TemporalOrder, TemporalPrimitive
All Known Implementing Classes:
DefaultPeriod

public interface Period extends TemporalGeometricPrimitive
A one-dimensional geometric primitive that represent extent in time.
Author:
Stephane Fellah (Image Matters), Alexander Petkov
  • Method Details

    • getBeginning

      Instant getBeginning()
      Links this period to the instant at which it starts.
    • getEnding

      Instant getEnding()
      Links this period to the instant at which it ends.