Uses of Class
net.ssehub.easy.varModel.model.AbstractVisitor
Packages that use AbstractVisitor
Package
Description
This package represents a specific variability model configuration.
Base package for the variability model.
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 AbstractVisitor in net.ssehub.easy.varModel.confModel
Fields in net.ssehub.easy.varModel.confModel declared as AbstractVisitorModifier and TypeFieldDescriptionprivate AbstractVisitorAbstractConfigurationStatisticsVisitor.projectVisitorProject visitor. -
Uses of AbstractVisitor in net.ssehub.easy.varModel.model
Subclasses of AbstractVisitor in net.ssehub.easy.varModel.modelModifier and TypeClassDescriptionprivate classVisits the elements in the given project. -
Uses of AbstractVisitor in net.ssehub.easy.varModel.model.search
Subclasses of AbstractVisitor in net.ssehub.easy.varModel.model.searchModifier and TypeClassDescriptionclassRealizes a visitor which searches for a given prefix in a given context and returns all matching model elements. -
Uses of AbstractVisitor in net.ssehub.easy.varModel.persistency
Subclasses of AbstractVisitor in net.ssehub.easy.varModel.persistencyModifier and TypeClassDescriptionclassSuper class for translating the variability model to aStringBuffer, which can be used for saving.classAn IVML writer which may or not emit imports.classSplits the textual output at a givenconstraint.classWriter for writing the variability model to an IVML output file. -
Uses of AbstractVisitor in net.ssehub.easy.varModel.validation
Subclasses of AbstractVisitor in net.ssehub.easy.varModel.validation