Class AnnotationProperty<T>
- java.lang.Object
-
- org.processmining.plugins.tsanalyzer.annotation.AnnotationProperty<T>
-
- Direct Known Subclasses:
StatisticsAnnotationProperty
public class AnnotationProperty<T> extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description AnnotationProperty()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Comparable<?>getMeasurement(java.lang.String name)java.lang.Iterable<java.util.Map.Entry<java.lang.String,java.lang.Comparable<?>>>getMeasurements()TgetValue()protected voidsetMeasurement(java.lang.String name, java.lang.Comparable<?> value)voidsetValue(T v)
-
-
-
Field Detail
-
value
protected T value
-
-
Method Detail
-
setMeasurement
protected void setMeasurement(java.lang.String name, java.lang.Comparable<?> value)
-
getMeasurement
public java.lang.Comparable<?> getMeasurement(java.lang.String name)
-
getMeasurements
public java.lang.Iterable<java.util.Map.Entry<java.lang.String,java.lang.Comparable<?>>> getMeasurements()
-
getValue
public T getValue()
-
setValue
public void setValue(T v)
-
-