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() |
List<TypeDeclaration> |
InternalKnowledgePackage.removeTypesGeneratedFromResource(org.kie.api.io.Resource resource) |
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.removeTypesGeneratedFromResource(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.getExactTypeDeclaration(Class<?> clazz) |
TypeDeclaration |
InternalKnowledgeBase.getExactTypeDeclaration(Class<?> clazz) |
TypeDeclaration |
KnowledgeBaseImpl.getOrCreateExactTypeDeclaration(Class<?> clazz) |
TypeDeclaration |
InternalKnowledgeBase.getOrCreateExactTypeDeclaration(Class<?> clazz) |
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) |
void |
KnowledgeBaseImpl.registerTypeDeclaration(TypeDeclaration newDecl,
InternalKnowledgePackage newPkg) |
void |
InternalKnowledgeBase.registerTypeDeclaration(TypeDeclaration newDecl,
InternalKnowledgePackage newPkg) |
Modifier and Type | Method and Description |
---|---|
TypeDeclaration |
ObjectTypeConf.getTypeDeclaration() |
TypeDeclaration |
FactTemplateTypeConf.getTypeDeclaration() |
TypeDeclaration |
ClassObjectTypeConf.getTypeDeclaration() |
Modifier and Type | Method and Description |
---|---|
static TypeDeclaration |
TypeDeclaration.createTypeDeclarationForBean(Class<?> cls) |
static TypeDeclaration |
TypeDeclaration.createTypeDeclarationForBean(Class<?> cls,
Annotated annotated,
org.kie.internal.builder.conf.PropertySpecificOption propertySpecificOption) |
static TypeDeclaration |
TypeDeclaration.createTypeDeclarationForBean(Class<?> cls,
org.kie.internal.builder.conf.PropertySpecificOption propertySpecificOption) |
Modifier and Type | Method and Description |
---|---|
int |
TypeDeclaration.compareTo(TypeDeclaration o) |
static void |
TypeDeclaration.processTypeAnnotations(TypeDeclaration type,
Annotated annotated,
org.kie.internal.builder.conf.PropertySpecificOption propertySpecificOption) |
Constructor and Description |
---|
TypeMetaInfo(TypeDeclaration typeDeclaration) |
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.