AutoRenamerTIdentifier ClassNaiad Help

[This is preliminary documentation and is subject to change.]

A renaming context with the ability to choose its own names for identifiers.
Inheritance Hierarchy

SystemObject
  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

  NameDescription
Public methodAutoRenamerTIdentifier
Initializes a new instance of the AutoRenamerTIdentifier class
Top
Methods

  NameDescription
Public methodAddRenameTaskTInput
Adds a rename task, taking a stream in the rename context and a name selection function.
Public methodDispose
Creates and connects outputs to their feedback vertices.
Top
Properties

  NameDescription
Public propertyFinalRenamings
A stream of renamings produced by the AutoRenamer.
Top
See Also

Reference