Uses of Interface
org.drools.base.factmodel.traits.Thing
Packages that use Thing
-
Uses of Thing in org.drools.base.factmodel.traits
Classes in org.drools.base.factmodel.traits with type parameters of type ThingModifier and TypeInterfaceDescriptioninterfaceTraitTypeMap<T extends String,K extends Thing<C>, C> Methods in org.drools.base.factmodel.traits that return ThingMethods in org.drools.base.factmodel.traits that return types with arguments of type ThingModifier and TypeMethodDescriptionTraitableBean._getTraitMap()default Collection<Thing<K>>TraitableBean.getMostSpecificTraits()default Collection<Thing<K>>TraitableBean.removeTrait(String type) default Collection<Thing<K>>TraitableBean.removeTrait(BitSet typeCode) Methods in org.drools.base.factmodel.traits with parameters of type ThingMethod parameters in org.drools.base.factmodel.traits with type arguments of type Thing -
Uses of Thing in org.drools.base.rule.consequence
Methods in org.drools.base.rule.consequence that return ThingModifier and TypeMethodDescription<T,K> Thing<K> <T,K, X extends TraitableBean>
Thing<K>ConsequenceContext.shed(TraitableBean<K, X> core, Class<T> trait) Methods in org.drools.base.rule.consequence with parameters of type ThingMethod parameters in org.drools.base.rule.consequence with type arguments of type ThingModifier and TypeMethodDescription<T,K> T ConsequenceContext.don(K core, Collection<Class<? extends Thing>> trait) <T,K> T ConsequenceContext.don(K core, Collection<Class<? extends Thing>> trait, boolean logical) <T,K> T ConsequenceContext.don(K core, Collection<Class<? extends Thing>> trait, Mode... modes)