Package org.kie.internal.simulation
Interface SimulationPath
-
public interface SimulationPath
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getName()
List<SimulationStep>
getSteps()
-
-
-
Method Detail
-
getName
String getName()
-
getSteps
List<SimulationStep> getSteps()
-
-