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

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

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


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

public AbstractInheritance.SelectStaticProperty()
Method Detail

apply

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