Uses of Interface
net.ssehub.easy.varModel.model.datatypes.IContainableElementsSorter
-
Packages that use IContainableElementsSorter Package Description de.uni_hildesheim.sse.translation The mechanisms needed to translate an IVML Ecore model into an IVML object model.net.ssehub.easy.varModel.model Base package for the variability model.net.ssehub.easy.varModel.model.datatypes Base directory for the main datatype classes. -
-
Uses of IContainableElementsSorter in de.uni_hildesheim.sse.translation
Fields in de.uni_hildesheim.sse.translation with type parameters of type IContainableElementsSorter Modifier and Type Field Description private java.util.Map<IContainableElementsSorter,ContainableElementsMapAndComparator>TypeContext. elementSortMapsMethods in de.uni_hildesheim.sse.translation with parameters of type IContainableElementsSorter Modifier and Type Method Description voidTypeContext. closeSorter(IContainableElementsSorter sorter, java.util.List<org.eclipse.emf.ecore.EObject> elements)Closes an elements sorter (regarding the stored data) and sorts the elements within the compound.voidTypeContext. registerSorter(IContainableElementsSorter sorter, org.eclipse.emf.ecore.EObject key, Comment comment, ContainableModelElement element)Registers an element to be sorted (later). -
Uses of IContainableElementsSorter in net.ssehub.easy.varModel.model
Subinterfaces of IContainableElementsSorter in net.ssehub.easy.varModel.model Modifier and Type Interface Description interfaceIDecisionVariableContainerDescribes a container for decision variables.Classes in net.ssehub.easy.varModel.model that implement IContainableElementsSorter Modifier and Type Class Description classAttributeAssignmentRepresents an assignment of a value to attributes of at least one model element.classBasicDecisionVariableContainerThis class basically realizes a decision variable container (this class does not support realizing constraints).classFullDecisionVariableContainerAn extended version of the a decision variable container which also supports realizing constraints. -
Uses of IContainableElementsSorter in net.ssehub.easy.varModel.model.datatypes
Classes in net.ssehub.easy.varModel.model.datatypes that implement IContainableElementsSorter Modifier and Type Class Description classCompoundA compound type groups multiple types into a single named unit.
-