org.drools.simulation.impl
Class PathImpl

java.lang.Object
  extended by org.drools.simulation.impl.PathImpl
All Implemented Interfaces:
Path

public class PathImpl
extends Object
implements Path


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

Constructor Detail

PathImpl

public PathImpl(Simulation simulation,
                String name)
Method Detail

setSteps

public void setSteps(Collection<Step> steps)

getName

public String getName()
Specified by:
getName in interface Path

getSteps

public Collection<Step> getSteps()
Specified by:
getSteps in interface Path


Copyright © 2001-2011 JBoss Inc.. All Rights Reserved.