Uses of Class
net.ssehub.easy.varModel.model.AbstractVisitor
-
Packages that use AbstractVisitor Package Description 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.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 AbstractVisitor in net.ssehub.easy.reasoning.core.reasoner
Subclasses of AbstractVisitor in net.ssehub.easy.reasoning.core.reasoner Modifier and Type Class Description classCommentResourceVisitorA visitor turning (partial) IVML elements into more or less explainable strings based on a givenCommentResource. -
Uses of AbstractVisitor in net.ssehub.easy.varModel.confModel
Fields in net.ssehub.easy.varModel.confModel declared as AbstractVisitor Modifier and Type Field Description private AbstractVisitorAbstractConfigurationStatisticsVisitor. projectVisitor -
Uses of AbstractVisitor in net.ssehub.easy.varModel.model
Subclasses of AbstractVisitor in net.ssehub.easy.varModel.model Modifier and Type Class Description private classModelStatistics.StatisticsVisitorVisits 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.search Modifier and Type Class Description classPrefixSearchVisitorRealizes 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.persistency Modifier and Type Class Description classAbstractVarModelWriterSuper class for translating the variability model to aStringBuffer, which can be used for saving.classConfigurableIVMLWriterAn IVML writer which may or not emit imports.classConstraintSplitWriterSplits the textual output at a givenconstraint.classIVMLWriterWriter 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 Modifier and Type Class Description classIvmlValidationVisitorChecks a model for IVML compliance.
-