Uses of Interface
org.drools.core.factmodel.traits.TraitableBean
-
Packages that use TraitableBean Package Description org.drools.core.base org.drools.core.common org.drools.core.factmodel.traits org.drools.core.impl org.drools.core.spi -
-
Uses of TraitableBean in org.drools.core.base
Methods in org.drools.core.base with type parameters of type TraitableBean Modifier and Type Method Description <T,K,X extends TraitableBean>
Thing<K>DefaultKnowledgeHelper. shed(TraitableBean<K,X> core, Class<T> trait)<T,K,X extends TraitableBean>
Thing<K>TraitDisabledHelper. shed(TraitableBean<K,X> core, Class<T> trait, Activation activation)<T,K,X extends TraitableBean>
Thing<K>TraitHelper. shed(TraitableBean<K,X> core, Class<T> trait, Activation activation)<T,K,X extends TraitableBean>
Thing<K>WrappedStatefulKnowledgeSessionForRHS. shed(Activation activation, TraitableBean<K,X> core, Class<T> trait)Methods in org.drools.core.base with parameters of type TraitableBean Modifier and Type Method Description <T,K,X extends TraitableBean>
Thing<K>DefaultKnowledgeHelper. shed(TraitableBean<K,X> core, Class<T> trait)<T,K,X extends TraitableBean>
Thing<K>TraitDisabledHelper. shed(TraitableBean<K,X> core, Class<T> trait, Activation activation)<T,K,X extends TraitableBean>
Thing<K>TraitHelper. shed(TraitableBean<K,X> core, Class<T> trait, Activation activation)<T,K,X extends TraitableBean>
Thing<K>WrappedStatefulKnowledgeSessionForRHS. shed(Activation activation, TraitableBean<K,X> core, Class<T> trait) -
Uses of TraitableBean in org.drools.core.common
Methods in org.drools.core.common with type parameters of type TraitableBean Modifier and Type Method Description <T,K,X extends TraitableBean>
Thing<K>InternalWorkingMemoryActions. shed(Activation activation, TraitableBean<K,X> core, Class<T> trait)Methods in org.drools.core.common with parameters of type TraitableBean Modifier and Type Method Description <T,K,X extends TraitableBean>
Thing<K>InternalWorkingMemoryActions. shed(Activation activation, TraitableBean<K,X> core, Class<T> trait) -
Uses of TraitableBean in org.drools.core.factmodel.traits
Classes in org.drools.core.factmodel.traits with type parameters of type TraitableBean Modifier and Type Interface Description interfaceTraitableBean<K,X extends TraitableBean>Subinterfaces of TraitableBean in org.drools.core.factmodel.traits Modifier and Type Interface Description interfaceCoreWrapper<K>Methods in org.drools.core.factmodel.traits that return TraitableBean Modifier and Type Method Description TraitableBeanTraitProxy. getObject() -
Uses of TraitableBean in org.drools.core.impl
Methods in org.drools.core.impl with type parameters of type TraitableBean Modifier and Type Method Description <T,K,X extends TraitableBean>
Thing<K>StatefulKnowledgeSessionImpl. shed(Activation activation, TraitableBean<K,X> core, Class<T> trait)Methods in org.drools.core.impl with parameters of type TraitableBean Modifier and Type Method Description <T,K,X extends TraitableBean>
Thing<K>StatefulKnowledgeSessionImpl. shed(Activation activation, TraitableBean<K,X> core, Class<T> trait) -
Uses of TraitableBean in org.drools.core.spi
Methods in org.drools.core.spi with type parameters of type TraitableBean Modifier and Type Method Description <T,K,X extends TraitableBean>
Thing<K>KnowledgeHelper. shed(TraitableBean<K,X> core, Class<T> trait)Methods in org.drools.core.spi with parameters of type TraitableBean Modifier and Type Method Description <T,K,X extends TraitableBean>
Thing<K>KnowledgeHelper. shed(TraitableBean<K,X> core, Class<T> trait)
-