org.jbpm.sim.kpi
Interface BusinessFigureCalculator
public interface BusinessFigureCalculator
Interface to calculate some business figures of a process.
Implement it to do you what you need!
- Author:
- bernd.ruecker@camunda.com
|
Method Summary |
java.lang.Number |
calculate(org.jbpm.graph.exe.ExecutionContext executionContext)
This method has to return the calculated figure and can use whatever
it wants from the execution context |
calculate
java.lang.Number calculate(org.jbpm.graph.exe.ExecutionContext executionContext)
- This method has to return the calculated figure and can use whatever
it wants from the execution context
- Parameters:
executionContext -
- Returns:
- the calculated business figure
Copyright © 2009 JBoss, a division of Red Hat. All Rights Reserved.