Interface | Description |
---|---|
Chain |
The root interface of chains.
|
FlatChain |
The interface of a
Chain implementation you can use to open flat
chains (meaning non recursive chains). |
FlatChain.OnCompleteFunction |
Represents an optional operation that is called when a chain is complete
This operation is optionally set when the
FlatChain is created. |
FlatChain.OnElementAddedFunction |
Represents an optional operation that is called when an element is added
to a
FlatChain . |
FlatChain.OnElementChangedFunction |
Represents an optional operation that is called when a chain element
changes.
|
FlatChain.OnElementRemovedFunction |
Represents an optional operation that is called when a chain element
is removed from a chain.
|
FlatChain.OnErrorFunction |
Represents an optional operation that is called when a chain is in error.
|
RecursiveChain |
The interface of a
Chain implementation you can use to open
recursive chains. |
RecursiveChain.OnCompleteFunction |
Represents an optional operation that is called when a chain is complete.
|
RecursiveChain.OnElementAddedFunction |
Represents an optional operation that is called when an element is added
to a
RecursiveChain . |
RecursiveChain.OnErrorFunction |
Represents an optional operation that is called when a chain is in error.
|
Class | Description |
---|---|
FlatChain.Builder |
Used to build
FlatChain objects. |
RecursiveChain.Builder |
Used to build
RecursiveChain objects. |
SummaryLinksToSkipByDisplayTemplate |
Holds the number of summary links to skip for different Display
Templates used by chains.
|
SummaryLinksToSkipByDisplayTemplate.Builder |
Used to build
SummaryLinksToSkipByDisplayTemplate objects. |
SummaryLinksToSkipByDisplayTemplate.DisplayTemplateDescription |
Holds a Display Template description.
|