Interface | Description |
---|---|
AssociationInfo | |
ClassInfo |
Information about a UML class.
|
Constraint |
The Constraint interface stands for any type of constraints, which may be
attached to UML metamodel objects.
|
FolConstraint |
A First Order Logic constraint.
|
Info |
Note: this class (more precisely: InfoImpl, which implements compareTo(..)
|
Model | |
OclConstraint |
The interface OclConstraint handles constraints specified in Object
Constraint Language (OCL).
|
OperationInfo | |
PackageInfo | |
PropertyInfo | |
Stereotypes | |
TaggedValues |
NOTE: implementing classes should ensure that String interning is performed
for both the tag name and the value(s) while storing a tagged value in the
internal data structures (see
Options.internalize(String) ). |
TextConstraint |
The interface TextConstraint handles objects, which contain a constraint,
other than an OCL constraint, which in the view of ShapeChange's model
objects is just simple text.
|
Transformer |
Class | Description |
---|---|
AssociationInfoImpl | |
ClassInfoImpl | |
Descriptors |
Cache for descriptors.
|
FolConstraintImpl |
Common root for all First Order Logic constraint implementations
|
ImageMetadata | |
InfoImpl |
Note: this class has a natural ordering that is inconsistent with equals.
|
LangString |
Stores a string value and optional language identifier.
|
ModelImpl | |
OclConstraintImpl |
The OclConstraintImpl class is the common root of all OclConstraint
interface implementations of the supported input models.
|
OperationInfoImpl | |
PackageInfoImpl | |
PropertyInfoImpl | |
Qualifier | |
StereotypesCacheSet |
Stores a collection of stereotypes making use of sets.
|
StereotypesImpl | |
TaggedValuesCacheArray |
Cache for tagged values.
|
TaggedValuesCacheMap | |
TaggedValuesImpl | |
TextConstraintImpl |
The TextConstraintImpl class is the common root of all TextConstraint
interface implementations of the supported input models.
|
Enum | Description |
---|---|
Constraint.ModelElmtContextType |
Type for possible model elements the constraint applies to
|
Descriptor | |
OclConstraint.ConditionType |
Type for possible OCL expressions
|
Exception | Description |
---|---|
MalformedProfileIdentifierException |
Copyright © 2018. All rights reserved.