Click or drag to resize

EventEdgeIterable Class

A sequence of edges that applies the list of listeners into each edge.
Inheritance Hierarchy
SystemObject
  Frontenac.Blueprints.Util.Wrappers.EventEventEdgeIterable

Namespace:  Frontenac.Blueprints.Util.Wrappers.Event
Assembly:  VelocityGraph (in VelocityGraph.dll) Version: 10.1.0.0 (10.1)
Syntax
public class EventEdgeIterable : ICloseableIterable<IEdge>, 
	IDisposable, IEnumerable<IEdge>, IEnumerable

The EventEdgeIterable type exposes the following members.

Constructors
  NameDescription
Public methodEventEdgeIterable
Initializes a new instance of the EventEdgeIterable class
Top
Methods
  NameDescription
Public methodDispose
Releases all resources used by the EventEdgeIterable
Public methodGetEnumerator
Top
Extension Methods
  NameDescription
Public Extension MethodRelabelEdges
Edges are relabeled by creating new edges with the same properties, but new label. Note that for each edge is deleted and an edge is added.
(Defined by EdgeHelpers.)
Top
See Also