Class FrequencyStateAnnotation
- java.lang.Object
-
- org.processmining.plugins.tsanalyzer.annotation.Annotation
-
- org.processmining.plugins.tsanalyzer.annotation.StateAnnotation
-
- org.processmining.plugins.tsanalyzer.annotation.frequency.FrequencyStateAnnotation
-
public class FrequencyStateAnnotation extends StateAnnotation
-
-
Field Summary
-
Fields inherited from class org.processmining.plugins.tsanalyzer.annotation.Annotation
owner
-
-
Constructor Summary
Constructors Constructor Description FrequencyStateAnnotation(State state)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static java.lang.Iterable<java.lang.String>getNamesOfProperties()StatisticsAnnotationPropertygetObservations()StatisticsAnnotationPropertygetTraces()-
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
-
FrequencyStateAnnotation
public FrequencyStateAnnotation(State state)
-
-
Method Detail
-
getObservations
public StatisticsAnnotationProperty getObservations()
-
getTraces
public StatisticsAnnotationProperty getTraces()
-
getNamesOfProperties
public static java.lang.Iterable<java.lang.String> getNamesOfProperties()
-
-