Drools Simulator 6.0.0.Beta1

org.drools.simulation.impl
Class SimulationStepImpl

java.lang.Object
  extended by org.drools.simulation.impl.SimulationStepImpl
All Implemented Interfaces:
org.kie.internal.simulation.SimulationStep

public class SimulationStepImpl
extends Object
implements org.kie.internal.simulation.SimulationStep


Constructor Summary
SimulationStepImpl(org.kie.internal.simulation.SimulationPath path, long distanceMillis)
           
 
Method Summary
 List<org.kie.api.command.Command> getCommands()
           
 long getDistanceMillis()
           
 org.kie.internal.simulation.SimulationPath getPath()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SimulationStepImpl

public SimulationStepImpl(org.kie.internal.simulation.SimulationPath path,
                          long distanceMillis)
Method Detail

getPath

public org.kie.internal.simulation.SimulationPath getPath()

getDistanceMillis

public long getDistanceMillis()
Specified by:
getDistanceMillis in interface org.kie.internal.simulation.SimulationStep

getCommands

public List<org.kie.api.command.Command> getCommands()
Specified by:
getCommands in interface org.kie.internal.simulation.SimulationStep

toString

public String toString()
Overrides:
toString in class Object

Drools Simulator 6.0.0.Beta1

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