Uses of Class
net.ssehub.easy.varModel.model.datatypes.CustomDatatype
-
Packages that use CustomDatatype Package Description de.uni_hildesheim.sse.translation The mechanisms needed to translate an IVML Ecore model into an IVML object model.net.ssehub.easy.integration.common.impl Defines the a readable interface to IVML/EAsY.net.ssehub.easy.varModel.model.datatypes Base directory for the main datatype classes.net.ssehub.easy.varModel.model.filter This package contains utility classes for filtering the model for specific model elements.net.ssehub.easy.varModel.model.rewrite Classes for creating an (adapted) copy of theProject. -
-
Uses of CustomDatatype in de.uni_hildesheim.sse.translation
Methods in de.uni_hildesheim.sse.translation that return CustomDatatype Modifier and Type Method Description (package private) CustomDatatypeTypeContext. addImplicitDefinition(CustomDatatype type)Adds an implicit type definition.Methods in de.uni_hildesheim.sse.translation with parameters of type CustomDatatype Modifier and Type Method Description (package private) CustomDatatypeTypeContext. addImplicitDefinition(CustomDatatype type)Adds an implicit type definition. -
Uses of CustomDatatype in net.ssehub.easy.integration.common.impl
Methods in net.ssehub.easy.integration.common.impl with parameters of type CustomDatatype Modifier and Type Method Description protected voidModel. add(CustomDatatype type)Adds a decision custom type to this model and updates the cached information. -
Uses of CustomDatatype in net.ssehub.easy.varModel.model.datatypes
Subclasses of CustomDatatype in net.ssehub.easy.varModel.model.datatypes Modifier and Type Class Description classCompoundA compound type groups multiple types into a single named unit.classContainerRealizes an abstract container.classDerivedDatatypeDerivedDatatype allows the user to create new data types based on existing types.classEnumEnumerations allow the definition of sets of named values.classFreezeVariableTypeAn internal type for freezes to iterate / specify expressions on freezables.classOrderedEnumEnumerations allow the definition of sets of named values.classReferenceA reference allows the definition of individual configurations of an (external) element for the referencing element.classSequenceRealizes a sequence container.classSetRealizes a set container.classStructuredDatatypeClass to specify the container and compound. -
Uses of CustomDatatype in net.ssehub.easy.varModel.model.filter
Fields in net.ssehub.easy.varModel.model.filter with type parameters of type CustomDatatype Modifier and Type Field Description private java.util.List<CustomDatatype>DatatypeFinder. foundDatatypesMethods in net.ssehub.easy.varModel.model.filter that return types with arguments of type CustomDatatype Modifier and Type Method Description java.util.List<CustomDatatype>DatatypeFinder. getFoundDatatypes()Returns a list of all found datatypes of the specifiedCustomDatatype.Methods in net.ssehub.easy.varModel.model.filter with parameters of type CustomDatatype Modifier and Type Method Description private voidDatatypeFinder. visitIDatatype(CustomDatatype typeDefinition)Checks whether the visited datatype definition is an instance of the specifiedDatatypeFinder.typeand adds the type definition to the list of found elements. -
Uses of CustomDatatype in net.ssehub.easy.varModel.model.rewrite
Fields in net.ssehub.easy.varModel.model.rewrite with type parameters of type CustomDatatype Modifier and Type Field Description private java.util.Set<CustomDatatype>UncopiedElementsContainer. unresolvedDatatypesSet of custom data types which are dependent of other custom data types, not translated so far.Methods in net.ssehub.easy.varModel.model.rewrite that return types with arguments of type CustomDatatype Modifier and Type Method Description (package private) java.util.Set<CustomDatatype>UncopiedElementsContainer. getUnresolvedTypes()Returns the set of all unresolved (original) data types which could not be translated so far.Methods in net.ssehub.easy.varModel.model.rewrite with parameters of type CustomDatatype Modifier and Type Method Description (package private) voidUncopiedElementsContainer. addUnresolvedType(CustomDatatype unresolvedType)Adds a custom data type which could not be translated as it is dependent of another custom data type, which hasn't been copied so far.
-