Drools Simulator 6.0.0.Alpha9

org.drools.simulation.impl
Class SimulationPathImpl

java.lang.Object
  extended by org.drools.simulation.impl.SimulationPathImpl
All Implemented Interfaces:
org.kie.simulation.SimulationPath

public class SimulationPathImpl
extends Object
implements org.kie.simulation.SimulationPath


Constructor Summary
SimulationPathImpl(org.kie.simulation.Simulation simulation, String name)
           
 
Method Summary
 String getName()
           
 List<org.kie.simulation.SimulationStep> getSteps()
           
 void setSteps(List<org.kie.simulation.SimulationStep> steps)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SimulationPathImpl

public SimulationPathImpl(org.kie.simulation.Simulation simulation,
                          String name)
Method Detail

getName

public String getName()
Specified by:
getName in interface org.kie.simulation.SimulationPath

getSteps

public List<org.kie.simulation.SimulationStep> getSteps()
Specified by:
getSteps in interface org.kie.simulation.SimulationPath

setSteps

public void setSteps(List<org.kie.simulation.SimulationStep> steps)

toString

public String toString()
Overrides:
toString in class Object

Drools Simulator 6.0.0.Alpha9

Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.