Uses of Class
net.ssehub.easy.instantiation.core.model.common.ExecutionVisitor.ConditionTest
-
Packages that use ExecutionVisitor.ConditionTest 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.common Implements the common language elements. -
-
Uses of ExecutionVisitor.ConditionTest in net.ssehub.easy.instantiation.core.model.buildlangModel
Methods in net.ssehub.easy.instantiation.core.model.buildlangModel with parameters of type ExecutionVisitor.ConditionTest Modifier and Type Method Description protected booleanBuildlangExecution. checkConditionResult(java.lang.Object value, java.lang.Object element, ExecutionVisitor.ConditionTest test)Checks the results of an evaluation of a condition. -
Uses of ExecutionVisitor.ConditionTest in net.ssehub.easy.instantiation.core.model.common
Methods in net.ssehub.easy.instantiation.core.model.common that return ExecutionVisitor.ConditionTest Modifier and Type Method Description static ExecutionVisitor.ConditionTestExecutionVisitor.ConditionTest. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ExecutionVisitor.ConditionTest[]ExecutionVisitor.ConditionTest. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.ssehub.easy.instantiation.core.model.common with parameters of type ExecutionVisitor.ConditionTest Modifier and Type Method Description protected booleanExecutionVisitor. checkConditionResult(java.lang.Object value, java.lang.Object element, ExecutionVisitor.ConditionTest test)Checks the results of an evaluation of a condition.
-