| Interface | Description |
|---|---|
| IImplementationDetail |
This is a simple tag-value interface for associating auxiliary mapping
information with operators and their parameters.
|
| IOperator |
An IOperator is a scripted, programmed or otherwise externally defined extension that
can be dynamically referred to in rules.
|
| IOperators |
A collection of operators, with operations to look them up by name.
|
| IParameter |
A definition parameter for an operator.
|
| Class | Description |
|---|---|
| ImplementationDetail |
A default implementation of the implementation detail interface.
|
| Operator |
A basic implementation of an operator.
|
| Operators |
A basic implementation of an operator collection.
|
| Parameter |
A default implementation of an operator parameter.
|
| PropertyAwareObject |
Superclass of all model objects.
|
| XmlOperatorLoader |
Loading support for the operator classes.
|
| XmlOperatorPersistence | Deprecated
Use
XmlOperatorLoader. |
| XmlOperatorWriter |
Save support for the operator classes.
|
| Enum | Description |
|---|---|
| IOperators.LoadedVersion |
Indicates the version of the operator file format from which operators were loaded.
|
| XmlOperatorPersistence.LoadedVersion |
Returned by
XmlOperatorPersistence.load(Reader), the version of the
operator file. |
XmlOperators,
which provides loading and serializing of operator libraries to files.Copyright © 2006-2013. All Rights Reserved.