See: Description
Interface | Description |
---|---|
BuiltObject |
This encapsulates the concrete results of executing
ObjectBuilder
nodes. |
CFProcessor |
This identifies
Processor objects that are implemented via the Component Framework. |
CompositeModelApplier |
This encapsulates the auto-model applier nodes
ModelApplier
that can ensemble the scores from multiple models into a single score. |
CompositeModelBuilder |
This encapsulates the auto-model builder nodes
ModelBuilder
that can build and evaluate multiple models using different modeling algorithms
and settings. |
CompositeModelOutput |
This encapsulates the concrete results of executing
ModelBuilder
nodes or by opening or importing Composite models. |
CompositeModelOwner |
This encapsulates objects that own auto-built models.
|
CompositeModelResult |
This encapsulates the concrete results for the individual models forming the Composite Model.
|
CompositeProcessor |
This encapsulates the functionality of any supernode whose behaviour
is determined by its constituent nodes.
|
CompositeProcessorDiagram |
This is the diagram used by
CompositeProcessor objects to store
nodes. |
DataReader |
This encapsulates the functionality of a data node that reads records e.g.
|
DataTransformer |
This encapsulates the functionality of a standard inline data node .
|
DataWriter |
This encapsulates the functionality of a node that writes records e.g.
|
DiagramConnector |
A node which provides a connection point between a
CompositeProcessorDiagram
and its containing diagram. |
DocumentBuilder |
This encapsulates the functionality of a node that builds a viewable output object
such as a table, graph or report.
|
DocumentOutput |
This encapsulates the concrete results of executing
DocumentBuilder
nodes that produce generic document-type outputs. |
GraphBuilder |
This encapsulates the functionality of a node that builds a graph output.
|
GraphOutput |
This encapsulates the concrete results of executing
DocumentBuilder
nodes that produce objects that are based on graphs. |
InitialProcessor |
This encapsulates the functionality of any node that begins a
sequence of nodes.
|
InlineProcessor |
This encapsulates the functionality of any node that allows data to
flow through it i.e., a
Processor that is neither a InitialProcessor
nor a TerminalProcessor . |
InteractiveOutput |
This encapsulates the concrete results of executing
ObjectBuilder
nodes that can generate interactive outputs. |
Interactor |
Interactive services of an
InteractiveOutput . |
ModelApplier |
This encapsulates the functionality of an inline node that applies models.
|
ModelBuilder |
This encapsulates the functionality of a node that builds a model output object.
|
ModelInteractor |
Services for interactive modelling.
|
ModelOutput |
This encapsulates the concrete results of executing
ModelBuilder
nodes or by opening or importing models. |
ObjectBuilder |
This encapsulates the functionality of a node that builds an output object
such as a model or graph.
|
OutputFactory |
A factory class that creates
BuiltObject instances. |
Processor |
This is the base interface for all nodes.
|
ProcessorDiagram |
This is the container used to assemble
Processor objects into a
connected flow or well-formed sequence of nodes. |
ProcessorFactory |
A factory class that creates
Processor instances. |
ProcessorFilter |
This is used to define arbitrary criteria for filtering nodes e.g. during searches.
|
ProcessorStream |
This is the top-level container used to assemble
Processor objects into a
connected "flow". |
PublishedImage |
The result of publishing a
DataWriter . |
ReportBuilder |
This encapsulates the functionality of a node that builds a report.
|
ReportOutput |
This encapsulates the concrete results of executing
DocumentBuilder
nodes that produce report-type outputs such as quality reports. |
RowSetBuilder |
This encapsulates the functionality of a node that builds an output based
on a
RowSet . |
RowSetOutput |
This encapsulates the concrete results of executing
DocumentBuilder
nodes that produce objects that are based on underlying RowSet
such as tables and matrices. |
StreamValidationResult | |
TerminalProcessor |
This encapsulates the functionality of any node that terminates a
particular sequence of nodes.
|
Updatable |
This represents
Processor objects that can be updated by Updating objects. |
Updater |
This represents
Processor objects that update Updatable objects. |
Class | Description |
---|---|
CompositeProcessorType |
This class enumerates the types of supernodes.
|
DocumentOutputType |
This class enumerates the types of document outputs that are generated by the
different
ProcessorType that are DocumentBuilder s
or which can be imported. |
ModelInteractorType |
Enumerates the types of model interactor that can be instantiated by an
InteractiveOutput . |
ModelOutputType |
This class enumerates the types of model outputs that are generated by the
different
ProcessorType that are ModelBuilders
or which can be imported. |
ProcessorType |
This clas enumerates the types of nodes.
|
Exception | Description |
---|---|
ExportFormatException |
Indicates that an attempt was made to export a built object using an
unsupported file format.
|
InvalidEditException |
An exception thrown when an invalid attempt is made to edit the links between
two or more nodes.
|
Copyright © 2014 Integral Solutions Ltd. All Rights Reserved.