Uses of Class
net.ssehub.easy.varModel.model.datatypes.DerivedDatatype
Packages that use DerivedDatatype
Package
Description
This package represents a specific variability model configuration.
Base package for the variability model.
Base directory for the main datatype classes.
This package contains utility classes for filtering the model for specific model elements.
Filter for finding mandatory declarations.
Classes for creating an (adapted) copy of the
Project.Specific classes for performing search operations on models.
These package is for reading and saving the variability model and the configuration.
Currently supported file formats: EASy-Producer 2.0 config files (xml) IVML
Currently supported file formats: EASy-Producer 2.0 config files (xml) IVML
Classes for validating e variability model, e.g.
-
Uses of DerivedDatatype in net.ssehub.easy.varModel.confModel
Methods in net.ssehub.easy.varModel.confModel with parameters of type DerivedDatatypeModifier and TypeMethodDescriptionvoidAssignmentResolver.AssignBlockVisitor.visitDerivedDatatype(DerivedDatatype datatype) voidVariableCreator.visitDerivedType(DerivedDatatype datatype) -
Uses of DerivedDatatype in net.ssehub.easy.varModel.model
Methods in net.ssehub.easy.varModel.model with parameters of type DerivedDatatypeModifier and TypeMethodDescriptionvoidModelStatistics.StatisticsVisitor.visitDerivedDatatype(DerivedDatatype datatype) voidModelVisitorAdapter.visitDerivedDatatype(DerivedDatatype datatype) -
Uses of DerivedDatatype in net.ssehub.easy.varModel.model.datatypes
Methods in net.ssehub.easy.varModel.model.datatypes with parameters of type DerivedDatatypeModifier and TypeMethodDescriptionvoidICustomDatatypeVisitor.visitDerivedDatatype(DerivedDatatype datatype) Method for visiting a derived datatype.voidBaseTypeVisitor.visitDerivedType(DerivedDatatype datatype) voidDatatypeVisitor.visitDerivedType(DerivedDatatype datatype) voidIDatatypeVisitor.visitDerivedType(DerivedDatatype datatype) Is called by anDerivedDatatypedata type. -
Uses of DerivedDatatype in net.ssehub.easy.varModel.model.filter
Methods in net.ssehub.easy.varModel.model.filter with parameters of type DerivedDatatypeModifier and TypeMethodDescriptionvoidAbstractDeclarationFinder.visitDerivedDatatype(DerivedDatatype datatype) voidAbstractFrozenElementsFinder.visitDerivedDatatype(DerivedDatatype datatype) voidAnnotationAssignmentFinder.visitDerivedDatatype(DerivedDatatype datatype) voidConstraintFinder.visitDerivedDatatype(DerivedDatatype datatype) voidDatatypeFinder.visitDerivedDatatype(DerivedDatatype datatype) voidDeclarationInContainerFinder.visitDerivedDatatype(DerivedDatatype datatype) voidEvalBlockFinder.visitDerivedDatatype(DerivedDatatype datatype) voidModelElementTypeFinder.visitDerivedDatatype(DerivedDatatype datatype) voidNamespaceFinder.visitDerivedDatatype(DerivedDatatype datatype) voidProjectInterfaceFinder.visitDerivedDatatype(DerivedDatatype datatype) -
Uses of DerivedDatatype in net.ssehub.easy.varModel.model.filter.mandatoryVars
Methods in net.ssehub.easy.varModel.model.filter.mandatoryVars with parameters of type DerivedDatatypeModifier and TypeMethodDescriptionvoidMandatoryDeclarationClassifier.visitDerivedDatatype(DerivedDatatype datatype) -
Uses of DerivedDatatype in net.ssehub.easy.varModel.model.rewrite
Methods in net.ssehub.easy.varModel.model.rewrite with parameters of type DerivedDatatypeModifier and TypeMethodDescriptionvoidDeletedElementsCollector.visitDerivedDatatype(DerivedDatatype datatype) voidInitialStructureCollector.visitDerivedDatatype(DerivedDatatype datatype) voidProjectCopyVisitor.visitDerivedDatatype(DerivedDatatype datatype) voidProjectRewriteVisitor.visitDerivedDatatype(DerivedDatatype datatype) -
Uses of DerivedDatatype in net.ssehub.easy.varModel.model.search
Methods in net.ssehub.easy.varModel.model.search with parameters of type DerivedDatatypeModifier and TypeMethodDescriptionvoidPrefixSearchVisitor.visitDerivedDatatype(DerivedDatatype datatype) -
Uses of DerivedDatatype in net.ssehub.easy.varModel.persistency
Methods in net.ssehub.easy.varModel.persistency with parameters of type DerivedDatatypeModifier and TypeMethodDescriptionvoidIVMLWriter.visitDerivedDatatype(DerivedDatatype datatype) voidVariableUsage.visitDerivedDatatype(DerivedDatatype datatype) -
Uses of DerivedDatatype in net.ssehub.easy.varModel.validation
Methods in net.ssehub.easy.varModel.validation with parameters of type DerivedDatatypeModifier and TypeMethodDescriptionvoidIvmlValidationVisitor.visitDerivedDatatype(DerivedDatatype datatype)