Uses of Interface
net.ssehub.easy.varModel.model.Constraint.IConstraintType
-
Packages that use Constraint.IConstraintType 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 Constraint.IConstraintType in net.ssehub.easy.reasoning.core.reasoner
Fields in net.ssehub.easy.reasoning.core.reasoner declared as Constraint.IConstraintType Modifier and Type Field Description private Constraint.IConstraintTypeTypedConstraint. typeMethods in net.ssehub.easy.reasoning.core.reasoner that return Constraint.IConstraintType Modifier and Type Method Description Constraint.IConstraintTypeAnnotationAssignmentConstraint. getType()Returns the conceptual type of the constraint.Constraint.IConstraintTypeConstraintVariableConstraint. getType()Constraint.IConstraintTypeDefaultConstraint. getType()Returns the conceptual type of the constraint.Constraint.IConstraintTypeTypedConstraint. getType()Constructors in net.ssehub.easy.reasoning.core.reasoner with parameters of type Constraint.IConstraintType Constructor Description TypedConstraint(ConstraintSyntaxTree consSyntax, Constraint.IConstraintType type, IModelElement parent)Creates a new constraint from an already parsed syntax tree. -
Uses of Constraint.IConstraintType in net.ssehub.easy.varModel.model
Classes in net.ssehub.easy.varModel.model that implement Constraint.IConstraintType Modifier and Type Class Description static classConstraint.TypeThe conceptual type of the constraint.Methods in net.ssehub.easy.varModel.model that return Constraint.IConstraintType Modifier and Type Method Description Constraint.IConstraintTypeConstraint. getType()Returns the conceptual type of the constraint.
-