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

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

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


Constructor Summary
protected Pivot2EcoreDeclarationVisitor.NonDuplicateOperationsFilter()
           
 
Method Summary
 boolean apply(Operation anOperation)
           
 
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.NonDuplicateOperationsFilter

protected Pivot2EcoreDeclarationVisitor.NonDuplicateOperationsFilter()
Method Detail

apply

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