Uses of Interface
org.drools.base.base.ObjectType
-
Packages that use ObjectType Package Description org.drools.base.base org.drools.base.definitions org.drools.base.definitions.rule.impl org.drools.base.facttemplates org.drools.base.reteoo org.drools.base.rule Contains the binary representations of rule constructs, like Package (which the compiler produces), Rule, and Conditional Elements.org.drools.base.rule.accessor org.drools.base.rule.constraint -
-
Uses of ObjectType in org.drools.base.base
Classes in org.drools.base.base that implement ObjectType Modifier and Type Class Description classClassObjectTypeJava class semanticsObjectType.Methods in org.drools.base.base with parameters of type ObjectType Modifier and Type Method Description booleanClassObjectType. isAssignableFrom(ObjectType objectType)booleanObjectType. isAssignableFrom(ObjectType objectType) -
Uses of ObjectType in org.drools.base.definitions
Methods in org.drools.base.definitions that return ObjectType Modifier and Type Method Description default ObjectTypeInternalKnowledgePackage. wireObjectType(ObjectType objectType, AcceptsClassObjectType extractor)Methods in org.drools.base.definitions with parameters of type ObjectType Modifier and Type Method Description default ObjectTypeInternalKnowledgePackage. wireObjectType(ObjectType objectType, AcceptsClassObjectType extractor) -
Uses of ObjectType in org.drools.base.definitions.rule.impl
Methods in org.drools.base.definitions.rule.impl with parameters of type ObjectType Modifier and Type Method Description voidQueryImpl. setReturnType(ObjectType objectType, java.lang.String[] params, java.lang.String[] args, Declaration[] declarations) -
Uses of ObjectType in org.drools.base.facttemplates
Classes in org.drools.base.facttemplates that implement ObjectType Modifier and Type Class Description classFactTemplateObjectTypeMethods in org.drools.base.facttemplates with parameters of type ObjectType Modifier and Type Method Description booleanFactTemplateObjectType. isAssignableFrom(ObjectType objectType) -
Uses of ObjectType in org.drools.base.reteoo
Methods in org.drools.base.reteoo with parameters of type ObjectType Modifier and Type Method Description static org.drools.core.util.bitmask.BitMaskPropertySpecificUtil. calculateNegativeMask(ObjectType modifiedType, java.util.Collection<java.lang.String> listenedProperties, java.util.List<java.lang.String> accessibleProperties)static org.drools.core.util.bitmask.BitMaskPropertySpecificUtil. calculatePositiveMask(ObjectType modifiedType, java.util.Collection<java.lang.String> listenedProperties, java.util.List<java.lang.String> accessibleProperties)static java.util.List<java.lang.String>PropertySpecificUtil. getAccessibleProperties(RuleBase ruleBase, ObjectType objectType)static booleanPropertySpecificUtil. isPropertyReactive(RuleBase ruleBase, ObjectType objectType) -
Uses of ObjectType in org.drools.base.rule
Methods in org.drools.base.rule that return ObjectType Modifier and Type Method Description ObjectTypePattern. getObjectType()ObjectTypeTypeDeclaration. getObjectType()Methods in org.drools.base.rule with parameters of type ObjectType Modifier and Type Method Description voidPattern. setObjectType(ObjectType objectType)Constructors in org.drools.base.rule with parameters of type ObjectType Constructor Description Pattern(int patternId, int tupleIndex, int objectIndex, ObjectType objectType, java.lang.String identifier)Pattern(int patternId, int tupleIndex, int objectIndex, ObjectType objectType, java.lang.String identifier, boolean isInternalFact)Pattern(int patternId, ObjectType objectType)Pattern(int patternId, ObjectType objectType, java.lang.String identifier) -
Uses of ObjectType in org.drools.base.rule.accessor
Methods in org.drools.base.rule.accessor that return ObjectType Modifier and Type Method Description ObjectTypeGlobalExtractor. getObjectType()ObjectTypePatternExtractor. getObjectType()Constructors in org.drools.base.rule.accessor with parameters of type ObjectType Constructor Description GlobalExtractor(java.lang.String identifier, ObjectType objectType)PatternExtractor(ObjectType objectType) -
Uses of ObjectType in org.drools.base.rule.constraint
Methods in org.drools.base.rule.constraint with parameters of type ObjectType Modifier and Type Method Description default org.drools.core.util.bitmask.BitMaskConstraint. getListenedPropertyMask(java.util.Optional<Pattern> pattern, ObjectType objectType, java.util.List<java.lang.String> settableProperties)Returns property reactivity BitMask of this constraint.default org.drools.core.util.bitmask.BitMaskConstraint. getListenedPropertyMask(ObjectType objectType, java.util.List<java.lang.String> settableProperties)voidXpathConstraint.XpathChunk. setReturnedType(ObjectType returnedType)
-