Uses of Class
net.ssehub.easy.varModel.cstEvaluation.ContainerOperations.ContainerArgument
Packages that use ContainerOperations.ContainerArgument
Package
Description
Implements the evaluation of constraint syntax trees.
-
Uses of ContainerOperations.ContainerArgument in net.ssehub.easy.varModel.cstEvaluation
Fields in net.ssehub.easy.varModel.cstEvaluation with type parameters of type ContainerOperations.ContainerArgumentModifier and TypeFieldDescription(package private) static final net.ssehub.easy.basics.pool.Pool<ContainerOperations.ContainerArgument> ContainerOperations.CA_POOLMethods in net.ssehub.easy.varModel.cstEvaluation that return ContainerOperations.ContainerArgumentModifier and TypeMethodDescription(package private) ContainerOperations.ContainerArgumentContainerOperations.ContainerArgument.setValues(ContainerValue value, EvaluationAccessor accessor) Sets the values of this argument.Methods in net.ssehub.easy.varModel.cstEvaluation with parameters of type ContainerOperations.ContainerArgumentModifier and TypeMethodDescription(package private) static final voidContainerOperations.addAll(ContainerOperations.ContainerArgument cnt, List<Value> result, EvaluationAccessor resAcc) Adds all elements incnttoresult.(package private) static final voidContainerOperations.addAll(ContainerOperations.ContainerArgument cnt, Set<Value> result, EvaluationAccessor resAcc) Adds all elements incnttoresult.private static final voidSetOperations.addAll(ContainerOperations.ContainerArgument cnt, List<Value> result, HashSet<Value> done, EvaluationAccessor resAcc) Adds all elements incnttoresult.private static voidSetOperations.addAllXor(ContainerOperations.ContainerArgument cnt, HashSet<Value> set1, HashSet<Value> set2, List<Value> result, EvaluationAccessor resAcc) Adds all elements fromcnttoresultif the individual elements are either inset1or inset2.voidContainerOperations.Container2Operation.evaluate(ContainerOperations.ContainerArgument c1, ContainerOperations.ContainerArgument c2, List<Value> result, EvaluationAccessor resultAccessor) Evaluates the specific function on two container values possibly modifyingresult.voidContainerOperations.ContainerValueOperation.evaluate(ContainerOperations.ContainerArgument cont, Value value, List<Value> result, EvaluationAccessor resAcc) Evaluates the specific function on a container and a value possibly modifyingresult.