Uses of Class
net.ssehub.easy.basics.messages.Message
-
Packages that use Message Package Description net.ssehub.easy.basics.messages A common definition of messages with description and status derived from a specific set of (identifiable) exceptions .net.ssehub.easy.dslCore.translation Basic reusable classes for SSE-style DSL implementation.net.ssehub.easy.instantiation.core.model.artifactModel Contains the VIL artifact model.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.cstEvaluation Implements the evaluation of constraint syntax trees.net.ssehub.easy.varModel.validation Classes for validating e variability model, e.g. -
-
Uses of Message in net.ssehub.easy.basics.messages
Method parameters in net.ssehub.easy.basics.messages with type arguments of type Message Modifier and Type Method Description static booleanMessage. containsError(java.util.List<Message> messages)Utility method returning whether there is an error message in the givenmessages.static java.lang.StringMessage. toString(java.util.List<Message> messages, Status filter)Utility method returning a string representation of a given set ofmessages. -
Uses of Message in net.ssehub.easy.dslCore.translation
Subclasses of Message in net.ssehub.easy.dslCore.translation Modifier and Type Class Description classMessageImplements a message issues by the model translator (in order to provide feedback on multiple issues at once). -
Uses of Message in net.ssehub.easy.instantiation.core.model.artifactModel
Methods in net.ssehub.easy.instantiation.core.model.artifactModel that return types with arguments of type Message Modifier and Type Method Description static java.util.List<Message>ArtifactFactory. configureArtifactCreators(java.util.Properties properties)Configures the artifact creators.Method parameters in net.ssehub.easy.instantiation.core.model.artifactModel with type arguments of type Message Modifier and Type Method Description (package private) voidArtifactCreatorNode. configure(java.util.Properties properties, java.util.List<Message> messages)Configures the attached artifact creator.voidDefaultFileArtifactCreator. configure(java.util.Properties properties, java.util.List<Message> messages)voidDefaultFolderArtifactCreator. configure(java.util.Properties properties, java.util.List<Message> messages)voidIArtifactCreator. configure(java.util.Properties properties, java.util.List<Message> messages)Configures its own reaction according to a set of properties.private static voidArtifactFactory. configureArtifactCreators(ArtifactCreatorNode node, java.util.Properties properties, java.util.List<Message> messages)Configures the givennodeand its children. -
Uses of Message in net.ssehub.easy.reasoning.core.reasoner
Subclasses of Message in net.ssehub.easy.reasoning.core.reasoner Modifier and Type Class Description classMessagePart of theReasoningResultclass, expressing on error/warning of a completeReasoningResult. -
Uses of Message in net.ssehub.easy.varModel.confModel
Methods in net.ssehub.easy.varModel.confModel that return types with arguments of type Message Modifier and Type Method Description java.util.List<Message>ConfigurationInitializerRegistry.IConfigurationInitializer. initializeConfiguration(Configuration config, ProgressObserver observer)Initializes the configuration. -
Uses of Message in net.ssehub.easy.varModel.cstEvaluation
Subclasses of Message in net.ssehub.easy.varModel.cstEvaluation Modifier and Type Class Description static classEvaluationVisitor.MessageExtended Message class for saving variables that fail in assignments. -
Uses of Message in net.ssehub.easy.varModel.validation
Subclasses of Message in net.ssehub.easy.varModel.validation Modifier and Type Class Description classValidationMessageA specific message for model validation purposes.
-