org.eclipse.ocl.examples.pivot.ecore
Class Pivot2EcoreDeclarationVisitor.DuplicatePropertiesFilter

java.lang.Object
  extended by org.eclipse.ocl.examples.pivot.ecore.Pivot2EcoreDeclarationVisitor.DuplicatePropertiesFilter
All Implemented Interfaces:
com.google.common.base.Predicate<Property>
Enclosing class:
Pivot2EcoreDeclarationVisitor

protected static class Pivot2EcoreDeclarationVisitor.DuplicatePropertiesFilter
extends java.lang.Object
implements com.google.common.base.Predicate<Property>


Constructor Summary
protected Pivot2EcoreDeclarationVisitor.DuplicatePropertiesFilter()
           
 
Method Summary
 boolean apply(Property aProperty)
           
 
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

Pivot2EcoreDeclarationVisitor.DuplicatePropertiesFilter

protected Pivot2EcoreDeclarationVisitor.DuplicatePropertiesFilter()
Method Detail

apply

public boolean apply(@Nullable
                     Property aProperty)
Specified by:
apply in interface com.google.common.base.Predicate<Property>