Uses of Class
net.ssehub.easy.varModel.persistency.IVMLWriter
-
Packages that use IVMLWriter 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 IVMLWriter in net.ssehub.easy.reasoning.core.reasoner
Subclasses of IVMLWriter 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 IVMLWriter in net.ssehub.easy.varModel.persistency
Subclasses of IVMLWriter 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.Fields in net.ssehub.easy.varModel.persistency with type parameters of type IVMLWriter Modifier and Type Field Description private static java.util.List<IVMLWriter>IVMLWriter. POOLMethods in net.ssehub.easy.varModel.persistency that return IVMLWriter Modifier and Type Method Description static IVMLWriterIVMLWriter. getInstance(java.io.Writer writer)Obtains an instance from the pool (always emitting comments).Methods in net.ssehub.easy.varModel.persistency with parameters of type IVMLWriter Modifier and Type Method Description static voidIVMLWriter. releaseInstance(IVMLWriter writer)Releases an instance to the pool.
-