|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.ocl.examples.xtext.base.cs2as.BasicContinuation<T>
org.eclipse.ocl.examples.xtext.base.cs2as.SingleContinuation<T>
public abstract class SingleContinuation<T extends org.eclipse.emf.ecore.EObject>
Field Summary |
---|
Fields inherited from class org.eclipse.ocl.examples.xtext.base.cs2as.BasicContinuation |
---|
context, csElement, dependencies, pivotFeature, pivotParent |
Constructor Summary | |
---|---|
SingleContinuation(CS2PivotConversion context,
Element pivotParent,
org.eclipse.emf.ecore.EStructuralFeature pivotFeature,
T csElement,
Dependency... dependencies)
|
|
SingleContinuation(CS2PivotConversion context,
Element pivotParent,
org.eclipse.emf.ecore.EStructuralFeature pivotFeature,
T csElement,
java.util.List<Dependency> dependencies)
|
Method Summary |
---|
Methods inherited from class org.eclipse.ocl.examples.xtext.base.cs2as.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 |
---|
public SingleContinuation(@NonNull CS2PivotConversion context, Element pivotParent, org.eclipse.emf.ecore.EStructuralFeature pivotFeature, @NonNull T csElement, Dependency... dependencies)
public SingleContinuation(@NonNull CS2PivotConversion context, Element pivotParent, org.eclipse.emf.ecore.EStructuralFeature pivotFeature, @NonNull T csElement, @NonNull java.util.List<Dependency> dependencies)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |