org.drools.simulation.impl
Class StepImpl

java.lang.Object
  extended by 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)
           
 
Method Summary
 Collection<org.drools.command.Command> getCommands()
           
 Path getPath()
           
 long getTemporalDistance()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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)
Method Detail

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.