Package org.drools.traits.core.metadata
Interface ManyToManyValuedMetaProperty<T,R,C extends Collection<R>,D extends Collection<T>>
-
- All Superinterfaces:
Comparable<org.drools.traits.core.metadata.MetaProperty<T,R,C>>,Identifiable,InverseManyValuedMetaProperty<T,R,D>,InvertibleMetaProperty<T,R,D>,ManyValuedMetaProperty<T,R,C>,org.drools.traits.core.metadata.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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ManyValuedMetaProperty<R,T,D>getInverse()-
Methods inherited from interface java.lang.Comparable
compareTo
-
Methods inherited from interface org.drools.traits.core.metadata.Identifiable
getId, getUri
-
Methods inherited from interface org.drools.traits.core.metadata.ManyValuedMetaProperty
get, set, set
-
-
-
-
Method Detail
-
getInverse
ManyValuedMetaProperty<R,T,D> getInverse()
- Specified by:
getInversein interfaceInverseManyValuedMetaProperty<T,R,C extends Collection<R>>- Specified by:
getInversein interfaceInvertibleMetaProperty<T,R,C extends Collection<R>>
-
-