Placement.Explicit ClassNaiad Help

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

Represents a Placement based on an explicit Vertex-to-location mapping.
Inheritance Hierarchy

System.Object
  Microsoft.Research.Naiad.Dataflow.Placement
    Microsoft.Research.Naiad.Dataflow.Placement.Explicit

Namespace: Microsoft.Research.Naiad.Dataflow
Assembly: Microsoft.Research.Naiad (in Microsoft.Research.Naiad.dll) Version: 0.5.0.0 (0.5.0.0)
Syntax

C#
public class Explicit : Placement

The Placement.Explicit type exposes the following members.

Constructors

  NameDescription
Public methodPlacement.Explicit
Constructs explicit placement from a sequence of VertexLocation objects.
Top
Methods

  NameDescription
Public methodEquals
Returns true if and only if each vertex in this placement has the same location as the vertex with the same ID in the other placement, and vice versa.
(Overrides Placement.Equals(Placement).)
Public methodGetEnumerator
Returns an object for enumerating location information about every vertex in this placement.
(Overrides Placement.GetEnumerator().)
Top
Properties

  NameDescription
Public propertyCount
The number of vertices.
(Overrides Placement.Count.)
Public propertyItem
Returns location information about the vertex with the given ID.
(Overrides Placement.Item[Int32].)
Top
See Also

Reference