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

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

public class BooleanDependency
extends AbstractDependency<java.lang.Object>


Field Summary
 
Fields inherited from class org.eclipse.ocl.examples.xtext.base.cs2as.AbstractDependency
element
 
Constructor Summary
BooleanDependency(java.lang.String description)
           
 
Method Summary
 boolean canExecute()
           
 void setSatisfied()
           
 
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

BooleanDependency

public BooleanDependency(java.lang.String description)
Method Detail

canExecute

public boolean canExecute()
Specified by:
canExecute in interface Dependency
Specified by:
canExecute in class AbstractDependency<java.lang.Object>

setSatisfied

public void setSatisfied()