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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ManyValuedMetaProperty<R,T,C>getInverse()
-
-
-
Method Detail
-
getInverse
ManyValuedMetaProperty<R,T,C> getInverse()
- Specified by:
getInversein interfaceInvertibleMetaProperty<T,R,C extends Collection<T>>
-
-