Package | Description |
---|---|
org.drools.core.base | |
org.drools.core.definitions | |
org.drools.core.definitions.impl | |
org.drools.core.factmodel | |
org.drools.core.impl | |
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 |
InternalKnowledgePackage.getTypeDeclaration(Class<?> clazz) |
TypeDeclaration |
InternalKnowledgePackage.getTypeDeclaration(String type) |
Modifier and Type | Method and Description |
---|---|
Map<String,TypeDeclaration> |
InternalKnowledgePackage.getTypeDeclarations() |
Modifier and Type | Method and Description |
---|---|
void |
InternalKnowledgePackage.addTypeDeclaration(TypeDeclaration typeDecl) |
Modifier and Type | Method and Description |
---|---|
TypeDeclaration |
KnowledgePackageImpl.getTypeDeclaration(Class<?> clazz) |
TypeDeclaration |
KnowledgePackageImpl.getTypeDeclaration(String type) |
Modifier and Type | Method and Description |
---|---|
Map<String,TypeDeclaration> |
KnowledgePackageImpl.getTypeDeclarations() |
List<TypeDeclaration> |
KnowledgePackageImpl.getTypesGeneratedFromResource(org.kie.api.io.Resource resource) |
Modifier and Type | Method and Description |
---|---|
void |
KnowledgePackageImpl.addTypeDeclaration(TypeDeclaration typeDecl) |
Modifier and Type | Method and Description |
---|---|
static TypeDeclaration |
MapCore.getTypeDeclaration() |
Modifier and Type | Method and Description |
---|---|
TypeDeclaration |
KnowledgeBaseImpl.getTypeDeclaration(Class<?> clazz) |
TypeDeclaration |
InternalKnowledgeBase.getTypeDeclaration(Class<?> clazz) |
Modifier and Type | Method and Description |
---|---|
Collection<TypeDeclaration> |
KnowledgeBaseImpl.getTypeDeclarations() |
Collection<TypeDeclaration> |
InternalKnowledgeBase.getTypeDeclarations() |
Modifier and Type | Method and Description |
---|---|
protected void |
KnowledgeBaseImpl.processTypeDeclaration(TypeDeclaration newDecl,
InternalKnowledgePackage newPkg) |
protected void |
KnowledgeBaseImpl.updateDependentTypes(InternalKnowledgePackage newPkg,
TypeDeclaration typeDeclaration) |
Modifier and Type | Method and Description |
---|---|
TypeDeclaration |
ClassObjectTypeConf.getTypeDeclaration() |
TypeDeclaration |
ObjectTypeConf.getTypeDeclaration() |
TypeDeclaration |
FactTemplateTypeConf.getTypeDeclaration() |
Modifier and Type | Method and Description |
---|---|
int |
TypeDeclaration.compareTo(TypeDeclaration o) |
Constructor and Description |
---|
TypeMetaInfo(TypeDeclaration typeDeclaration) |
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.