org.eclipse.ocl.examples.xtext.base.cs2pivot
Class MultipleContinuation<T extends org.eclipse.emf.ecore.EObject>

java.lang.Object
  extended by org.eclipse.ocl.examples.xtext.base.cs2pivot.BasicContinuation<java.util.List<? extends T>>
      extended by org.eclipse.ocl.examples.xtext.base.cs2pivot.MultipleContinuation<T>
All Implemented Interfaces:
Continuation<java.util.List<? extends T>>

public abstract class MultipleContinuation<T extends org.eclipse.emf.ecore.EObject>
extends BasicContinuation<java.util.List<? extends T>>


Field Summary
 
Fields inherited from class org.eclipse.ocl.examples.xtext.base.cs2pivot.BasicContinuation
context, csElement, dependencies, pivotFeature, pivotParent
 
Constructor Summary
MultipleContinuation(CS2PivotConversion context, NamedElement pivotParent, org.eclipse.emf.ecore.EStructuralFeature pivotFeature, java.util.List<? extends T> csElements, Dependency... dependencies)
           
 
Method Summary
 
Methods inherited from class org.eclipse.ocl.examples.xtext.base.cs2pivot.BasicContinuation
addError, addTo, canExecute, execute, getDependencies, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MultipleContinuation

public MultipleContinuation(CS2PivotConversion context,
                            NamedElement pivotParent,
                            org.eclipse.emf.ecore.EStructuralFeature pivotFeature,
                            java.util.List<? extends T> csElements,
                            Dependency... dependencies)