Subgraph class
A subgraph within a larger graph.
- Implemented types
Constructors
- Subgraph(String? id, StmtList stmtList)
-
const
-
Subgraph.create({String? id, EdgeOp opType = EdgeOp.directed, required Map<
String, List< data})String> > -
Create a graph from a mapping of node to connected nodes.
factory
-
Subgraph.fromStatements({String? id, required List<
Statement> statements}) -
Create a subgraph from a list of statements.
factory
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toData(
{bool inlineSubgraphs = true}) → Map< String, List< String> > - Convert a subgraph into a mapping of node to connected nodes.
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override