Uses of Class
net.ssehub.easy.instantiation.core.model.buildlangModel.RuleExecutionResult
-
Packages that use RuleExecutionResult Package Description net.ssehub.easy.instantiation.core.model.buildlangModel Implements the abstract representation of the build language (parsed, analyzed and already linked, i.e.net.ssehub.easy.instantiation.core.model.execution High level execution support. -
-
Uses of RuleExecutionResult in net.ssehub.easy.instantiation.core.model.buildlangModel
Methods in net.ssehub.easy.instantiation.core.model.buildlangModel with parameters of type RuleExecutionResult Modifier and Type Method Description (package private) voidRuleExecutionContext. add(RuleExecutionResult executionResult)Adds another rule execution result to the results of previous rule executions.static Set<IArtifact>RuleExecutionResult. convert(RuleExecutionResult res)Conversion operation. -
Uses of RuleExecutionResult in net.ssehub.easy.instantiation.core.model.execution
Methods in net.ssehub.easy.instantiation.core.model.execution with parameters of type RuleExecutionResult Modifier and Type Method Description protected voidExecutor. completeExecutionError(java.lang.StringBuilder msg, RuleExecutionResult result)Completes the execution error.protected voidExecutor. handleExecutionResult(RuleExecutionResult result, ITracer tracer, BuildlangExecution executor)Handles an execution result returned fromexecutor.
-