Uses of Interface
org.drools.core.base.ObjectType
-
Packages that use ObjectType Package Description org.drools.core.base org.drools.core.common org.drools.core.definitions org.drools.core.definitions.rule.impl org.drools.core.facttemplates org.drools.core.reteoo org.drools.core.reteoo.builder org.drools.core.rule Contains the binary representations of rule constructs, like Package (which the compiler produces), Rule, and Conditional Elements.org.drools.core.rule.accessor org.drools.core.rule.constraint -
-
Uses of ObjectType in org.drools.core.base
Classes in org.drools.core.base that implement ObjectType Modifier and Type Class Description classClassObjectTypeJava class semanticsObjectType.Methods in org.drools.core.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.core.common
Methods in org.drools.core.common with parameters of type ObjectType Modifier and Type Method Description PropagationContextPhreakPropagationContext. adaptModificationMaskForObjectType(ObjectType type, ReteEvaluator reteEvaluator)PropagationContextPropagationContext. adaptModificationMaskForObjectType(ObjectType type, ReteEvaluator reteEvaluator)ObjectTypeConfObjectTypeConfigurationRegistry. getConfForObjectType(ObjectType objectType)BitMaskBetaConstraints. getListenedPropertyMask(ObjectType modifiedType, List<String> settableProperties)BitMaskDefaultBetaConstraints. getListenedPropertyMask(ObjectType modifiedType, List<String> settableProperties)BitMaskDoubleBetaConstraints. getListenedPropertyMask(ObjectType modifiedType, List<String> settableProperties)BitMaskDoubleNonIndexSkipBetaConstraints. getListenedPropertyMask(ObjectType modifiedType, List<String> settableProperties)BitMaskEmptyBetaConstraints. getListenedPropertyMask(ObjectType modifiedType, List<String> settableProperties)BitMaskQuadroupleBetaConstraints. getListenedPropertyMask(ObjectType modifiedType, List<String> settableProperties)BitMaskQuadroupleNonIndexSkipBetaConstraints. getListenedPropertyMask(ObjectType modifiedType, List<String> settableProperties)BitMaskSingleBetaConstraints. getListenedPropertyMask(ObjectType modifiedType, List<String> settableProperties)BitMaskSingleNonIndexSkipBetaConstraints. getListenedPropertyMask(ObjectType modifiedType, List<String> settableProperties)BitMaskTripleBetaConstraints. getListenedPropertyMask(ObjectType modifiedType, List<String> settableProperties)BitMaskTripleNonIndexSkipBetaConstraints. getListenedPropertyMask(ObjectType modifiedType, List<String> settableProperties) -
Uses of ObjectType in org.drools.core.definitions
Methods in org.drools.core.definitions that return ObjectType Modifier and Type Method Description default ObjectTypeInternalKnowledgePackage. wireObjectType(ObjectType objectType, AcceptsClassObjectType extractor)Methods in org.drools.core.definitions with parameters of type ObjectType Modifier and Type Method Description default ObjectTypeInternalKnowledgePackage. wireObjectType(ObjectType objectType, AcceptsClassObjectType extractor) -
Uses of ObjectType in org.drools.core.definitions.rule.impl
Methods in org.drools.core.definitions.rule.impl with parameters of type ObjectType Modifier and Type Method Description voidQueryImpl. setReturnType(ObjectType objectType, String[] params, String[] args, Declaration[] declarations) -
Uses of ObjectType in org.drools.core.facttemplates
Classes in org.drools.core.facttemplates that implement ObjectType Modifier and Type Class Description classFactTemplateObjectTypeMethods in org.drools.core.facttemplates with parameters of type ObjectType Modifier and Type Method Description booleanFactTemplateObjectType. isAssignableFrom(ObjectType objectType) -
Uses of ObjectType in org.drools.core.reteoo
Fields in org.drools.core.reteoo declared as ObjectType Modifier and Type Field Description protected ObjectTypeObjectTypeNode. objectTypeTheObjectTypesemantic module.Fields in org.drools.core.reteoo with type parameters of type ObjectType Modifier and Type Field Description protected Map<ObjectType,ObjectTypeNode>EntryPointNode. objectTypeNodesThe object type nodes under this nodeMethods in org.drools.core.reteoo that return ObjectType Modifier and Type Method Description ObjectTypeLeftTupleSource. getObjectType()ObjectTypeObjectTypeNode. getObjectType()Retrieve the semanticObjectTypedifferentiator.protected ObjectTypeAccumulateNode. getObjectTypeForPropertyReactivity(LeftInputAdapterNode leftInput, Pattern pattern)protected ObjectTypeLeftTupleSource. getObjectTypeForPropertyReactivity(LeftInputAdapterNode leftInput, Pattern pattern)Methods in org.drools.core.reteoo that return types with arguments of type ObjectType Modifier and Type Method Description Map<ObjectType,ObjectTypeNode>EntryPointNode. getObjectTypeNodes()Map<ObjectType,ObjectTypeNode>Rete. getObjectTypeNodes(EntryPointId entryPoint)Methods in org.drools.core.reteoo with parameters of type ObjectType Modifier and Type Method Description BitMaskAlphaNode. calculateDeclaredMask(ObjectType objectType, List<String> settableProperties)BitMaskEntryPointNode. calculateDeclaredMask(ObjectType modifiedType, List<String> settableProperties)abstract BitMaskObjectSource. calculateDeclaredMask(ObjectType modifiedType, List<String> settableProperties)BitMaskObjectTypeNode. calculateDeclaredMask(ObjectType modifiedType, List<String> settableProperties)BitMaskRete. calculateDeclaredMask(ObjectType modifiedType, List<String> settableProperties)BitMaskRightInputAdapterNode. calculateDeclaredMask(ObjectType modifiedType, List<String> settableProperties)BitMaskWindowNode. calculateDeclaredMask(ObjectType modifiedType, List<String> settableProperties)static BitMaskPropertySpecificUtil. calculateNegativeMask(ObjectType modifiedType, Collection<String> listenedProperties, List<String> accessibleProperties)static BitMaskPropertySpecificUtil. calculatePositiveMask(ObjectType modifiedType, Collection<String> listenedProperties, List<String> accessibleProperties)static List<String>PropertySpecificUtil. getAccessibleProperties(RuleBase ruleBase, ObjectType objectType)booleanObjectTypeNode. isAssignableFrom(ObjectType objectType)static booleanPropertySpecificUtil. isPropertyReactive(BuildContext context, ObjectType objectType)voidEntryPointNode. removeObjectType(ObjectType objectType)protected BitMaskFromNode. setNodeConstraintsPropertyReactiveMask(BitMask mask, ObjectType objectType, List<String> accessibleProperties)protected BitMaskLeftTupleSource. setNodeConstraintsPropertyReactiveMask(BitMask mask, ObjectType objectType, List<String> accessibleProperties)Constructors in org.drools.core.reteoo with parameters of type ObjectType Constructor Description ObjectTypeNode(int id, EntryPointNode source, ObjectType objectType, BuildContext context)Construct given a semanticObjectTypeand the provided unique id.ReteObjectTypeNode(int id, EntryPointNode source, ObjectType objectType, BuildContext context) -
Uses of ObjectType in org.drools.core.reteoo.builder
Methods in org.drools.core.reteoo.builder with parameters of type ObjectType Modifier and Type Method Description ObjectTypeNodeNodeFactory. buildObjectTypeNode(int id, EntryPointNode objectSource, ObjectType objectType, BuildContext context)ObjectTypeNodePhreakNodeFactory. buildObjectTypeNode(int id, EntryPointNode objectSource, ObjectType objectType, BuildContext context) -
Uses of ObjectType in org.drools.core.rule
Methods in org.drools.core.rule that return ObjectType Modifier and Type Method Description ObjectTypePattern. getObjectType()ObjectTypeTypeDeclaration. getObjectType()Methods in org.drools.core.rule with parameters of type ObjectType Modifier and Type Method Description voidPattern. setObjectType(ObjectType objectType)Constructors in org.drools.core.rule with parameters of type ObjectType Constructor Description Pattern(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.core.rule.accessor
Methods in org.drools.core.rule.accessor that return ObjectType Modifier and Type Method Description ObjectTypeGlobalExtractor. getObjectType()ObjectTypePatternExtractor. getObjectType()Constructors in org.drools.core.rule.accessor with parameters of type ObjectType Constructor Description GlobalExtractor(String identifier, ObjectType objectType)PatternExtractor(ObjectType objectType) -
Uses of ObjectType in org.drools.core.rule.constraint
Methods in org.drools.core.rule.constraint with parameters of type ObjectType Modifier and Type Method Description default BitMaskConstraint. getListenedPropertyMask(ObjectType objectType, List<String> settableProperties)voidXpathConstraint.XpathChunk. setReturnedType(ObjectType returnedType)
-