-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpkg.generated.mbti
More file actions
24 lines (19 loc) · 960 Bytes
/
Copy pathpkg.generated.mbti
File metadata and controls
24 lines (19 loc) · 960 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
// Generated using `moon info`, DON'T EDIT IT
package "bobzhang/flowgraph"
// Values
// Errors
// Types and methods
type DotBuilder
pub fn DotBuilder::add_bidirectional_edge(Self, node1~ : String, node2~ : String, label~ : String) -> Unit
pub fn DotBuilder::add_edge(Self, src~ : String, dst~ : String, label~ : String, style? : String, color? : String) -> Unit
pub fn DotBuilder::add_node(Self, id~ : String, label~ : String, shape? : String, color? : String) -> Unit
pub fn DotBuilder::add_subgraph(Self, name~ : String, label~ : String, nodes~ : Array[String]) -> Unit
pub fn DotBuilder::fresh_id(Self) -> String
pub fn DotBuilder::new() -> Self
pub fn DotBuilder::set_node_shape(Self, String) -> Unit
pub fn DotBuilder::set_node_style(Self, String) -> Unit
pub fn DotBuilder::to_dot(Self) -> String
pub fn DotBuilder::to_mermaid(Self) -> String
pub fn DotBuilder::with_config(graph_name~ : String, rankdir~ : String) -> Self
// Type aliases
// Traits