- addCopy
NodeID[2] addCopy(Graph src)
Undocumented in source. Be warned that the author may not have intended to support it.
- addEdge
void addEdge(NodeID from, NodeID to, Symbol symbol, EdgeFlags flags, EdgeExtra extra, size_t line)
Undocumented in source.
- addNode
NodeID addNode(string name, immutable(Result)[] results)
Undocumented in source. Be warned that the author may not have intended to support it.
- createSet
Set!NodeID createSet()
Undocumented in source. Be warned that the author may not have intended to support it.
- get
Node get(NodeID i)
Undocumented in source.
- getEdges
Edge[] getEdges(NodeID nodeID)
Undocumented in source. Be warned that the author may not have intended to support it.
- getNext
NodeID getNext(NodeID n, Symbol s, EdgeFlags flags)
Undocumented in source. Be warned that the author may not have intended to support it.
- getNextEdge
Edge* getNextEdge(NodeID n, Symbol s, EdgeFlags flags)
Undocumented in source. Be warned that the author may not have intended to support it.
- graphPointer
size_t graphPointer()
Undocumented in source. Be warned that the author may not have intended to support it.
- nodeID
NodeID nodeID(size_t i)
Undocumented in source. Be warned that the author may not have intended to support it.
- nodeIDs
auto nodeIDs()
Undocumented in source. Be warned that the author may not have intended to support it.