Interface | Description |
---|---|
IOProcess |
IProcess where input and output values type is specifies.
|
IParameter |
Wrapper containing either a static object or a process.
|
IPlugInProcess |
Interface implemented by a PlugIn to make it compatible
with the new Process framework.
|
Parameterizable |
Interface to be implemented to transform a PlugIn to a Process
|
Class | Description |
---|---|
Context |
Interpret string as objects
|
MacroProcesses |
Created by Michaël on 27/09/14.
|
Process |
Created by Michaël on 23/08/14.
|
PValue |
An object wrapper implementing IValue to be used as Process input.
|
Specification |
Created by Michaël on 15/09/14.
|
Value |
Created by Michaël on 22/08/14.
|
Exception | Description |
---|---|
ProcessException |
Created by Michaël on 23/08/14.
|
ProcessInputException |
Created by Michaël on 23/08/14.
|
ProcessOutputException |
An exception thrown when the process can't retrieve an output parameter.
|
XmlMappingException |
Created by Michaël on 24/09/14.
|