Class TimedObservation<O extends Observation>
- java.lang.Object
-
- org.processmining.specpp.supervision.observations.TimedObservation<O>
-
- All Implemented Interfaces:
Observation
public class TimedObservation<O extends Observation> extends java.lang.Object implements Observation
-
-
Constructor Summary
Constructors Constructor Description TimedObservation(java.time.LocalDateTime localDateTime, O observation)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)java.time.LocalDateTimegetLocalDateTime()OgetObservation()inthashCode()java.lang.StringtoString()
-
-
-
Constructor Detail
-
TimedObservation
public TimedObservation(java.time.LocalDateTime localDateTime, O observation)
-
-
Method Detail
-
getLocalDateTime
public java.time.LocalDateTime getLocalDateTime()
-
getObservation
public O getObservation()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-