Uses of Class
net.ssehub.easy.varModel.persistency.AbstractVarModelWriter
-
Packages that use AbstractVarModelWriter 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.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) IVML -
-
Uses of AbstractVarModelWriter in net.ssehub.easy.reasoning.core.reasoner
Subclasses of AbstractVarModelWriter 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 AbstractVarModelWriter in net.ssehub.easy.varModel.persistency
Subclasses of AbstractVarModelWriter in net.ssehub.easy.varModel.persistency Modifier and Type Class Description 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.
-