Index
All Classes and Interfaces|All Packages|Serialized Form
T 
- toMermaid() - Method in class graphlib.graphs.DirectedGraph
-
Create a string reperesentation of this graph using the MermaidJS syntax.
- toMermaid() - Method in class graphlib.graphs.DirectedMultiGraph
-
Create a string reperesentation of this graph using the MermaidJS syntax.
- toMermaid() - Method in class graphlib.graphs.UndirectedGraph
-
Create a string reperesentation of this graph using the MermaidJS syntax.
- toMermaid() - Method in class graphlib.graphs.UndirectedMultiGraph
-
Create a string reperesentation of this graph using the MermaidJS syntax.
- toString() - Method in class graphlib.edges.DirectedEdge
-
Create a string representation of the directed edge, formatted as (source,destination).
- toString() - Method in class graphlib.edges.UndirectedEdge
-
Create a string representation of the undirected edge, formatted as {a,b}.
- toString() - Method in record class graphlib.nodes.Node
-
Returns a string representation of this record class.
All Classes and Interfaces|All Packages|Serialized Form