Uses of Interface
org.eclipse.ocl.examples.pivot.delegate.DelegatedBehavior

Packages that use DelegatedBehavior
org.eclipse.ocl.examples.pivot.delegate   
 

Uses of DelegatedBehavior in org.eclipse.ocl.examples.pivot.delegate
 

Classes in org.eclipse.ocl.examples.pivot.delegate that implement DelegatedBehavior
 class AbstractDelegatedBehavior<E extends EModelElement,R,F>
          A basic implementation of a delegated behavior.
 class InvocationBehavior
           
 class SettingBehavior
           
 class ValidationBehavior
           
 

Methods in org.eclipse.ocl.examples.pivot.delegate that return types with arguments of type DelegatedBehavior
static java.util.List<DelegatedBehavior<?,?,?>> AbstractDelegatedBehavior.getDelegatedBehaviors()