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