de.interactive_instruments.ShapeChange.Model.Xmi10
Class OclConstraintXmi10
java.lang.Object
de.interactive_instruments.ShapeChange.Model.OclConstraintImpl
de.interactive_instruments.ShapeChange.Model.Xmi10.OclConstraintXmi10
- All Implemented Interfaces:
- Constraint, OclConstraint
public class OclConstraintXmi10
- extends OclConstraintImpl
- implements OclConstraint
This implements the OclConstraint interface for the XMI 1.0
model platform.
- The concept of constraint name is not supported. The constraint text
itself is used as a name.
- The concept of status is not supported at all.
- The constraint text is found in the text string supplied to the
constructor function.
- Condition type is always inv:.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
document
protected Xmi10Document document
- The model object
OclConstraintXmi10
public OclConstraintXmi10(Xmi10Document doc,
ClassInfoXmi10 ci,
String constraintText)
- Ctor from class context
Copyright © 2015. All rights reserved.