| Package | Description |
|---|---|
| org.drools.model | |
| org.drools.model.impl |
| Modifier and Type | Interface and Description |
|---|---|
interface |
UnitData<T> |
| Modifier and Type | Method and Description |
|---|---|
static <T> Global<T> |
DSL.globalOf(Class<T> type,
String pkg) |
static <T> Global<T> |
DSL.globalOf(Class<T> type,
String pkg,
String name) |
| Modifier and Type | Method and Description |
|---|---|
List<Global> |
Model.getGlobals() |
| Modifier and Type | Class and Description |
|---|---|
class |
GlobalImpl<T> |
class |
UnitDataImpl<T> |
| Modifier and Type | Method and Description |
|---|---|
List<Global> |
ModelImpl.getGlobals() |
| Modifier and Type | Method and Description |
|---|---|
ModelImpl |
ModelImpl.addGlobal(Global global) |
| Modifier and Type | Method and Description |
|---|---|
ModelImpl |
ModelImpl.withGlobals(List<Global> globals) |
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.