Interface ManyToManyValuedMetaProperty<T,R,C extends Collection<R>,D extends Collection<T>>

All Superinterfaces:
Comparable<MetaProperty<T,R,C>>, Identifiable, InverseManyValuedMetaProperty<T,R,D>, InvertibleMetaProperty<T,R,D>, ManyValuedMetaProperty<T,R,C>, MetaProperty<T,R,C>
All Known Implementing Classes:
ManyToManyPropertyLiteral

public interface ManyToManyValuedMetaProperty<T,R,C extends Collection<R>,D extends Collection<T>> extends ManyValuedMetaProperty<T,R,C>, InverseManyValuedMetaProperty<T,R,D>