Uses of Class
net.ssehub.easy.varModel.model.datatypes.Container
-
Packages that use Container Package Description net.ssehub.easy.producer.ui.confModel This package holds a GUI representation of the configuration with methods and additional information as needed by the Eclipse UI.net.ssehub.easy.reasoning.sseReasoner.model Package for creating a reasoning model: constraint container, project hierachy evaluator and other.net.ssehub.easy.varModel.cst Package for elements of the constraint syntax tree.net.ssehub.easy.varModel.cstEvaluation Implements the evaluation of constraint syntax trees.net.ssehub.easy.varModel.model.datatypes Base directory for the main datatype classes.net.ssehub.easy.varModel.model.rewrite Classes for creating an (adapted) copy of theProject.net.ssehub.easy.varModel.model.values Instances of the datatypes. -
-
Uses of Container in net.ssehub.easy.producer.ui.confModel
Methods in net.ssehub.easy.producer.ui.confModel with parameters of type Container Modifier and Type Method Description private voidConfigEditorValueRetriever. handleSetAndSequence(Container type)Sets the returnValue for Container types. -
Uses of Container in net.ssehub.easy.reasoning.sseReasoner.model
Methods in net.ssehub.easy.reasoning.sseReasoner.model with parameters of type Container Modifier and Type Method Description static IDatatypeReasoningUtils. getDeepestContainedType(Container cnt)Returns the deepest contained type, i.e., for a nested container the deeply nested (base) type. -
Uses of Container in net.ssehub.easy.varModel.cst
Fields in net.ssehub.easy.varModel.cst declared as Container Modifier and Type Field Description private ContainerContainerInitializer. typeMethods in net.ssehub.easy.varModel.cst that return Container Modifier and Type Method Description ContainerContainerInitializer. getType()Returns the type of the container.Constructors in net.ssehub.easy.varModel.cst with parameters of type Container Constructor Description ContainerInitializer(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 Container Modifier and Type Method Description private 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 Modifier and Type Class Description classSequenceRealizes a sequence container.classSetRealizes a set container. -
Uses of Container in net.ssehub.easy.varModel.model.rewrite
Methods in net.ssehub.easy.varModel.model.rewrite with parameters of type Container Modifier and Type Method Description private 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 Container Constructor Description ContainerValue(Container container)Constructor for a new ContainerValue.ContainerValue(Container container, boolean check, java.lang.Object... value)Constructor for a new ContainerValue.ContainerValue(Container container, java.lang.Object... value)Constructor for a new ContainerValue.ContainerValue(Container container, ContainerValue source)Creates a new compound value by copying the values fromsource.
-