Uses of Class
net.ssehub.easy.varModel.model.datatypes.Reference
-
Packages that use Reference Package Description 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.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 Reference in net.ssehub.easy.instantiation.core.model.vilTypes.configuration
Methods in net.ssehub.easy.instantiation.core.model.vilTypes.configuration with parameters of type Reference Modifier and Type Method Description voidVariableCollector. visitReference(Reference reference) -
Uses of Reference in net.ssehub.easy.instantiation.velocity
Methods in net.ssehub.easy.instantiation.velocity with parameters of type Reference Modifier and Type Method Description voidVelocityContextInitializer. visitReference(Reference reference) -
Uses of Reference in net.ssehub.easy.producer.ui.confModel
Methods in net.ssehub.easy.producer.ui.confModel with parameters of type Reference Modifier and Type Method Description static ComboboxGUIVariable.ComboItem[]GUIValueFactory. createComboItems(IDecisionVariable variable, Reference reference)Creates combo items for the givenvariableof typereference.voidConfigEditorValueRetriever. visitReference(Reference reference)voidErrorSetter. visitReference(Reference reference)voidGUIValueFactory.VariableVisitor. visitReference(Reference reference)voidTooltipCreator. visitReference(Reference reference) -
Uses of Reference in net.ssehub.easy.reasoning.core.reasoner
Methods in net.ssehub.easy.reasoning.core.reasoner with parameters of type Reference Modifier and Type Method Description voidAttributeValues.ResolutionVisitor. visitReference(Reference reference) -
Uses of Reference in net.ssehub.easy.varModel.confModel
Methods in net.ssehub.easy.varModel.confModel with parameters of type Reference Modifier and Type Method Description java.util.List<ConstraintSyntaxTree>QueryCache. getPossibleValues(Reference refType)Calculates possible values (ConstraintSyntaxTree-based) for a givenReferencevariable.java.util.List<ConstraintSyntaxTree>SharedQueryCache. getPossibleValues(Reference refType)(package private) static java.util.List<ConstraintSyntaxTree>ConfigQuery. possibleValuesForReferences(Configuration config, Reference refType)Calculates possible values (ConstraintSyntaxTree-based) for a givenReferencevariable.voidAssignmentResolver.AssignBlockVisitor. visitReference(Reference reference)voidVariableCreator. visitReference(Reference reference)Method parameters in net.ssehub.easy.varModel.confModel with type arguments of type Reference Modifier and Type Method Description private voidConfiguration. collectAllInstances(IDecisionVariable var, IDatatype type, java.util.Map<IDatatype,Reference> referenceTypes, java.util.Map<IDecisionVariable,ReferenceValue> instances)Collects all instances oftypestarting atvarand stores results intoreferenceTypesandinstances. -
Uses of Reference in net.ssehub.easy.varModel.model
Methods in net.ssehub.easy.varModel.model with parameters of type Reference Modifier and Type Method Description voidModelStatistics.StatisticsVisitor. visitReference(Reference reference)voidModelVisitorAdapter. visitReference(Reference reference) -
Uses of Reference in net.ssehub.easy.varModel.model.datatypes
Methods in net.ssehub.easy.varModel.model.datatypes with parameters of type Reference Modifier and Type Method Description voidBaseTypeVisitor. visitReference(Reference reference)voidDatatypeVisitor. visitReference(Reference ref)voidICustomDatatypeVisitor. visitReference(Reference reference)Method for visiting a reference.voidIDatatypeVisitor. visitReference(Reference reference)Is called by a reference data type. -
Uses of Reference in net.ssehub.easy.varModel.model.filter
Methods in net.ssehub.easy.varModel.model.filter with parameters of type Reference Modifier and Type Method Description static java.util.List<AbstractVariable>ReferenceValuesFinder. findPossibleValues(Project project, Reference refType)Searches inside the wholeProjectforAbstractVariables, which can be referenced byIDecisionVariables of the givenReferencetype.voidAbstractDeclarationFinder. visitReference(Reference reference)voidAbstractFrozenElementsFinder. visitReference(Reference reference)voidAnnotationAssignmentFinder. visitReference(Reference reference)voidConstraintFinder. visitReference(Reference reference)voidDatatypeFinder. visitReference(Reference reference)voidDeclarationInContainerFinder. visitReference(Reference reference)voidEvalBlockFinder. visitReference(Reference reference)voidModelElementTypeFinder. visitReference(Reference reference)voidNamespaceFinder. visitReference(Reference reference)voidProjectInterfaceFinder. visitReference(Reference reference) -
Uses of Reference in net.ssehub.easy.varModel.model.filter.mandatoryVars
Methods in net.ssehub.easy.varModel.model.filter.mandatoryVars with parameters of type Reference Modifier and Type Method Description voidMandatoryDeclarationClassifier. visitReference(Reference reference) -
Uses of Reference in net.ssehub.easy.varModel.model.rewrite
Methods in net.ssehub.easy.varModel.model.rewrite with parameters of type Reference Modifier and Type Method Description voidDeletedElementsCollector. visitReference(Reference reference)voidInitialStructureCollector. visitReference(Reference reference)voidProjectCopyVisitor. visitReference(Reference reference)voidProjectRewriteVisitor. visitReference(Reference reference) -
Uses of Reference in net.ssehub.easy.varModel.model.search
Methods in net.ssehub.easy.varModel.model.search with parameters of type Reference Modifier and Type Method Description voidPrefixSearchVisitor. visitReference(Reference reference) -
Uses of Reference in net.ssehub.easy.varModel.persistency
Methods in net.ssehub.easy.varModel.persistency with parameters of type Reference Modifier and Type Method Description voidIVMLWriter. visitReference(Reference reference)voidVariableUsage. visitReference(Reference reference) -
Uses of Reference in net.ssehub.easy.varModel.validation
Methods in net.ssehub.easy.varModel.validation with parameters of type Reference Modifier and Type Method Description voidIvmlValidationVisitor. visitReference(Reference reference)
-