org.eclipse.ocl.examples.xtext.base.cs2as
Class PivotTypeOfRefDependency

java.lang.Object
  extended by org.eclipse.ocl.examples.xtext.base.cs2as.AbstractDependency<TypedRefCS>
      extended by org.eclipse.ocl.examples.xtext.base.cs2as.PivotTypeOfRefDependency
All Implemented Interfaces:
Dependency

public class PivotTypeOfRefDependency
extends AbstractDependency<TypedRefCS>


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

Constructor Detail

PivotTypeOfRefDependency

public PivotTypeOfRefDependency(TypedRefCS csElement)
Method Detail

canExecute

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