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

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

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


Constructor Summary
AbstractInheritance.RejectStaticOperation()
           
 
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.RejectStaticOperation

public AbstractInheritance.RejectStaticOperation()
Method Detail

apply

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