Package | Description |
---|---|
org.drools.core.facttemplates |
Modifier and Type | Class and Description |
---|---|
class |
FieldTemplateImpl |
Modifier and Type | Method and Description |
---|---|
FieldTemplate[] |
FactTemplate.getAllFieldTemplates()
Return an array of all the slots.
|
FieldTemplate[] |
FactTemplateImpl.getAllFieldTemplates()
Return all the slots
|
FieldTemplate |
FactTemplate.getFieldTemplate(int index)
Get the Slot at the given pattern id
|
FieldTemplate |
FactTemplateImpl.getFieldTemplate(int index)
get the Slot at the given pattern id
|
FieldTemplate |
FactTemplate.getFieldTemplate(String name)
Return the slot with the String name
|
FieldTemplate |
FactTemplateImpl.getFieldTemplate(String name)
A convienance method for finding the slot matching
the String name.
|
Constructor and Description |
---|
FactTemplateImpl(InternalKnowledgePackage pkg,
String name,
FieldTemplate[] fields) |
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.