Uses of Class
net.ssehub.easy.varModel.model.datatypes.Container
Packages that use Container
Package
Description
Package for elements of the constraint syntax tree.
Implements the evaluation of constraint syntax trees.
Base directory for the main datatype classes.
Classes for creating an (adapted) copy of the
Project.Instances of the datatypes.
-
Uses of Container in net.ssehub.easy.varModel.cst
Fields in net.ssehub.easy.varModel.cst declared as ContainerMethods in net.ssehub.easy.varModel.cst that return ContainerModifier and TypeMethodDescriptionContainerInitializer.getType()Returns the type of the container.Constructors in net.ssehub.easy.varModel.cst with parameters of type ContainerModifierConstructorDescriptionContainerInitializer(Container type, ConstraintSyntaxTree[] expressions) Creates a new container initializer. -
Uses of Container in net.ssehub.easy.varModel.cstEvaluation
Methods in net.ssehub.easy.varModel.cstEvaluation with parameters of type ContainerModifier and TypeMethodDescriptionprivate static intEvaluationUtils.diffContainer(Container opCont, Container paramCont) Returns the difference of container types in terms of assignable types. -
Uses of Container in net.ssehub.easy.varModel.model.datatypes
Subclasses of Container in net.ssehub.easy.varModel.model.datatypes -
Uses of Container in net.ssehub.easy.varModel.model.rewrite
Methods in net.ssehub.easy.varModel.model.rewrite with parameters of type ContainerModifier and TypeMethodDescriptionprivate IDatatypeProjectCopyVisitor.getTranslatedContainer(Container originalType) Part ofProjectCopyVisitor.getTranslatedType(IDatatype): Returns the translated type for containers. -
Uses of Container in net.ssehub.easy.varModel.model.values
Constructors in net.ssehub.easy.varModel.model.values with parameters of type ContainerModifierConstructorDescription(package private)ContainerValue(Container container) Constructor for a new ContainerValue.ContainerValue(Container container, boolean check, Object... value) Constructor for a new ContainerValue.(package private)ContainerValue(Container container, Object... value) Constructor for a new ContainerValue.protectedContainerValue(Container container, ContainerValue source) Creates a new compound value by copying the values fromsource.