public final class Factory extends Object
| Modifier and Type | Method and Description |
|---|---|
static Link |
between(LinkSource from,
LinkTarget to) |
static Graph |
graph() |
static Graph |
graph(Label label) |
static Graph |
graph(String name) |
static Label |
html(String html) |
static NodePoint |
loc(Compass compass) |
static NodePoint |
loc(String record) |
static NodePoint |
loc(String record,
Compass compass) |
static MutableGraph |
mutGraph() |
static MutableGraph |
mutGraph(Label label) |
static MutableGraph |
mutGraph(String name) |
static MutableNodePoint |
mutLoc(Compass compass) |
static MutableNodePoint |
mutLoc(String record) |
static MutableNodePoint |
mutLoc(String record,
Compass compass) |
static MutableNode |
mutNode(Label label) |
static MutableNode |
mutNode(String name) |
static Label |
name(String name) |
static Node |
node(Label label) |
static Node |
node(String name) |
static Link |
to(LinkTarget node) |
static Link |
to(Node node) |
public static Graph graph()
public static MutableGraph mutGraph()
public static MutableGraph mutGraph(String name)
public static MutableGraph mutGraph(Label label)
public static MutableNode mutNode(String name)
public static MutableNode mutNode(Label label)
public static MutableNodePoint mutLoc(String record)
public static MutableNodePoint mutLoc(Compass compass)
public static MutableNodePoint mutLoc(String record, Compass compass)
public static Link to(LinkTarget node)
public static Link between(LinkSource from, LinkTarget to)
Copyright © 2015–2017. All rights reserved.