Uses of Class
net.ssehub.easy.varModel.model.datatypes.Operation.FormattingHint
-
Packages that use Operation.FormattingHint 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.model.datatypes Base directory for the main datatype classes.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 Operation.FormattingHint in net.ssehub.easy.reasoning.core.reasoner
Methods in net.ssehub.easy.reasoning.core.reasoner with parameters of type Operation.FormattingHint Modifier and Type Method Description protected voidCommentResourceVisitor. appendOCLFeatureCall(OCLFeatureCall call, Operation.FormattingHint hint) -
Uses of Operation.FormattingHint in net.ssehub.easy.varModel.model.datatypes
Fields in net.ssehub.easy.varModel.model.datatypes declared as Operation.FormattingHint Modifier and Type Field Description private Operation.FormattingHintOperation. formattingHintMethods in net.ssehub.easy.varModel.model.datatypes that return Operation.FormattingHint Modifier and Type Method Description Operation.FormattingHintOperation. getFormattingHint()Returns the formatting hint.static Operation.FormattingHintOperation.FormattingHint. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Operation.FormattingHint[]Operation.FormattingHint. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.ssehub.easy.varModel.model.datatypes with parameters of type Operation.FormattingHint Modifier and Type Method Description (package private) OperationOperation. markByFormattingHint(Operation.FormattingHint formattingHint)Marks this operation by a formatting hint. -
Uses of Operation.FormattingHint in net.ssehub.easy.varModel.persistency
Methods in net.ssehub.easy.varModel.persistency with parameters of type Operation.FormattingHint Modifier and Type Method Description protected voidIVMLWriter. appendOCLFeatureCall(OCLFeatureCall call, Operation.FormattingHint hint)Does the formatting of an OCL feature call and allows for overwriting.
-