org.eclipse.ocl.examples.pivot.delegate
Interface DelegateDomain

All Known Implementing Classes:
OCLDelegateDomain

public interface DelegateDomain

A pluggable, dynamic implementation of a delegate domain supervising delegated behavior.

Since:
3.0

Nested Class Summary
static interface DelegateDomain.Factory
          A factory for creating delegate domains.
 
Method Summary
 void dispose()
          Dispose of this delegate domain releasing any resources cached to support delegated behaviour for the associated package.
 java.lang.String getURI()
          Get the delegate domain name.
 

Method Detail

dispose

void dispose()
Dispose of this delegate domain releasing any resources cached to support delegated behaviour for the associated package.


getURI

java.lang.String getURI()
Get the delegate domain name.

Returns:
the delegate URI