Package | Description |
---|---|
org.processmining.models.statechart.decorate.staticmetric |
Modifier and Type | Method and Description |
---|---|
<T2> IDecorator<T2,FreqMetric> |
DerivedFreqMetricDecorator.deriveDecorationInstance(java.lang.Class<T2> type) |
<T2> IDecorator<T2,FreqMetric> |
EPTreeFreqMetricDecorator.deriveDecorationInstance(java.lang.Class<T2> type) |
AbstractDecorator<S,FreqMetric> |
DerivedFreqMetricDecorator.newInstance() |
AbstractDecorator<IEPTreeNode,FreqMetric> |
EPTreeFreqMetricDecorator.newInstance() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractFreqMetricDecorator.setDecoration(T target,
FreqMetric decoration) |
Constructor and Description |
---|
FreqMetric(FreqMetric original) |