Package | Description |
---|---|
org.drools.core.base | |
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 |
Modifier and Type | Field and Description |
---|---|
static ClassObjectType |
ClassObjectType.DroolsQuery_ObjectType |
static ClassObjectType |
ClassObjectType.InitialFact_ObjectType |
static ClassObjectType |
ClassObjectType.Map_ObjectType |
static ClassObjectType |
ClassObjectType.Match_ObjectType |
static ClassObjectType |
ClassObjectType.ObjectArray_ObjectType |
Modifier and Type | Method and Description |
---|---|
ClassObjectType |
ClassFieldAccessorStore.ClassObjectTypeLookupEntry.getClassObjectType() |
ClassObjectType |
ClassFieldAccessorCache.CacheEntry.getClassObjectType(Class<?> cls,
ClassObjectType objectType) |
ClassObjectType |
ClassFieldAccessorStore.getClassObjectType(ClassObjectType objectType,
AcceptsClassObjectType target) |
ClassObjectType |
ClassFieldAccessorCache.getClassObjectType(ClassObjectType objectType,
boolean lookupClass) |
ClassObjectType |
ClassFieldAccessorStore.getClassObjectType(ClassObjectType objectType,
boolean isEvent,
AcceptsClassObjectType target) |
Modifier and Type | Method and Description |
---|---|
ClassObjectType |
ClassFieldAccessorCache.CacheEntry.getClassObjectType(Class<?> cls,
ClassObjectType objectType) |
ClassObjectType |
ClassFieldAccessorStore.getClassObjectType(ClassObjectType objectType,
AcceptsClassObjectType target) |
ClassObjectType |
ClassFieldAccessorCache.getClassObjectType(ClassObjectType objectType,
boolean lookupClass) |
ClassObjectType |
ClassFieldAccessorStore.getClassObjectType(ClassObjectType objectType,
boolean isEvent,
AcceptsClassObjectType target) |
void |
ClassFieldAccessorStore.ClassObjectTypeLookupEntry.setClassObjectType(ClassObjectType classObjectType) |
Constructor and Description |
---|
ClassObjectTypeLookupEntry(ClassObjectType classObjectType) |
Modifier and Type | Method and Description |
---|---|
ClassObjectType |
AbductiveQuery.getReturnType() |
Modifier and Type | Method and Description |
---|---|
void |
Pattern.setClassObjectType(ClassObjectType objectType) |
void |
AbductiveQuery.setClassObjectType(ClassObjectType classObjectType) |
void |
AbductiveQuery.setReturnType(ClassObjectType objectType,
String[] params,
String[] args,
Declaration[] declarations) |
Modifier and Type | Method and Description |
---|---|
void |
XpathConstraint.XpathChunk.setClassObjectType(ClassObjectType classObjectType) |
void |
XpathConstraint.XpathChunk.setReturnedType(ClassObjectType returnedType) |
Modifier and Type | Method and Description |
---|---|
void |
PatternExtractor.setClassObjectType(ClassObjectType objectType) |
void |
AccesptsClassObjectType.setClassObjectType(ClassObjectType objectType) |
void |
SelfNumberExtractor.setClassObjectType(ClassObjectType objectType) |
void |
AcceptsClassObjectType.setClassObjectType(ClassObjectType classObjectType) |
void |
SelfDateExtractor.setClassObjectType(ClassObjectType objectType) |
void |
SelfEventExtractor.setClassObjectType(ClassObjectType objectType) |
void |
GlobalNumberExtractor.setClassObjectType(ClassObjectType objectType) |
void |
GlobalDateExtractor.setClassObjectType(ClassObjectType objectType) |
void |
GlobalExtractor.setClassObjectType(ClassObjectType objectType) |
Constructor and Description |
---|
SelfDateExtractor(ClassObjectType objectType) |
SelfNumberExtractor(ClassObjectType objectType) |
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.