public class RuleActionFunction extends OutputModelObject
| Modifier and Type | Field and Description |
|---|---|
LinkedHashMap |
actions
Map actionIndex to Action
|
String |
ctxType
|
String |
name
|
int |
ruleIndex
|
ast, factory| Constructor and Description |
|---|
RuleActionFunction(OutputModelFactory
|
public Stringname
public StringctxType
public int ruleIndex
public LinkedHashMap<Integer ,Action > actions
public RuleActionFunction(OutputModelFactoryfactory, Rule r, String ctxType)