[This is preliminary documentation and is subject to change.]
A renaming context with the ability to choose its own names for identifiers.
Inheritance Hierarchy
Microsoft.Research.Naiad.Frameworks.GraphLINQAutoRenamerTIdentifier
Namespace: Microsoft.Research.Naiad.Frameworks.GraphLINQ
Assembly: Microsoft.Research.Naiad.GraphLINQ (in Microsoft.Research.Naiad.GraphLINQ.dll) Version: 0.5.0.0 (0.5.0.0)
Syntax
C#
public class AutoRenamer<TIdentifier> : IDisposable
Type Parameters
- TIdentifier
- common identifier type
The AutoRenamerTIdentifier type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| AutoRenamerTIdentifier | Initializes a new instance of the AutoRenamerTIdentifier class |
Methods
| Name | Description | |
|---|---|---|
| AddRenameTaskTInput |
Adds a rename task, taking a stream in the rename context and a name selection function.
| |
| Dispose |
Creates and connects outputs to their feedback vertices.
|
Properties
| Name | Description | |
|---|---|---|
| FinalRenamings |
A stream of renamings produced by the AutoRenamer.
|
See Also