Builder
Attributes
- Graph
-
- Supertypes
Members list
Value members
Concrete methods
Inherited methods
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
-
true
if this graph has not containededge
before. - Inherited from:
- BuilderImpl (hidden)
Adds a single node to this graph.
Adds a single node to this graph.
Attributes
- Returns
-
true
if this graph has not containednode
before. - Inherited from:
- BuilderImpl (hidden)
Adds all passed nodes and edges to this graph.
Adds all elements produced by outer
to this graph.
Adds all edges
to this graph. Nodes being ends of edges
are also added if not yet present.
Adds all edges
to this graph. Nodes being ends of edges
are also added if not yet present.
Attributes
- Inherited from:
- Growable
Adds all nodes
to this graph.
Adds a single node to this graph.
Adds a single node to this graph.
Attributes
- Definition Classes
-
BuilderImpl -> Growable
- Inherited from:
- BuilderImpl (hidden)
Adds a single node to this graph.
Adds a single node to this graph.
Attributes
- Definition Classes
-
BuilderImpl -> Growable
- Inherited from:
- BuilderImpl (hidden)
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
-
true
ifedge
has been inserted,false
if it has been replaced. - Inherited from:
- BuilderImpl (hidden)
Inherited fields
Attributes
- Inherited from:
- BuilderImpl (hidden)
Attributes
- Inherited from:
- BuilderImpl (hidden)