Modifier and Type | Interface and Description |
---|---|
interface |
EClassifierConstraint
A representation of the model object 'EClassifier Constraint'.
|
Modifier and Type | Class and Description |
---|---|
class |
EClassifierConstraintImpl
An implementation of the model object 'EClassifier Constraint'.
|
Modifier and Type | Method and Description |
---|---|
T |
EMFPatternLanguageSwitch.caseConstraint(Constraint object)
Returns the result of interpreting the object as an instance of 'Constraint'.
|
Modifier and Type | Method and Description |
---|---|
void |
PatternModelAcceptor.acceptConstraint(Constraint constraint)
Accepts a general
Constraint . |
void |
EPMToPBody.acceptConstraint(Constraint constraint) |
Modifier and Type | Interface and Description |
---|---|
interface |
CheckConstraint
A representation of the model object 'Check Constraint'.
|
interface |
CompareConstraint
A representation of the model object 'Compare Constraint'.
|
interface |
PathExpressionConstraint
A representation of the model object 'Path Expression Constraint'.
|
interface |
PatternCompositionConstraint
A representation of the model object 'Pattern Composition Constraint'.
|
Modifier and Type | Method and Description |
---|---|
Constraint |
PatternLanguageFactory.createConstraint()
Returns a new object of class 'Constraint'.
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<Constraint> |
PatternBody.getConstraints()
Returns the value of the 'Constraints' containment reference list.
|
Modifier and Type | Class and Description |
---|---|
class |
CheckConstraintImpl
An implementation of the model object 'Check Constraint'.
|
class |
CompareConstraintImpl
An implementation of the model object 'Compare Constraint'.
|
class |
ConstraintImpl
An implementation of the model object 'Constraint'.
|
class |
PathExpressionConstraintImpl
An implementation of the model object 'Path Expression Constraint'.
|
class |
PatternCompositionConstraintImpl
An implementation of the model object 'Pattern Composition Constraint'.
|
Modifier and Type | Method and Description |
---|---|
Constraint |
PatternLanguageFactoryImpl.createConstraint() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<Constraint> |
PatternBodyImpl.getConstraints() |
Modifier and Type | Method and Description |
---|---|
T |
PatternLanguageSwitch.caseConstraint(Constraint object)
Returns the result of interpreting the object as an instance of 'Constraint'.
|