Package | Description |
---|---|
org.drools.definition.type | |
org.drools.impl.adapters |
Modifier and Type | Method and Description |
---|---|
FactField |
FactType.getField(String name)
Returns the FactField identified by the given name.
|
Modifier and Type | Method and Description |
---|---|
List<FactField> |
FactType.getFields()
Returns the list of FactField in this FactType
|
Modifier and Type | Class and Description |
---|---|
class |
FactFieldAdapter |
Modifier and Type | Method and Description |
---|---|
FactField |
FactTypeAdapter.getField(String name) |
Modifier and Type | Method and Description |
---|---|
static List<FactField> |
FactFieldAdapter.adaptFactFields(Collection<org.kie.api.definition.type.FactField> factFields) |
List<FactField> |
FactTypeAdapter.getFields() |
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.