Uses of Class
net.ssehub.easy.varModel.model.datatypes.DerivedDatatype
-
Packages that use DerivedDatatype Package Description de.uni_hildesheim.sse.translation The mechanisms needed to translate an IVML Ecore model into an IVML object model.net.ssehub.easy.instantiation.core.model.vilTypes.configuration All classes related to the EASy integration of configuration and decisions.net.ssehub.easy.instantiation.velocity This package contains the VIL instantiator realization of Apache's Velocity.
For more information please visit the Velocity project page.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.core.reasoner All classes and interfaces needed to implement a reasoner.
How to write a reasoner: Create an Eclipse Plugin project with Activator (even if "empty"). Addorg.eclipse.equinox.dsto the required plugins andorg.osgi.service.componentto the imported packages as your reasoner will be linked using OSGi descriptive services (DS) to the reasoner core.net.ssehub.easy.reasoning.sseReasoner.functions Package contains custom functions for IVML.net.ssehub.easy.varModel.confModel This package represents a specific variability model configuration.net.ssehub.easy.varModel.model Base package for the variability model.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.filter.mandatoryVars Filter for finding mandatory declarations.net.ssehub.easy.varModel.model.rewrite Classes for creating an (adapted) copy of theProject.net.ssehub.easy.varModel.model.search Specific classes for performing search operations on models.net.ssehub.easy.varModel.persistency These package is for reading and saving the variability model and the configuration.
Currently supported file formats: EASy-Producer 2.0 config files (xml) IVMLnet.ssehub.easy.varModel.validation Classes for validating e variability model, e.g. -
-
Uses of DerivedDatatype in de.uni_hildesheim.sse.translation
Fields in de.uni_hildesheim.sse.translation with type parameters of type DerivedDatatype Modifier and Type Field Description private java.util.Map<de.uni_hildesheim.sse.ivml.TypedefMapping,DerivedDatatype>ModelTranslator. typedefMapping -
Uses of DerivedDatatype in net.ssehub.easy.instantiation.core.model.vilTypes.configuration
Methods in net.ssehub.easy.instantiation.core.model.vilTypes.configuration with parameters of type DerivedDatatype Modifier and Type Method Description voidVariableCollector. visitDerivedDatatype(DerivedDatatype datatype) -
Uses of DerivedDatatype in net.ssehub.easy.instantiation.velocity
Methods in net.ssehub.easy.instantiation.velocity with parameters of type DerivedDatatype Modifier and Type Method Description voidVelocityContextInitializer. visitDerivedType(DerivedDatatype datatype) -
Uses of DerivedDatatype in net.ssehub.easy.producer.ui.confModel
Methods in net.ssehub.easy.producer.ui.confModel with parameters of type DerivedDatatype Modifier and Type Method Description voidErrorSetter. visitDerivedDatatype(DerivedDatatype datatype)voidConfigEditorValueRetriever. visitDerivedType(DerivedDatatype datatype)voidGUIValueFactory.VariableVisitor. visitDerivedType(DerivedDatatype datatype)voidTooltipCreator. visitDerivedType(DerivedDatatype datatype) -
Uses of DerivedDatatype in net.ssehub.easy.reasoning.core.reasoner
Methods in net.ssehub.easy.reasoning.core.reasoner with parameters of type DerivedDatatype Modifier and Type Method Description voidAttributeValues.ResolutionVisitor. visitDerivedDatatype(DerivedDatatype datatype) -
Uses of DerivedDatatype in net.ssehub.easy.reasoning.sseReasoner.functions
Methods in net.ssehub.easy.reasoning.sseReasoner.functions with parameters of type DerivedDatatype Modifier and Type Method Description voidConstraintFunctions.TransitiveConstraintFinder. visitDerivedType(DerivedDatatype datatype) -
Uses of DerivedDatatype in net.ssehub.easy.varModel.confModel
Methods in net.ssehub.easy.varModel.confModel with parameters of type DerivedDatatype Modifier and Type Method Description voidAssignmentResolver.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 DerivedDatatype Modifier and Type Method Description voidModelStatistics.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 DerivedDatatype Modifier and Type Method Description voidICustomDatatypeVisitor. 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 DerivedDatatype Modifier and Type Method Description voidAbstractDeclarationFinder. 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 DerivedDatatype Modifier and Type Method Description voidMandatoryDeclarationClassifier. 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 DerivedDatatype Modifier and Type Method Description voidDeletedElementsCollector. 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 DerivedDatatype Modifier and Type Method Description voidPrefixSearchVisitor. visitDerivedDatatype(DerivedDatatype datatype) -
Uses of DerivedDatatype in net.ssehub.easy.varModel.persistency
Methods in net.ssehub.easy.varModel.persistency with parameters of type DerivedDatatype Modifier and Type Method Description voidIVMLWriter. 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 DerivedDatatype Modifier and Type Method Description voidIvmlValidationVisitor. visitDerivedDatatype(DerivedDatatype datatype)
-