public interface MeasureProvider<T extends AbstractMeasure<?>>
Modifier and Type | Method and Description |
---|---|
T |
getMeasure(org.processmining.contexts.uitopia.UIPluginContext context,
org.processmining.models.graphbased.directed.petrinet.Petrinet net)
Calculates a model measure for a given
Petrinet . |
java.lang.String |
getMeasureName()
Name of the measure that will be computed
|
void |
setAbstractionLevel(AbstractionLevel level)
Tells the measure provider which abstraction level to use
|
T getMeasure(org.processmining.contexts.uitopia.UIPluginContext context, org.processmining.models.graphbased.directed.petrinet.Petrinet net)
Petrinet
.context
- UIPluginContext
provided by the ProM framework.net
- Petrinet
representing the model structure.AbstractMeasure
java.lang.String getMeasureName()
void setAbstractionLevel(AbstractionLevel level)
level
- AbstractionLevel
to use in computing the measure