Uses of Interface
org.drools.core.spi.ObjectType
-
Packages that use ObjectType Package Description org.drools.core.base org.drools.core.common 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.constraint org.drools.core.spi -
-
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 that return ObjectType Modifier and Type Method Description ObjectTypeClassFieldAccessorStore. wireObjectType(ObjectType objectType, AcceptsClassObjectType target)Methods in org.drools.core.base with parameters of type ObjectType Modifier and Type Method Description booleanClassObjectType. isAssignableFrom(ObjectType objectType)ObjectTypeClassFieldAccessorStore. wireObjectType(ObjectType objectType, AcceptsClassObjectType target) -
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) -
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 booleanObjectTypeNode. isAssignableFrom(ObjectType objectType)static booleanPropertySpecificUtil. isPropertyReactive(BuildContext context, ObjectType objectType)voidEntryPointNode. removeObjectType(ObjectType objectType)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)TraitProxyObjectTypeNode(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()ObjectTypeAbductiveQuery. getReturnType()Methods in org.drools.core.rule with parameters of type ObjectType Modifier and Type Method Description static InternalReadAccessorPattern. getReadAcessor(ObjectType objectType)voidPattern. setObjectType(ObjectType objectType)voidAbductiveQuery. setReturnType(ObjectType objectType, String[] params, String[] args, Declaration[] declarations)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.constraint
Methods in org.drools.core.rule.constraint with parameters of type ObjectType Modifier and Type Method Description voidXpathConstraint.XpathChunk. setReturnedType(ObjectType returnedType) -
Uses of ObjectType in org.drools.core.spi
Methods in org.drools.core.spi that return ObjectType Modifier and Type Method Description ObjectTypeGlobalDateExtractor. getObjectType()ObjectTypeGlobalExtractor. getObjectType()ObjectTypeGlobalNumberExtractor. getObjectType()ObjectTypePatternExtractor. getObjectType()ObjectTypeSelfDateExtractor. getObjectType()ObjectTypeSelfEventExtractor. getObjectType()ObjectTypeSelfNumberExtractor. getObjectType()Methods in org.drools.core.spi with parameters of type ObjectType Modifier and Type Method Description PropagationContextPropagationContext. adaptModificationMaskForObjectType(ObjectType type, ReteEvaluator reteEvaluator)booleanObjectType. isAssignableFrom(ObjectType objectType)Constructors in org.drools.core.spi with parameters of type ObjectType Constructor Description GlobalDateExtractor(String identifier, ObjectType objectType)GlobalExtractor(String identifier, ObjectType objectType)GlobalNumberExtractor(String identifier, ObjectType objectType)PatternExtractor(ObjectType objectType)SelfEventExtractor(ObjectType objectType)
-