Package | Description |
---|---|
com.whitestein.lsps.stdlib.dmn.model |
Modifier and Type | Method and Description |
---|---|
List<Entry> |
Rule.getInputEntries() |
List<Entry> |
Rule.getOutputEntries() |
Modifier and Type | Method and Description |
---|---|
void |
Rule.addInputEntryAt(HolderFactory factory,
int index,
Entry entry) |
void |
Rule.addOutputEntryAt(HolderFactory factory,
int index,
Entry entry) |
Modifier and Type | Method and Description |
---|---|
void |
Rule.setInputEntries(HolderFactory factory,
List<Entry> entries)
Sets the input entries.
|
void |
Rule.setOutputEntries(HolderFactory factory,
List<Entry> entries)
Sets the output entries.
|
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.