Uses of Interface
org.drools.base.base.ObjectType
Packages that use ObjectType
Package
Description
Contains the binary representations of rule constructs, like Package (which the compiler produces), Rule, and Conditional Elements.
-
Uses of ObjectType in org.drools.base.base
Classes in org.drools.base.base that implement ObjectTypeMethods in org.drools.base.base with parameters of type ObjectTypeModifier and TypeMethodDescriptionbooleanClassObjectType.isAssignableFrom(ObjectType objectType) booleanObjectType.isAssignableFrom(ObjectType objectType) -
Uses of ObjectType in org.drools.base.definitions
Methods in org.drools.base.definitions that return ObjectTypeModifier and TypeMethodDescriptiondefault ObjectTypeInternalKnowledgePackage.wireObjectType(ObjectType objectType, AcceptsClassObjectType extractor) Methods in org.drools.base.definitions with parameters of type ObjectTypeModifier and TypeMethodDescriptiondefault 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 ObjectTypeModifier and TypeMethodDescriptionvoidQueryImpl.setReturnType(ObjectType objectType, String[] params, String[] args, Declaration[] declarations) -
Uses of ObjectType in org.drools.base.prototype
Classes in org.drools.base.prototype that implement ObjectTypeMethods in org.drools.base.prototype with parameters of type ObjectTypeModifier and TypeMethodDescriptionbooleanPrototypeObjectType.isAssignableFrom(ObjectType objectType) -
Uses of ObjectType in org.drools.base.reteoo
Methods in org.drools.base.reteoo with parameters of type ObjectTypeModifier and TypeMethodDescriptionstatic BitMaskPropertySpecificUtil.calculateNegativeMask(ObjectType modifiedType, Collection<String> listenedProperties, List<String> accessibleProperties) static BitMaskPropertySpecificUtil.calculatePositiveMask(ObjectType modifiedType, Collection<String> listenedProperties, List<String> accessibleProperties) 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 ObjectTypeMethods in org.drools.base.rule with parameters of type ObjectTypeConstructors in org.drools.base.rule with parameters of type ObjectTypeModifierConstructorDescriptionPattern(int patternId, int tupleIndex, int objectIndex, ObjectType objectType, String identifier) Pattern(int patternId, int tupleIndex, int objectIndex, ObjectType objectType, String identifier, boolean isInternalFact) Pattern(int patternId, ObjectType objectType) Pattern(int patternId, ObjectType objectType, String identifier) -
Uses of ObjectType in org.drools.base.rule.accessor
Methods in org.drools.base.rule.accessor that return ObjectTypeModifier and TypeMethodDescriptionGlobalExtractor.getObjectType()PatternExtractor.getObjectType()Constructors in org.drools.base.rule.accessor with parameters of type ObjectTypeModifierConstructorDescriptionGlobalExtractor(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 ObjectTypeModifier and TypeMethodDescriptiondefault BitMaskConstraint.getListenedPropertyMask(Optional<Pattern> pattern, ObjectType objectType, List<String> settableProperties) Returns property reactivity BitMask of this constraint.voidXpathConstraint.XpathChunk.setReturnedType(ObjectType returnedType)