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

java.lang.Object
  extended by org.eclipse.ocl.examples.xtext.base.cs2pivot.AbstractDependency<java.util.Collection<? extends ModelElementCS>>
      extended by org.eclipse.ocl.examples.xtext.base.cs2pivot.PivotDependencies
All Implemented Interfaces:
Dependency

public class PivotDependencies
extends AbstractDependency<java.util.Collection<? extends ModelElementCS>>


Field Summary
 
Fields inherited from class org.eclipse.ocl.examples.xtext.base.cs2pivot.AbstractDependency
element
 
Constructor Summary
PivotDependencies(java.util.Collection<? extends ModelElementCS> csElements)
           
 
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

PivotDependencies

public PivotDependencies(java.util.Collection<? extends ModelElementCS> csElements)
Method Detail

canExecute

public boolean canExecute()
Specified by:
canExecute in interface Dependency
Specified by:
canExecute in class AbstractDependency<java.util.Collection<? extends ModelElementCS>>