Uses of Class
org.jbpm.sim.def.DistributionDefinition

Packages that use DistributionDefinition
org.jbpm.sim.def   
org.jbpm.sim.exe   
org.jbpm.sim.jpdl   
org.jbpm.sim.report   
 

Uses of DistributionDefinition in org.jbpm.sim.def
 

Methods in org.jbpm.sim.def with parameters of type DistributionDefinition
 void JbpmSimulationScenario.addDistribution(DistributionDefinition distDef)
           
 

Uses of DistributionDefinition in org.jbpm.sim.exe
 

Methods in org.jbpm.sim.exe that return DistributionDefinition
static DistributionDefinition ExperimentReader.readDistribution(org.dom4j.Element distributionElement)
           
 

Uses of DistributionDefinition in org.jbpm.sim.jpdl
 

Methods in org.jbpm.sim.jpdl with parameters of type DistributionDefinition
 void SimulationDefinition.addDistribution(DistributionDefinition distDef)
          adds a distribution.
 void SimulationDefinition.overwriteDistribution(DistributionDefinition distDef)
          adds a distribution but delets all distribution definitions with the given name
 

Uses of DistributionDefinition in org.jbpm.sim.report
 

Methods in org.jbpm.sim.report that return DistributionDefinition
 DistributionDefinition ScenarioReport.getDistributionDefinition(java.lang.String name)
           
 

Methods in org.jbpm.sim.report with parameters of type DistributionDefinition
 void ScenarioReport.addDistributionDefinition(DistributionDefinition o)
           
 



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