Class TimeStateAnnotation
- java.lang.Object
-
- org.processmining.plugins.tsanalyzer.annotation.Annotation
-
- org.processmining.plugins.tsanalyzer.annotation.StateAnnotation
-
- org.processmining.plugins.tsanalyzer.annotation.time.TimeStateAnnotation
-
public class TimeStateAnnotation extends StateAnnotation
-
-
Field Summary
-
Fields inherited from class org.processmining.plugins.tsanalyzer.annotation.Annotation
owner
-
-
Constructor Summary
Constructors Constructor Description TimeStateAnnotation(State state)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StatisticsAnnotationPropertygetElapsed()static java.lang.Iterable<java.lang.String>getNamesOfProperties()StatisticsAnnotationPropertygetRemaining()StatisticsAnnotationPropertygetSoujourn()-
Methods inherited from class org.processmining.plugins.tsanalyzer.annotation.StateAnnotation
getState
-
Methods inherited from class org.processmining.plugins.tsanalyzer.annotation.Annotation
addProperty, getProperties, getProperty
-
-
-
-
Constructor Detail
-
TimeStateAnnotation
public TimeStateAnnotation(State state)
-
-
Method Detail
-
getSoujourn
public StatisticsAnnotationProperty getSoujourn()
-
getElapsed
public StatisticsAnnotationProperty getElapsed()
-
getRemaining
public StatisticsAnnotationProperty getRemaining()
-
getNamesOfProperties
public static java.lang.Iterable<java.lang.String> getNamesOfProperties()
-
-