Package org.drools.core.fluent.impl
Interface Batch
-
- All Superinterfaces:
org.kie.api.command.BatchExecutionCommand,org.kie.api.command.Command<org.kie.api.runtime.ExecutionResults>,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)List<org.kie.api.command.Command>getCommands()longgetDistance()
-