public static class ActionNode.OverrideRule extends Attribute
Constructor and Description |
---|
OverrideRule() |
OverrideRule(int maxNum,
boolean aggregate) |
Modifier and Type | Method and Description |
---|---|
int |
getMaxNum()
The maximum number of actions to fetch from parent
controllers.
|
boolean |
isAggregate()
Whether to aggregate actions from parents together
in a single set.
|
public OverrideRule()
public OverrideRule(int maxNum, boolean aggregate)
public int getMaxNum()
The maximum number of actions to fetch from parent controllers.
public boolean isAggregate()
Whether to aggregate actions from parents together in a single set. If true, then this will load actions from parents up to the maxNum. If false, then it will take only from a single parent controller — the top level one.
Copyright © 2022. All Rights Reserved.