Uses of Class
net.ssehub.easy.varModel.model.datatypes.CustomDatatype
Packages that use CustomDatatype
Package
Description
Base directory for the main datatype classes.
This package contains utility classes for filtering the model for specific model elements.
Classes for creating an (adapted) copy of the
Project.-
Uses of CustomDatatype in net.ssehub.easy.varModel.model.datatypes
Subclasses of CustomDatatype in net.ssehub.easy.varModel.model.datatypesModifier and TypeClassDescriptionclassA compound type groups multiple types into a single named unit.classRealizes an abstract container.classDerivedDatatype allows the user to create new data types based on existing types.classEnumerations allow the definition of sets of named values.classAn internal type for freezes to iterate / specify expressions on freezables.classEnumerations allow the definition of sets of named values.classA reference allows the definition of individual configurations of an (external) element for the referencing element.classRealizes a sequence container.classRealizes a set container.classClass 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 CustomDatatypeMethods in net.ssehub.easy.varModel.model.filter that return types with arguments of type CustomDatatypeModifier and TypeMethodDescriptionDatatypeFinder.getFoundDatatypes()Returns a list of all found datatypes of the specifiedCustomDatatype.Methods in net.ssehub.easy.varModel.model.filter with parameters of type CustomDatatypeModifier and TypeMethodDescriptionprivate 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 CustomDatatypeModifier and TypeFieldDescriptionprivate 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 CustomDatatypeModifier and TypeMethodDescription(package private) 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 CustomDatatypeModifier and TypeMethodDescription(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.