Uses of Class
net.ssehub.easy.reasoning.core.reasoner.AttributeValues
-
Packages that use AttributeValues Package Description net.ssehub.easy.producer.ui.productline_editor.configuration This package holds classes for the configuration editor and super classes for similar configuration editors.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. -
-
Uses of AttributeValues in net.ssehub.easy.producer.ui.productline_editor.configuration
Fields in net.ssehub.easy.producer.ui.productline_editor.configuration declared as AttributeValues Modifier and Type Field Description private AttributeValuesAttributeValuesPage.TemporaryAttributesConfiguration. valuesConstructors in net.ssehub.easy.producer.ui.productline_editor.configuration with parameters of type AttributeValues Constructor Description TemporaryAttributesConfiguration(Project project, AttributeValues values, boolean group)Creates a new configuration for the given project. -
Uses of AttributeValues in net.ssehub.easy.reasoning.core.reasoner
Fields in net.ssehub.easy.reasoning.core.reasoner declared as AttributeValues Modifier and Type Field Description private AttributeValuesReasonerConfiguration. attributeValuesMethods in net.ssehub.easy.reasoning.core.reasoner that return AttributeValues Modifier and Type Method Description AttributeValuesReasonerConfiguration. getAttributeValues()Returns the attribute values for reasoning.static AttributeValuesReasonerConfiguration. getAttributeValues(ReasonerConfiguration config)Null-safe access to the attribute values.Methods in net.ssehub.easy.reasoning.core.reasoner with parameters of type AttributeValues Modifier and Type Method Description static booleanAttributesCheckVisitor. check(Configuration configuration, AttributeValues values, ReasoningResult result)Checks the givenconfigurationwith respect tovaluesand adjustsresultif required.static booleanAttributeValues. isEmpty(AttributeValues values)Returns whether there are value assignments invalues.ReasonerConfigurationReasonerConfiguration. setAttributeValues(AttributeValues attributeValues)Changes attribute values for reasoning.Constructors in net.ssehub.easy.reasoning.core.reasoner with parameters of type AttributeValues Constructor Description AttributesCheckVisitor(ReasoningResult result, AttributeValues values)Creates a new visitor storing the given instances for processing.
-