| Interface | Description |
|---|---|
| ChartContext | |
| ChartManagerService | |
| ChartScopeVariables | |
| CommonScopes |
Created by colby.clegg on 2/2/2015.
|
| MonitoredScopeLifecycle | |
| PyChartScope.ScopeObserver |
An observer that gets notified when the scope is modified.
|
| ScopeLocator |
The ScopeLocator system provides an extensible mechanism for module authors to provide new scopes, or locate
virtual scopes.
|
| StepDelegate |
Base interface for factory that creates objects to represent steps.
|
| StepRegistry | |
| StepScopeVariables |
Created by colby.clegg on 3/18/2015.
|
| Class | Description |
|---|---|
| ExecutionQueue |
Queues up submitted
Runnables and executes them in serial on an
ExecutorService. |
| PyChartScope |
This class represents any "scope" in the SFC system, and is fundamentally just an observable dictionary.
|
| ScopeContext |
Created by colby.clegg on 2/2/2015.
|
| SfcGatewayHook |
This is the entry-point to the Gateway scope section of the SFC module's API.
|
| Exception | Description |
|---|---|
| XmlParseException |