Uses of Class
org.drools.core.factmodel.traits.TraitTypeEnum
-
Packages that use TraitTypeEnum Package Description org.drools.core.common org.drools.core.factmodel.traits -
-
Uses of TraitTypeEnum in org.drools.core.common
Fields in org.drools.core.common declared as TraitTypeEnum Modifier and Type Field Description protected TraitTypeEnumDefaultFactHandle. traitTypeMethods in org.drools.core.common that return TraitTypeEnum Modifier and Type Method Description protected TraitTypeEnumDefaultFactHandle. determineTraitType(Object object, boolean isTraitOrTraitable)TraitTypeEnumDefaultFactHandle. getTraitType()TraitTypeEnumDisconnectedFactHandle. getTraitType()TraitTypeEnumInternalFactHandle.DummyFactHandle. getTraitType()TraitTypeEnumInternalFactHandle. getTraitType()TraitTypeEnumQueryElementFactHandle. getTraitType()Methods in org.drools.core.common with parameters of type TraitTypeEnum Modifier and Type Method Description protected voidDefaultFactHandle. setTraitType(TraitTypeEnum traitType)Constructors in org.drools.core.common with parameters of type TraitTypeEnum Constructor Description DefaultFactHandle(long id, int identityHashCode, Object object, long recency, EntryPointId entryPointId, TraitTypeEnum traitType)EventFactHandle(long id, int identityHashCode, Object object, long recency, long timestamp, long duration, EntryPointId entryPointId, TraitTypeEnum traitType) -
Uses of TraitTypeEnum in org.drools.core.factmodel.traits
Methods in org.drools.core.factmodel.traits that return TraitTypeEnum Modifier and Type Method Description static TraitTypeEnumTraitTypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static TraitTypeEnum[]TraitTypeEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.
-