Package org.drools.traits.core.metadata
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>
-
Method Summary
Methods inherited from interface java.lang.Comparable
compareToMethods inherited from interface org.drools.traits.core.metadata.Identifiable
getId, getUriMethods inherited from interface org.drools.traits.core.metadata.ManyValuedMetaProperty
get, set, setMethods inherited from interface org.drools.traits.core.metadata.MetaProperty
asFunctionalProperty, asManyValuedProperty, getIndex, getKey, getName, isDatatype, isManyValued
-
Method Details
-
getInverse
ManyValuedMetaProperty<R,T, getInverse()D> - Specified by:
getInversein interfaceInverseManyValuedMetaProperty<T,R, C extends Collection<R>> - Specified by:
getInversein interfaceInvertibleMetaProperty<T,R, C extends Collection<R>>
-