LabelDigraph
A directed graph with labeled edges.
Attributes
- Since:
v0.1.0
- Graph
- Supertypes
- Known subtypes
Members list
Type members
Classlikes
Attributes
- Graph
- Supertypes
- Known subtypes
Inherited classlikes
Attributes
- Inherited from:
- Digraph
- Graph
- Supertypes
- Known subtypes
Attributes
- Inherited from:
- Digraph
- Graph
- Supertypes
- Known subtypes
An internal representation of edges within the graph
An internal representation of edges within the graph
Attributes
- Inherited from:
- Graph
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
- Known subtypes
- trait DigraphInnerEdgeTraitclass InnerEdgetrait LabelDigraphEdgeTraitclass InnerEdgeclass InnerEdgetrait UndigraphInnerEdgeTraitclass InnerEdgeclass InnerEdge
An internal representation of nodes within the graph
An internal representation of nodes within the graph
Attributes
- Inherited from:
- Graph
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
- Known subtypes
- trait DigraphInnerNodeTraitclass InNodeclass InnerNodeclass InnerNodetrait InnerIndexedNodeTraitclass InNodetrait UndigraphInnerNodeTraittrait InnerIndexedNodeTraitclass InNode
Types
The edge type returned by this graph representation
The edge type returned by this graph representation
Attributes
The edge type used to build this graph representation
The edge type used to build this graph representation
Attributes
Inherited types
The type of InnerNodeTrait for this digraph representation
Value members
Abstract methods
Attributes
- Returns:
the Edge between start and end or noEdgeExistsValue if no edge connects start to end
Attributes
- Returns:
the label to return when no edge exists
Inherited methods
Attributes
- Inherited from:
- Digraph
Attributes
- Inherited from:
- Digraph
Attributes
- Returns:
A Traversable (usually something more specific) of the edges
- Inherited from:
- Graph
Attributes
- Returns:
A Traversable of the edges as represented in the graph
- Inherited from:
- Graph
Attributes
- value
a node that might be in this digraph
- Returns:
Some inner node if it exists in the digraph or None
- Inherited from:
- Graph
Attributes
- Returns:
InnerNode representation of all of the nodes in the graph.
- Inherited from:
- Graph