Uses of Class
net.ssehub.easy.varModel.cst.ContainerOperationCall
Packages that use ContainerOperationCall
Package
Description
This package represents a specific variability model configuration.
Package for elements of the constraint syntax tree.
Implements the evaluation of constraint syntax trees.
Base package for the variability model.
This package contains utility classes for filtering the model for specific model elements.
Filter for finding mandatory declarations.
Classes for creating an (adapted) copy of the
Project.Specific classes for performing search operations on models.
These package is for reading and saving the variability model and the configuration.
Currently supported file formats: EASy-Producer 2.0 config files (xml) IVML
Currently supported file formats: EASy-Producer 2.0 config files (xml) IVML
Classes for validating e variability model, e.g.
-
Uses of ContainerOperationCall in net.ssehub.easy.varModel.confModel
Methods in net.ssehub.easy.varModel.confModel with parameters of type ContainerOperationCallModifier and TypeMethodDescriptionvoidCompoundValueSetter.visitContainerOperationCall(ContainerOperationCall call) -
Uses of ContainerOperationCall in net.ssehub.easy.varModel.cst
Methods in net.ssehub.easy.varModel.cst with parameters of type ContainerOperationCallModifier and TypeMethodDescriptionvoidAbstractConstraintTreeVisitor.visitContainerOperationCall(ContainerOperationCall call) voidBasicCopyVisitor.visitContainerOperationCall(ContainerOperationCall call) voidConstraintReplacer.visitContainerOperationCall(ContainerOperationCall call) voidDebugConstraintTreeVisitor.visitContainerOperationCall(ContainerOperationCall call) voidIConstraintTreeVisitor.visitContainerOperationCall(ContainerOperationCall call) Visits a container operation call (e.g.voidValidationVisitor.visitContainerOperationCall(ContainerOperationCall call) -
Uses of ContainerOperationCall in net.ssehub.easy.varModel.cstEvaluation
Fields in net.ssehub.easy.varModel.cstEvaluation declared as ContainerOperationCallModifier and TypeFieldDescriptionprivate ContainerOperationCallEvaluationVisitor.ContainerIterationExecutor.callMethods in net.ssehub.easy.varModel.cstEvaluation with parameters of type ContainerOperationCallModifier and TypeMethodDescriptionprivate booleanEvaluationVisitor.executeContainerIteration(ContainerOperationCall call, LocalDecisionVariable[] declarators, int iterCount, VariableAccessor resultVar, IIteratorEvaluator evaluator) Executes the container iteration.voidEvaluationVisitor.visitContainerOperationCall(ContainerOperationCall call) voidStaticAccessFinder.visitContainerOperationCall(ContainerOperationCall call) Constructors in net.ssehub.easy.varModel.cstEvaluation with parameters of type ContainerOperationCallModifierConstructorDescriptionprivateContainerIterationExecutor(ContainerOperationCall call, LocalDecisionVariable[] declarators, VariableAccessor resultVar, IIteratorEvaluator evaluator) Creates a container iteration executor with own context. -
Uses of ContainerOperationCall in net.ssehub.easy.varModel.model
Methods in net.ssehub.easy.varModel.model with parameters of type ContainerOperationCallModifier and TypeMethodDescriptionvoidExpressionVersionRestrictionValidator.visitContainerOperationCall(ContainerOperationCall call) -
Uses of ContainerOperationCall in net.ssehub.easy.varModel.model.filter
Methods in net.ssehub.easy.varModel.model.filter with parameters of type ContainerOperationCallModifier and TypeMethodDescriptionvoidAbstractStateVariablesInConstraintFinder.visitContainerOperationCall(ContainerOperationCall call) voidConstraintClassifier.visitContainerOperationCall(ContainerOperationCall call) voidDeclrationInConstraintFinder.visitContainerOperationCall(ContainerOperationCall call) voidIDecisionVariableInConstraintFinder.visitContainerOperationCall(ContainerOperationCall call) -
Uses of ContainerOperationCall in net.ssehub.easy.varModel.model.filter.mandatoryVars
Methods in net.ssehub.easy.varModel.model.filter.mandatoryVars with parameters of type ContainerOperationCallModifier and TypeMethodDescriptionvoidMandatoryDeclarationClassifier.visitContainerOperationCall(ContainerOperationCall call) -
Uses of ContainerOperationCall in net.ssehub.easy.varModel.model.rewrite
Methods in net.ssehub.easy.varModel.model.rewrite with parameters of type ContainerOperationCallModifier and TypeMethodDescriptionvoidCSTCopyVisitor.visitContainerOperationCall(ContainerOperationCall call) -
Uses of ContainerOperationCall in net.ssehub.easy.varModel.model.search
Methods in net.ssehub.easy.varModel.model.search with parameters of type ContainerOperationCallModifier and TypeMethodDescriptionvoidPrefixSearchVisitor.visitContainerOperationCall(ContainerOperationCall call) -
Uses of ContainerOperationCall in net.ssehub.easy.varModel.persistency
Methods in net.ssehub.easy.varModel.persistency with parameters of type ContainerOperationCallModifier and TypeMethodDescriptionvoidIVMLWriter.visitContainerOperationCall(ContainerOperationCall call) voidVariableUsage.visitContainerOperationCall(ContainerOperationCall call) -
Uses of ContainerOperationCall in net.ssehub.easy.varModel.validation
Methods in net.ssehub.easy.varModel.validation with parameters of type ContainerOperationCallModifier and TypeMethodDescriptionvoidIvmlValidationVisitor.visitContainerOperationCall(ContainerOperationCall call)