org.drools.simulation.impl
Class PathImpl
java.lang.Object
org.drools.simulation.impl.PathImpl
- All Implemented Interfaces:
- Path
public class PathImpl
- extends Object
- implements Path
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PathImpl
public PathImpl(Simulation simulation,
String name)
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.