Uses of Class
org.eclipse.ocl.ecore.delegate.OCLDelegateDomain

Packages that use OCLDelegateDomain
org.eclipse.ocl.ecore.delegate   
 

Uses of OCLDelegateDomain in org.eclipse.ocl.ecore.delegate
 

Fields in org.eclipse.ocl.ecore.delegate declared as OCLDelegateDomain
protected  OCLDelegateDomain AbstractOCLDelegateFactory.delegateDomain
           
protected  OCLDelegateDomain OCLInvocationDelegate.delegateDomain
           
protected  OCLDelegateDomain OCLQueryDelegate.delegateDomain
           
protected  OCLDelegateDomain OCLSettingDelegate.delegateDomain
           
protected  OCLDelegateDomain OCLValidationDelegate.delegateDomain
           
 

Methods in org.eclipse.ocl.ecore.delegate that return OCLDelegateDomain
 OCLDelegateDomain OCLDelegateDomainFactory.createDelegateDomain(java.lang.String delegateURI, org.eclipse.emf.ecore.EPackage ePackage)
           
protected  OCLDelegateDomain AbstractOCLDelegateFactory.getDelegateDomain(org.eclipse.emf.ecore.EPackage ePackage)
           
protected  OCLDelegateDomain AbstractOCLDelegateFactory.loadDelegateDomain(org.eclipse.emf.ecore.EPackage ePackage)
          Return the DelegateDomain for this package, creating one if it does not already exist.
 

Constructors in org.eclipse.ocl.ecore.delegate with parameters of type OCLDelegateDomain
AbstractOCLDelegateFactory(OCLDelegateDomain delegateDomain)
          Deprecated. Use String argument to avoid leak hazards
OCLInvocationDelegate(OCLDelegateDomain delegateDomain, org.eclipse.emf.ecore.EOperation operation)
          Initializes me with my operation.
OCLInvocationDelegateFactory(OCLDelegateDomain delegateDomain)
          Deprecated. Use String argument to avoid leak hazards
OCLQueryDelegate(OCLDelegateDomain delegateDomain, org.eclipse.emf.ecore.EClassifier context, java.util.Map<java.lang.String,org.eclipse.emf.ecore.EClassifier> variables, java.lang.String expression)
          Initializes me with my domain, context, variables, and expression.
OCLQueryDelegateFactory(OCLDelegateDomain delegateDomain)
          Deprecated. Use String argument to avoid leak hazards
OCLSettingDelegate(OCLDelegateDomain delegateDomain, org.eclipse.emf.ecore.EStructuralFeature structuralFeature)
          Initializes me with my structural feature.
OCLSettingDelegateFactory(OCLDelegateDomain delegateDomain)
          Deprecated. Use String argument to avoid leak hazards
OCLValidationDelegate(OCLDelegateDomain delegateDomain, org.eclipse.emf.ecore.EClassifier classifier)
          Initializes me with the classifier whose DelegateEClassifierAdapter delegates to me.
OCLValidationDelegateFactory(OCLDelegateDomain delegateDomain)
          Deprecated. Use String argument to avoid leak hazards