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

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

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


Constructor Summary
AbstractInheritance.RejectStaticProperty()
           
 
Method Summary
 boolean apply(DomainProperty property)
           
 
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.RejectStaticProperty

public AbstractInheritance.RejectStaticProperty()
Method Detail

apply

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