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

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

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


Constructor Summary
protected Pivot2EcoreDeclarationVisitor.NonDuplicateConstraintsFilter()
           
 
Method Summary
 boolean apply(Constraint aConstraint)
           
 
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.NonDuplicateConstraintsFilter

protected Pivot2EcoreDeclarationVisitor.NonDuplicateConstraintsFilter()
Method Detail

apply

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