Uses of Class
org.eclipse.m2m.atl.engine.emfvm.lib.OclType

Packages that use OclType
org.eclipse.m2m.atl.engine.emfvm.lib This package contains the emfvm library. 
 

Uses of OclType in org.eclipse.m2m.atl.engine.emfvm.lib
 

Subclasses of OclType in org.eclipse.m2m.atl.engine.emfvm.lib
 class OclParametrizedType
          An OCL complex type.
 class OclSimpleType
          OCL simple type.
 

Methods in org.eclipse.m2m.atl.engine.emfvm.lib that return OclType
 OclType OclParametrizedType.getElementType()
           
static OclType OclType.getOclTypeFromObject(java.lang.Object cl)
          oclType util.
 

Methods in org.eclipse.m2m.atl.engine.emfvm.lib with parameters of type OclType
 boolean OclSimpleType.conformsTo(OclType other)
          Tests if the current object conforms to the given object.
 boolean OclParametrizedType.conformsTo(OclType other)
          Tests if the current object conforms to the given object.
abstract  boolean OclType.conformsTo(OclType other)
          Tests if the current object conforms to the given object.
 


Copyright 2007 IBM Corporation and others.
All Rights Reserved.