|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ProcessInstanceScale
This interface specifies a method by which process instances can be 'weighed', i.e. assigned an absolute value of some kind. These weights should infer a total order upon a set of process instances, based on e.g. their runtime, number of events, etc.
Weights are supposed to be interpreted like "the bigger the better", i.e. a process instance that has a higher "value" of some kind should also yield a respectively high weight.
Method Summary | |
---|---|
double |
weigh(ProcessInstance anInstance)
This method assigns a weight on some total scale to a provided process instance. |
Methods inherited from interface org.processmining.framework.plugin.Plugin |
---|
getHtmlDescription, getName |
Method Detail |
---|
double weigh(ProcessInstance anInstance)
anInstance
- The process instance to be weighed
>= 0.0
.
Weights are supposed to be interpreted like "the bigger the better", i.e. a process instance that has a higher "value" of some kind should also yield a respectively high weight.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |