Package | Description |
---|---|
org.drools.core.base | |
org.drools.core.common | |
org.drools.core.factmodel | |
org.drools.core.reteoo | |
org.drools.core.rule |
Contains the binary representations of rule constructs, like Package (which the compiler produces), Rule, and Conditional Elements.
|
Modifier and Type | Method and Description |
---|---|
void |
ClassFieldAccessorStore.removeType(TypeDeclaration type) |
Modifier and Type | Method and Description |
---|---|
TypeDeclaration |
InternalRuleBase.getTypeDeclaration(Class<?> clazz)
Returns the type declaration associated to the given class
|
Modifier and Type | Method and Description |
---|---|
Collection<TypeDeclaration> |
InternalRuleBase.getTypeDeclarations()
Returns a collection with all TypeDeclarations in this rulebase
|
Modifier and Type | Method and Description |
---|---|
static TypeDeclaration |
MapCore.getTypeDeclaration() |
Modifier and Type | Method and Description |
---|---|
TypeDeclaration |
FactTemplateTypeConf.getTypeDeclaration() |
TypeDeclaration |
ClassObjectTypeConf.getTypeDeclaration() |
TypeDeclaration |
ObjectTypeConf.getTypeDeclaration() |
TypeDeclaration |
ReteooRuleBase.getTypeDeclaration(Class<?> clazz) |
Modifier and Type | Method and Description |
---|---|
Collection<TypeDeclaration> |
ReteooRuleBase.getTypeDeclarations() |
Modifier and Type | Method and Description |
---|---|
protected void |
ReteooRuleBase.updateDependentTypes(Package newPkg,
TypeDeclaration typeDeclaration) |
Modifier and Type | Method and Description |
---|---|
TypeDeclaration |
Package.getTypeDeclaration(Class<?> clazz) |
TypeDeclaration |
Package.getTypeDeclaration(String type) |
Modifier and Type | Method and Description |
---|---|
Map<String,TypeDeclaration> |
Package.getTypeDeclarations() |
List<TypeDeclaration> |
Package.getTypesGeneratedFromResource(org.kie.api.io.Resource resource) |
Modifier and Type | Method and Description |
---|---|
void |
TypeDeclaration.addRedeclaration(TypeDeclaration typeDeclaration) |
void |
Package.addTypeDeclaration(TypeDeclaration typeDecl) |
boolean |
TypeDeclaration.removeRedeclaration(TypeDeclaration decl) |
Constructor and Description |
---|
TypeMetaInfo(TypeDeclaration typeDeclaration) |
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.