Uses of Interface
net.ssehub.easy.varModel.model.IAttributableElement
-
Packages that use IAttributableElement 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 Base package for the variability model. -
-
Uses of IAttributableElement in net.ssehub.easy.reasoning.core.reasoner
Methods in net.ssehub.easy.reasoning.core.reasoner with parameters of type IAttributableElement Modifier and Type Method Description private voidAttributeValues.ResolutionVisitor. resolve(IAttributableElement elt)Resolves an attributable element. -
Uses of IAttributableElement in net.ssehub.easy.varModel.model
Classes in net.ssehub.easy.varModel.model that implement IAttributableElement Modifier and Type Class Description classConstantDecisionVariableDeclarationDefines a constant decision variable declaration.classDecisionVariableDeclarationImplements a decision variable.classExplicitTypeVariableDeclarationRepresents an explicitly typed declarator in a set operation.classProjectThis class holds the project imports, the containable model-, and attributable elements.classProjectDecisionVariableDeclarationFacilitates attribute propagation to parent project.Fields in net.ssehub.easy.varModel.model declared as IAttributableElement Modifier and Type Field Description private IAttributableElementAttribute. elementMethods in net.ssehub.easy.varModel.model that return IAttributableElement Modifier and Type Method Description IAttributableElementAttribute. getElement()Returns the attributed element.Methods in net.ssehub.easy.varModel.model with parameters of type IAttributableElement Modifier and Type Method Description private static AbstractVariableModelQuery. getAttribute(IAttributableElement element, java.lang.String name)Finds an attribute withnameonelement.Constructors in net.ssehub.easy.varModel.model with parameters of type IAttributableElement Constructor Description Attribute(java.lang.String name, IDatatype type, IModelElement parent, IAttributableElement element)Constructor for an attribute.Attribute(java.lang.String name, IDatatype type, IModelElement parent, IAttributableElement element, Attribute origin)Constructor for an attribute.DotAttribute(java.lang.String name, IDatatype type, IModelElement parent, IAttributableElement element)Constructor for an attribute specified by ".".
-