org.jbpm.sim.kpi
Class BusinessFigureAction

java.lang.Object
  extended by org.jbpm.graph.def.Action
      extended by org.jbpm.sim.kpi.BusinessFigureAction
All Implemented Interfaces:
java.io.Serializable, ActionHandler, Parsable

public class BusinessFigureAction
extends Action

This action can be added to processes at all places where business figures should be calculated. It calculates the business figure and adds it to the result in the current simulation run.

Author:
bernd.ruecker@camunda.com
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.jbpm.graph.def.Action
actionDelegation, actionExpression, event, isAsync, isAsyncExclusive, isPropagationAllowed, processDefinition, referencedAction
 
Constructor Summary
BusinessFigureAction()
           
 
Method Summary
 void execute(ExecutionContext executionContext)
           
 java.lang.String getName()
           
 void setName(java.lang.String name)
           
 
Methods inherited from class org.jbpm.graph.def.Action
acceptsPropagatedEvents, equals, getActionDelegation, getActionExpression, getEvent, getId, getProcessDefinition, getReferencedAction, isAsync, isAsyncExclusive, isPropagationAllowed, read, setActionDelegation, setActionExpression, setAsync, setEvent, setProcessDefinition, setPropagationAllowed, setReferencedAction, toString, write
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BusinessFigureAction

public BusinessFigureAction()
Method Detail

execute

public void execute(ExecutionContext executionContext)
             throws java.lang.Exception
Specified by:
execute in interface ActionHandler
Overrides:
execute in class Action
Throws:
java.lang.Exception

getName

public java.lang.String getName()
Overrides:
getName in class Action

setName

public void setName(java.lang.String name)
Overrides:
setName in class Action


Copyright © 2009 JBoss, a division of Red Hat. All Rights Reserved.