| Class | Description |
|---|---|
| OCLCollections |
Used to translated OCL collection expressions to their corresponding Java collection expressions.
|
| OCLExpressions |
Used to translate OCL expressions to their corresponding Java expressions.
|
| OCLIntrospector |
Dynamically invokes operation and property calls on specified elements.
|
| OCLPredicateFeatures |
Contains a single operation
OCLPredicateFeatures.isPredicateFeature(String) that determines if a passed in feature
matches the name of a feature that should use a predicate when being translated. |
| OCLResultEnsurer |
Ensures that the result of the OCL expression is a boolean value.
|
| ValidationJavaTranslator |
Provides translation of OCL validation constraints to the Java language.
|
| Exception | Description |
|---|---|
| OCLIntrospectorException |
Thrown when any unexpected error occurs during execution of the
Introspector.
|
| ValidationTranslatorException |
Any unchecked exception that will be thrown during ValidationTranslator processing.
|
Copyright © 2003–2014 AndroMDA.org. All rights reserved.