org.eclipse.ocl.examples.domain.ids.impl
Interface WeakHashMapOfListOfWeakReference4.MatchableId<K2,K3,K4>

All Known Implementing Classes:
GeneralizedOperationIdImpl, TuplePartIdImpl
Enclosing class:
WeakHashMapOfListOfWeakReference4<K1,K2,K3,K4,V extends WeakHashMapOfListOfWeakReference4.MatchableId<K2,K3,K4>>

public static interface WeakHashMapOfListOfWeakReference4.MatchableId<K2,K3,K4>


Method Summary
 boolean matches(K2 key2, K3 key3, K4 key4)
           
 

Method Detail

matches

boolean matches(@NonNull
                K2 key2,
                @NonNull
                K3 key3,
                @NonNull
                K4 key4)