public class FLASHPhaseConfiguration
extends java.lang.Object
Constructor and Description |
---|
FLASHPhaseConfiguration(int anonymityProperty,
NodeAction triggerTag,
NodeAction triggerCheck,
NodeAction triggerEvaluate,
NodeAction triggerSkip)
Creates a configuration for an active phase.
|
Modifier and Type | Method and Description |
---|---|
int |
getAnonymityProperty()
Getter: The main anonymity property.
|
NodeAction |
getTriggerCheck()
Getter: A trigger for checking nodes in this phase.
|
NodeAction |
getTriggerEvaluate()
Getter: A trigger for evaluating nodes in this phase.
|
NodeAction |
getTriggerSkip()
Getter: A trigger for skipping nodes in this phase.
|
NodeAction |
getTriggerTag()
Getter: A trigger for tagging nodes in this phase.
|
public FLASHPhaseConfiguration(int anonymityProperty, NodeAction triggerTag, NodeAction triggerCheck, NodeAction triggerEvaluate, NodeAction triggerSkip)
anonymityProperty
- triggerTag
- triggerCheck
- triggerEvaluate
- triggerSkip
- public int getAnonymityProperty()
public NodeAction getTriggerCheck()
public NodeAction getTriggerEvaluate()
public NodeAction getTriggerSkip()
public NodeAction getTriggerTag()