public abstract class CompositionModule extends ModuleExec
| Modifier | Constructor and Description |
|---|---|
protected |
CompositionModule(String name) |
| Modifier and Type | Method and Description |
|---|---|
protected Construction |
operation(Command op,
ScriptContext context)
Execute one operation using the provided context
|
execute, getNameprotected CompositionModule(String name)
protected Construction operation(Command op, ScriptContext context)
op - The operation to executecontext - The context in which the execution occursRuntimeException - if the operation is not recognized in this contextCopyright © 2018. All rights reserved.