net.walend.disentangle.graph.Digraph
A graph with directed zero or one edges from any single node to any other single node.
Attributes
- Since:
v0.1.0
- Graph
- Supertypes
class Object
trait Matchable
class Any
- Known subtypes
Members list
Concise view
Type members
Attributes
- Graph
- Supertypes
class Object
trait Matchable
class Any
- Known subtypes
Attributes
- Graph
- Supertypes
class Object
trait Matchable
class Any
- 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 Object
trait Matchable
class Any
- Known subtypes
An internal representation of nodes within the graph
An internal representation of nodes within the graph
Attributes
- Inherited from:
- Graph
- Graph
- Supertypes
class Object
trait Matchable
class Any
- Known subtypes
The edge type returned by this graph representation
The edge type returned by this graph representation
Attributes
The type of InnerNodeTrait for this digraph representation
The type of InnerNodeTrait for this digraph representation
Attributes
The edge type used to build this graph representation
The edge type used to build this graph representation
Attributes
- Inherited from:
- Graph
Value members
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
Attributes
- Returns:
number of nodes in the graph
- Inherited from:
- Graph
All the nodes in the graph
All the nodes in the graph
Attributes
- Inherited from:
- Graph