Uses of Interface
net.ssehub.easy.instantiation.core.model.execution.Executor.IExecutable
-
Packages that use Executor.IExecutable Package Description net.ssehub.easy.instantiation.core.model.execution High level execution support. -
-
Uses of Executor.IExecutable in net.ssehub.easy.instantiation.core.model.execution
Fields in net.ssehub.easy.instantiation.core.model.execution declared as Executor.IExecutable Modifier and Type Field Description protected static Executor.IExecutableExecutor. DEFAULT_EXECUTABLEImplements the default executable.Methods in net.ssehub.easy.instantiation.core.model.execution with parameters of type Executor.IExecutable Modifier and Type Method Description protected voidExecutor. execute(ProgressObserver observer, boolean check, Executor.IExecutable executable)Executes the contained VIL build language script with the given observer (mainly used within parameter conversion) and possibly without default parameter checks (may be helpful in case of custom arguments).
-