Modifier and Type | Class and Description |
---|---|
class |
OclConstraintImpl
The OclConstraintImpl class is the common root of all OclConstraint
interface implementations of the supported input models.
|
Modifier and Type | Class and Description |
---|---|
class |
OclConstraintEA
This implements the OclConstraint interface for the Enterprise Architect
model platform.
|
Modifier and Type | Class and Description |
---|---|
class |
GenericOclConstraint |
Modifier and Type | Method and Description |
---|---|
protected Constraint |
GenericModel.parse(OclConstraint con,
GenericClassInfo genCi) |
protected Constraint |
GenericModel.parse(OclConstraint con,
GenericPropertyInfo genPi) |
Constructor and Description |
---|
GenericOclConstraint(GenericClassInfo ci,
OclConstraint constr)
Creates a new OCL constraint from the given constraint (with same
context, but having parsed the OCL anew from the text of the given
constraint).
|
GenericOclConstraint(GenericPropertyInfo pi,
OclConstraint constr)
Creates a new OCL constraint from the given constraint (with same
context, but having parsed the OCL anew from the text of the given
constraint).
|
Modifier and Type | Class and Description |
---|---|
class |
OclConstraintXmi10
This implements the OclConstraint interface for the XMI 1.0
model platform.
|
Modifier and Type | Method and Description |
---|---|
protected void |
SchematronSchema.addAssertion(ClassInfo ci,
OclConstraint c)
Add another OCL constraint and translate it into a Schematron <assert>,
which is subsequently appended to the Schematron document within the proper
<rule> context.
|
Modifier and Type | Method and Description |
---|---|
XpathConstraintNode.XpathFragment |
XpathHelper.translateConstraintToXpath(ClassInfo ci,
OclConstraint c)
Take an OCL constraint and translate it into an Xpath expression
|
Modifier and Type | Method and Description |
---|---|
static Constraint |
ConstraintParserAndValidator.parse(OclConstraint con,
GenericClassInfo genCi) |
static Constraint |
ConstraintParserAndValidator.parse(OclConstraint con,
GenericPropertyInfo genPi) |
Copyright © 2017. All rights reserved.