Uses of Class
net.ssehub.easy.varModel.cst.Self
-
Packages that use Self Package Description de.uni_hildesheim.sse.translation The mechanisms needed to translate an IVML Ecore model into an IVML object model.net.ssehub.easy.reasoning.sseReasoner Package contains the EASy-Producer reasoner implementation classes.net.ssehub.easy.reasoning.sseReasoner.functions Package contains custom functions for IVML.net.ssehub.easy.reasoning.sseReasoner.model Package for creating a reasoning model: constraint container, project hierachy evaluator and other.net.ssehub.easy.varModel.confModel This package represents a specific variability model configuration.net.ssehub.easy.varModel.cst Package for elements of the constraint syntax tree.net.ssehub.easy.varModel.cstEvaluation Implements the evaluation of constraint syntax trees.net.ssehub.easy.varModel.model Base package for the variability model.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 Self in de.uni_hildesheim.sse.translation
Fields in de.uni_hildesheim.sse.translation with type parameters of type Self Modifier and Type Field Description private java.util.Map<Compound,Self>TypeContext. selfPoolMethods in de.uni_hildesheim.sse.translation that return Self Modifier and Type Method Description private SelfTypeContext. getSelf(Compound comp)Returns a self instance from the self pool.Methods in de.uni_hildesheim.sse.translation with parameters of type Self Modifier and Type Method Description voidAssignmentDetector. visitSelf(Self self)voidRefByCheckVisitor. visitSelf(Self self) -
Uses of Self in net.ssehub.easy.reasoning.sseReasoner
Methods in net.ssehub.easy.reasoning.sseReasoner with parameters of type Self Modifier and Type Method Description voidCheckInitializerVisitor. visitSelf(Self self) -
Uses of Self in net.ssehub.easy.reasoning.sseReasoner.functions
Methods in net.ssehub.easy.reasoning.sseReasoner.functions with parameters of type Self Modifier and Type Method Description voidConstraintFunctions.TransitiveConstraintFinder. visitSelf(Self self) -
Uses of Self in net.ssehub.easy.reasoning.sseReasoner.model
Methods in net.ssehub.easy.reasoning.sseReasoner.model with parameters of type Self Modifier and Type Method Description voidSubstitutionVisitor. visitSelf(Self self)voidVariablesInNotSimpleAssignmentConstraintsFinder. visitSelf(Self self) -
Uses of Self in net.ssehub.easy.varModel.confModel
Methods in net.ssehub.easy.varModel.confModel with parameters of type Self Modifier and Type Method Description voidCompoundValueSetter. visitSelf(Self self) -
Uses of Self in net.ssehub.easy.varModel.cst
Methods in net.ssehub.easy.varModel.cst with parameters of type Self Modifier and Type Method Description ConstraintSyntaxTreeCopyVisitor.IVariableReplacer. mapSelf(Self self)Maps a leaf node.voidAbstractConstraintTreeVisitor. visitSelf(Self self)voidBasicCopyVisitor. visitSelf(Self self)voidConstraintReplacer. visitSelf(Self self)voidContainsSelfVisitor. visitSelf(Self self)voidCopyVisitor. visitSelf(Self self)voidDebugConstraintTreeVisitor. visitSelf(Self self)voidIConstraintTreeVisitor. visitSelf(Self self)Visits self.voidValidationVisitor. visitSelf(Self self) -
Uses of Self in net.ssehub.easy.varModel.cstEvaluation
Fields in net.ssehub.easy.varModel.cstEvaluation declared as Self Modifier and Type Field Description private SelfStaticAccessFinder. selfMethods in net.ssehub.easy.varModel.cstEvaluation that return Self Modifier and Type Method Description SelfStaticAccessFinder. getSelf()Returns the "self" instance if used.Methods in net.ssehub.easy.varModel.cstEvaluation with parameters of type Self Modifier and Type Method Description ConstraintSyntaxTreeEvaluationUtils.VariableReplacer. mapSelf(Self self)voidEvaluationVisitor. visitSelf(Self self)voidStaticAccessFinder. visitSelf(Self self) -
Uses of Self in net.ssehub.easy.varModel.model
Methods in net.ssehub.easy.varModel.model with parameters of type Self Modifier and Type Method Description voidExpressionVersionRestrictionValidator. visitSelf(Self self) -
Uses of Self in net.ssehub.easy.varModel.model.filter
Methods in net.ssehub.easy.varModel.model.filter with parameters of type Self Modifier and Type Method Description voidAbstractVariableInConstraintFinder. visitSelf(Self self)voidConstraintClassifier. visitSelf(Self self) -
Uses of Self in net.ssehub.easy.varModel.model.filter.mandatoryVars
Methods in net.ssehub.easy.varModel.model.filter.mandatoryVars with parameters of type Self Modifier and Type Method Description voidMandatoryDeclarationClassifier. visitSelf(Self self) -
Uses of Self in net.ssehub.easy.varModel.model.rewrite
Methods in net.ssehub.easy.varModel.model.rewrite with parameters of type Self Modifier and Type Method Description voidCSTCopyVisitor. visitSelf(Self self) -
Uses of Self in net.ssehub.easy.varModel.model.search
Methods in net.ssehub.easy.varModel.model.search with parameters of type Self Modifier and Type Method Description voidPrefixSearchVisitor. visitSelf(Self self) -
Uses of Self in net.ssehub.easy.varModel.persistency
Methods in net.ssehub.easy.varModel.persistency with parameters of type Self Modifier and Type Method Description voidIVMLWriter. visitSelf(Self self)voidVariableUsage. visitSelf(Self self) -
Uses of Self in net.ssehub.easy.varModel.validation
Methods in net.ssehub.easy.varModel.validation with parameters of type Self Modifier and Type Method Description voidIvmlValidationVisitor. visitSelf(Self self)
-