Package org.drools.traits.core.metadata
Interface InverseManyValuedMetaProperty<T,R,C extends Collection<T>>
- All Superinterfaces:
InvertibleMetaProperty<T,R, C>
- All Known Subinterfaces:
ManyToManyValuedMetaProperty<T,,R, C, D> ManyToOneValuedMetaProperty<T,R, C>
- All Known Implementing Classes:
ManyToManyPropertyLiteral,ManyToOnePropertyLiteral
public interface InverseManyValuedMetaProperty<T,R,C extends Collection<T>>
extends InvertibleMetaProperty<T,R,C>
-
Method Summary
-
Method Details
-
getInverse
ManyValuedMetaProperty<R,T, getInverse()C> - Specified by:
getInversein interfaceInvertibleMetaProperty<T,R, C extends Collection<T>>
-