Package | Description |
---|---|
org.drools.core.definitions | |
org.drools.core.definitions.impl | |
org.drools.core.facttemplates | |
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 |
---|---|
FactTemplate |
InternalKnowledgePackage.getFactTemplate(String name) |
Modifier and Type | Method and Description |
---|---|
void |
InternalKnowledgePackage.addFactTemplate(FactTemplate factTemplate) |
Modifier and Type | Method and Description |
---|---|
FactTemplate |
KnowledgePackageImpl.getFactTemplate(String name) |
Modifier and Type | Method and Description |
---|---|
void |
KnowledgePackageImpl.addFactTemplate(FactTemplate factTemplate) |
Modifier and Type | Class and Description |
---|---|
class |
FactTemplateImpl |
Modifier and Type | Field and Description |
---|---|
protected FactTemplate |
FactTemplateObjectType.factTemplate
FieldTemplate.
|
Modifier and Type | Method and Description |
---|---|
FactTemplate |
Fact.getFactTemplate()
Return the Deftemplate for the fact
|
FactTemplate |
FactTemplateObjectType.getFactTemplate()
Return the Fact Template.
|
FactTemplate |
FactImpl.getFactTemplate()
Return the deftemplate for the fact
|
Constructor and Description |
---|
FactImpl(FactTemplate template,
long id) |
FactImpl(FactTemplate template,
Object[] values,
long id)
this is the default constructor
|
FactTemplateFieldExtractor(FactTemplate factTemplate,
int fieldIndex) |
FactTemplateObjectType(FactTemplate factTemplate)
Construct.
|
Constructor and Description |
---|
FactTemplateTypeConf(EntryPointId entryPoint,
FactTemplate factTemplate,
InternalKnowledgeBase kBase) |
Modifier and Type | Method and Description |
---|---|
FactTemplate |
TypeDeclaration.getTypeTemplate() |
Modifier and Type | Method and Description |
---|---|
void |
TypeDeclaration.setTypeTemplate(FactTemplate typeTemplate) |
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.