Uses of Package
org.eclipse.ocl.examples.library.oclany

Packages that use org.eclipse.ocl.examples.library.oclany
org.eclipse.ocl.examples.library.numeric   
org.eclipse.ocl.examples.library.oclany   
 

Classes in org.eclipse.ocl.examples.library.oclany used by org.eclipse.ocl.examples.library.numeric
OclAnyOclAsTypeOperation
          OclAnyOclAsTypeOperation realises the OclAny::oclAsType() library operation.
 

Classes in org.eclipse.ocl.examples.library.oclany used by org.eclipse.ocl.examples.library.oclany
OclAnyEqualOperation
          OclAnyEqualOperation realises the OCLAny::=() library operation and regular derived implementations since the Value classes exhibit OCL value semantics.
OclAnyNotEqualOperation
          OclAnyNotEqualOperation realises the OCLAny::<>() library operation and regular derived implementations since the Value classes exhibit OCL value semantics.
OclAnyOclAsSetOperation
          OclAnyOclAsSetOperation realises the OclAny::oclAsSet() library operation.
OclAnyOclAsTypeOperation
          OclAnyOclAsTypeOperation realises the OclAny::oclAsType() library operation.
OclAnyOclIsInStateOperation
          OclAnyOclIsInvalidOperation realises the OclAny::oclIsInvalid() library operation.
OclAnyOclIsInvalidOperation
          OclAnyOclIsInvalidOperation realises the OclAny::oclIsInvalid() library operation.
OclAnyOclIsKindOfOperation
          OclAnyOclIsKindOfOperation realises the OclAny::oclIsKindOf() library operation.
OclAnyOclIsTypeOfOperation
          OclAnyOclIsTypeOfOperation realises the OclAny::oclIsTypeOf() library operation.
OclAnyOclIsUndefinedOperation
          OclAnyOclIsUndefinedOperation realises the OclAny::oclIsUndefined() library operation.
OclAnyOclLogOperation
          OclAnyOclLogOperation realises the OclAny::oclLog() library operation.
OclAnyOclTypeOperation
          OclAnyOclTypeOperation realises the OclAny::oclType() library operation.
OclAnyToStringOperation
          OclAnyToStringOperation realises the OclAny::toString() library operation.
OclAnyUnsupportedOperation
          OclAnyUnsupportedOperation reports an unsupported operation.
OclComparableCompareToOperation
          OclComparableCompareToOperation realizes the abstract compareTo library operation using intrinsic Java functionality.
OclComparableComparisonOperation
          OclComparableComparisonOperation provides the abstract support for a comparison operation.
OclComparableGreaterThanEqualOperation
          GreaterThanEqualOperation realises the >=() library operation.
OclComparableGreaterThanOperation
          GreaterThanEqualOperation realises the >() library operation.
OclComparableLessThanEqualOperation
          GreaterThanEqualOperation realises the <=() library operation.
OclComparableLessThanOperation
          GreaterThanEqualOperation realises the <() library operation.