org.eclipse.ocl.examples.pivot
Interface UMLReflection


public interface UMLReflection

An interface providing reflection service for the metaclasses that the OCL borrows from UML.

See the Environment class for a description of the generic type parameters of this interface.

Author:
Christian W. Damus (cdamus)

Field Summary
static java.lang.String BODY
          Stereotype applied to operation body conditions.
static java.lang.String DEFINITION
          Stereotype applied definition expressions.
static java.lang.String DERIVATION
          Stereotype applied derived value expressions.
static java.lang.String INITIAL
          Stereotype applied initial value expressions.
static java.lang.String INVARIANT
          Stereotype applied to classifier invariant constraints.
static java.lang.String POSTCONDITION
          Stereotype applied to operation postcondition constraints.
static java.lang.String PRECONDITION
          Stereotype applied to operation precondition constraints.
 

Field Detail

INVARIANT

static final java.lang.String INVARIANT
Stereotype applied to classifier invariant constraints.

See Also:
#getStereotype, Constant Field Values

PRECONDITION

static final java.lang.String PRECONDITION
Stereotype applied to operation precondition constraints.

See Also:
#getStereotype, Constant Field Values

POSTCONDITION

static final java.lang.String POSTCONDITION
Stereotype applied to operation postcondition constraints.

See Also:
#getStereotype, Constant Field Values

BODY

static final java.lang.String BODY
Stereotype applied to operation body conditions.

See Also:
#getStereotype, Constant Field Values

DEFINITION

static final java.lang.String DEFINITION
Stereotype applied definition expressions.

See Also:
#getStereotype, Constant Field Values

INITIAL

static final java.lang.String INITIAL
Stereotype applied initial value expressions.

See Also:
#getStereotype, Constant Field Values

DERIVATION

static final java.lang.String DERIVATION
Stereotype applied derived value expressions.

See Also:
#getStereotype, Constant Field Values