Package org.drools.commands.fluent
Interface Batch
-
- All Superinterfaces:
org.kie.api.command.BatchExecutionCommand,org.kie.api.command.Command<org.kie.api.runtime.ExecutionResults>,java.io.Serializable
- All Known Implementing Classes:
BatchExecutionCommandImpl,BatchImpl
public interface Batch extends org.kie.api.command.BatchExecutionCommand
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BatchaddCommand(org.kie.api.command.Command cmd)java.util.List<org.kie.api.command.Command>getCommands()longgetDistance()
-
-
-
Method Detail
-
getDistance
long getDistance()
-
addCommand
Batch addCommand(org.kie.api.command.Command cmd)
-
getCommands
java.util.List<org.kie.api.command.Command> getCommands()
-
-