Header menu logo B2R2

EdgeSet Type

Maintains the edge flow assignments for either forward or backward edges.

Record fields

Record Field Description

BwdInEdges

Full Usage: BwdInEdges

Field type: Dictionary<IVertex<VisBBlock>, VertexEdge list>

BwdOutEdges

Full Usage: BwdOutEdges

Field type: Dictionary<IVertex<VisBBlock>, VertexEdge list>

FwdInEdges

Full Usage: FwdInEdges

Field type: Dictionary<IVertex<VisBBlock>, VertexEdge list>

FwdOutEdges

Full Usage: FwdOutEdges

Field type: Dictionary<IVertex<VisBBlock>, VertexEdge list>

SelfCycleEdge

Full Usage: SelfCycleEdge

Field type: Dictionary<IVertex<VisBBlock>, VertexEdge list>

Instance members

Instance member Description

this.GetBwdInEdges

Full Usage: this.GetBwdInEdges

Parameters:
Returns: VertexEdge list
v : IVertex<VisBBlock>
Returns: VertexEdge list

this.GetBwdOutEdges

Full Usage: this.GetBwdOutEdges

Parameters:
Returns: VertexEdge list
v : IVertex<VisBBlock>
Returns: VertexEdge list

this.GetFwdInEdges

Full Usage: this.GetFwdInEdges

Parameters:
Returns: VertexEdge list
v : IVertex<VisBBlock>
Returns: VertexEdge list

this.GetFwdOutEdges

Full Usage: this.GetFwdOutEdges

Parameters:
Returns: VertexEdge list
v : IVertex<VisBBlock>
Returns: VertexEdge list

this.GetInEdges

Full Usage: this.GetInEdges

Parameters:
Returns: VertexEdge list
v : IVertex<VisBBlock>
Returns: VertexEdge list

this.GetOutEdges

Full Usage: this.GetOutEdges

Parameters:
Returns: VertexEdge list
v : IVertex<VisBBlock>
Returns: VertexEdge list

this.GetSelfCycleEdge

Full Usage: this.GetSelfCycleEdge

Parameters:
Returns: VertexEdge list
v : IVertex<VisBBlock>
Returns: VertexEdge list

Static members

Static member Description

EdgeSet.Create(edges)

Full Usage: EdgeSet.Create(edges)

Parameters:
Returns: EdgeSet
edges : Edge<VisBBlock, VisEdge>[]
Returns: EdgeSet

EdgeSet.Empty

Full Usage: EdgeSet.Empty

Returns: EdgeSet
Returns: EdgeSet

Type something to start searching.