Uses of Interface
org.drools.core.spi.AcceptsClassObjectType
-
Packages that use AcceptsClassObjectType Package Description org.drools.core.definitions 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 AcceptsClassObjectType in org.drools.core.definitions
Methods in org.drools.core.definitions with parameters of type AcceptsClassObjectType Modifier and Type Method Description default ObjectTypeInternalKnowledgePackage. wireObjectType(ObjectType objectType, AcceptsClassObjectType extractor) -
Uses of AcceptsClassObjectType in org.drools.core.rule
Classes in org.drools.core.rule that implement AcceptsClassObjectType Modifier and Type Class Description classPatternstatic classXpathBackReference.RelativePattern -
Uses of AcceptsClassObjectType in org.drools.core.rule.constraint
Classes in org.drools.core.rule.constraint that implement AcceptsClassObjectType Modifier and Type Class Description static classXpathConstraint.XpathChunk -
Uses of AcceptsClassObjectType in org.drools.core.spi
Classes in org.drools.core.spi that implement AcceptsClassObjectType Modifier and Type Class Description classGlobalExtractorThis is a global variable extractor used to get a global variable valueclassPatternExtractor
-