org.eclipse.ocl.examples.domain.types
Class AbstractInheritance.SelectStaticOperation

java.lang.Object
  extended by org.eclipse.ocl.examples.domain.types.AbstractInheritance.SelectStaticOperation
All Implemented Interfaces:
com.google.common.base.Predicate<DomainOperation>
Enclosing class:
AbstractInheritance

public static final class AbstractInheritance.SelectStaticOperation
extends java.lang.Object
implements com.google.common.base.Predicate<DomainOperation>


Constructor Summary
AbstractInheritance.SelectStaticOperation()
           
 
Method Summary
 boolean apply(DomainOperation operation)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.google.common.base.Predicate
equals
 

Constructor Detail

AbstractInheritance.SelectStaticOperation

public AbstractInheritance.SelectStaticOperation()
Method Detail

apply

public boolean apply(DomainOperation operation)
Specified by:
apply in interface com.google.common.base.Predicate<DomainOperation>