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(ExecutionContext executionContext)
          This method has to return the calculated figure and can use whatever it wants from the execution context
 

Method Detail

calculate

java.lang.Number calculate(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 © 2010 JBoss Community. All Rights Reserved.