AbstractBuilder
Attributes
- Graph
-
- Supertypes
- Known subtypes
-
Members list
Value members
Abstract methods
If an inner edge equaling to edge is present in this graph, it is replaced by edge, otherwise edge will be inserted. This is useful if non-key parts of an immutable edge are to be modified.
If an inner edge equaling to edge is present in this graph, it is replaced by edge, otherwise edge will be inserted. This is useful if non-key parts of an immutable edge are to be modified.
Attributes
- Returns
-
trueifedgehas been inserted,falseif it has been replaced.
Inherited methods
Adds all passed nodes and edges to this graph. For a mutable Graph see also unionInPlace.
Adds all passed nodes and edges to this graph. For a mutable Graph see also unionInPlace.
Attributes
- Inherited from:
- Growable
Alias for addAll(xs).
Alias for addOne(edge).
Alias for addOne(node).
Adds a single edge to this graph.
Adds a single edge to this graph.
Attributes
- Returns
-
trueif this graph has not containededgebefore. - Inherited from:
- Growable
Adds a single node to this graph.
Adds a single node to this graph.
Attributes
- Returns
-
trueif this graph has not containednodebefore. - Inherited from:
- Growable
Adds all elements produced by outer to this graph. For a graph see also unionInPlace.
Adds all elements produced by outer to this graph. For a graph see also unionInPlace.
Attributes
- Inherited from:
- Growable
Adds a single node to this graph.