org.eclipse.ocl.examples.xtext.base.cs2pivot
Class PivotDependency

java.lang.Object
  extended by org.eclipse.ocl.examples.xtext.base.cs2pivot.AbstractDependency<ModelElementCS>
      extended by org.eclipse.ocl.examples.xtext.base.cs2pivot.PivotDependency
All Implemented Interfaces:
Dependency

public class PivotDependency
extends AbstractDependency<ModelElementCS>


Field Summary
 
Fields inherited from class org.eclipse.ocl.examples.xtext.base.cs2pivot.AbstractDependency
element
 
Constructor Summary
PivotDependency(ModelElementCS csElement)
           
 
Method Summary
 boolean canExecute()
           
 
Methods inherited from class org.eclipse.ocl.examples.xtext.base.cs2pivot.AbstractDependency
combine, getElement, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PivotDependency

public PivotDependency(ModelElementCS csElement)
Method Detail

canExecute

public boolean canExecute()
Specified by:
canExecute in interface Dependency
Specified by:
canExecute in class AbstractDependency<ModelElementCS>