| Package | Description |
|---|---|
| net.aequologica.neo.dagr | |
| net.aequologica.neo.dagr.bus |
| Modifier and Type | Method and Description |
|---|---|
Bus.Scope |
DagOnSteroids.NodeCleaner.NodeCleaningResult.getScope() |
| Modifier and Type | Method and Description |
|---|---|
List<Map.Entry<Bus.Scope,Bus<Dag.Node>>> |
DagOnSteroids.getBusEntries() |
pl.touk.throwing.ThrowingBiFunction<Bus.Scope,Dag.Node,DagOnSteroids.NodeCleaner.NodeCleaningResult,DagOnSteroids.NodeCleaner.NodeCleanerException> |
DagOnSteroids.getCleaningFunction() |
EnumMap<Bus.Scope,DagOnSteroids.DagCleaner> |
DagOnSteroids.getDagCleaners() |
| Modifier and Type | Method and Description |
|---|---|
DagOnSteroids.NodeCleaner.NodeCleaningResult |
DagOnSteroids.clean(Bus.Scope scope,
Dag.Node node) |
static DagOnSteroids.NodeCleaner.NodeCleaningResult |
DagOnSteroids.NodeCleaner.NodeCleaningResult.from(Bus.Scope c,
int status,
String reason) |
static DagOnSteroids.NodeCleaner.NodeCleaningResult |
DagOnSteroids.NodeCleaner.NodeCleaningResult.fromException(Bus.Scope c,
Exception e) |
Bus<Dag.Node> |
DagsSingleton.Dags.getBus(String dagName,
Bus.Scope scope) |
DagOnSteroids.DagCleaner |
DagOnSteroids.getDagCleaner(Bus.Scope scope) |
static DagOnSteroids.NodeCleaner.NodeCleaningResult |
DagOnSteroids.NodeCleaner.NodeCleaningResult.ok(Bus.Scope c) |
static DagOnSteroids.NodeCleaner.NodeCleaningResult |
DagOnSteroids.NodeCleaner.NodeCleaningResult.undefined(Bus.Scope c) |
| Modifier and Type | Method and Description |
|---|---|
void |
DagOnSteroids.setCleaningFunction(pl.touk.throwing.ThrowingBiFunction<Bus.Scope,Dag.Node,DagOnSteroids.NodeCleaner.NodeCleaningResult,DagOnSteroids.NodeCleaner.NodeCleanerException> cleaningFunction) |
| Constructor and Description |
|---|
NodeCleaner(Bus.Scope scope,
Dag.Node node,
DagOnSteroids.NodeCleaner.NodeState state) |
NodeCleaningResult(Bus.Scope scope,
int status,
String reason) |
| Modifier and Type | Method and Description |
|---|---|
Bus.Scope |
Bus.getScope() |
static Bus.Scope |
Bus.Scope.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Bus.Scope[] |
Bus.Scope.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2017 aequologica. All rights reserved.