org.drools.simulation.impl
Class StepImpl
java.lang.Object
org.drools.simulation.impl.StepImpl
- All Implemented Interfaces:
- Step
public class StepImpl
- extends Object
- implements Step
|
Constructor Summary |
StepImpl(Path path,
Collection<org.drools.command.Command> commands,
long distance)
|
StepImpl(Path path,
org.drools.command.Command command,
long distance)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StepImpl
public StepImpl(Path path,
Collection<org.drools.command.Command> commands,
long distance)
StepImpl
public StepImpl(Path path,
org.drools.command.Command command,
long distance)
getCommands
public Collection<org.drools.command.Command> getCommands()
- Specified by:
getCommands in interface Step
getTemporalDistance
public long getTemporalDistance()
- Specified by:
getTemporalDistance in interface Step
getPath
public Path getPath()
Copyright © 2001-2011 JBoss Inc.. All Rights Reserved.