| Modifier and Type | Class and Description |
|---|---|
class |
Group
Represenation of a related group of steps.
|
| Modifier and Type | Method and Description |
|---|---|
Step |
Compiler.getStep(String name)
Returns the step with the specified name.
|
| Modifier and Type | Method and Description |
|---|---|
Set<Step> |
Group.children()
Returns the set of child steps and groups contained within this group.
|
Set<Step> |
Coordinator.getSteps()
Returns set of all test steps.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Group.addChild(Step child)
Adds the specified step or group as a child of this group.
|
org.onlab.stc.MonitorLayout.Box |
MonitorLayout.get(Step step)
Returns the bounding box for the specified step.
|
Coordinator.Status |
Coordinator.getStatus(Step step)
Returns the status record of the specified test step.
|
default void |
StepProcessListener.onCompletion(Step step,
Coordinator.Status status)
Indicates that process step has completed.
|
void |
Monitor.onCompletion(Step step,
Coordinator.Status status) |
default void |
StepProcessListener.onOutput(Step step,
String line)
Notifies when a new line of output becomes available.
|
void |
Monitor.onOutput(Step step,
String line) |
default void |
StepProcessListener.onStart(Step step,
String command)
Indicates that process step has started.
|
void |
Monitor.onStart(Step step,
String command) |
| Constructor and Description |
|---|
Dependency(Step src,
Step dst,
boolean isSoft)
Creates a new edge between the specified source and destination vertexes.
|
| Constructor and Description |
|---|
ProcessFlow(Set<Step> vertexes,
Set<Dependency> edges)
Creates a graph comprising of the specified vertexes and edges.
|
Copyright © 2015. All rights reserved.