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