public class Factory
| Modifier and Type | Method and Description |
|---|---|
static Link |
between() |
static Graph |
graph() |
static Graph |
graph() |
static Graph |
graph() |
static Label |
html() |
static NodePoint |
loc() |
static NodePoint |
loc() |
static NodePoint |
loc() |
static MutableGraph |
mutGraph() |
static MutableGraph |
mutGraph() |
static MutableGraph |
mutGraph() |
static MutableNodePoint |
mutLoc() |
static MutableNodePoint |
mutLoc() |
static MutableNodePoint |
mutLoc() |
static MutableNode |
mutNode() |
static MutableNode |
mutNode() |
static Label |
name() |
static Node |
node() |
static Node |
node() |
static Link |
to() |
static Link |
to() |
public static Graph graph()
public static Graph graph()
public static Graph graph()
public static Node node()
public static Node node()
public static NodePoint loc()
public static NodePoint loc()
public static NodePoint loc()
public static MutableGraph mutGraph()
public static MutableGraph mutGraph()
public static MutableGraph mutGraph()
public static MutableNode mutNode()
public static MutableNode mutNode()
public static MutableNodePoint mutLoc()
public static MutableNodePoint mutLoc()
public static MutableNodePoint mutLoc()
public static Label name()
public static Label html()
public static Link to()
public static Link to()
public static Link between()