public interface Graph extends Linkable, LinkSource, LinkTarget
| Modifier and Type | Method and Description |
|---|---|
Graph |
cluster() |
Graph |
directed() |
Attributed<Graph> |
generalAttr() |
Attributed<Graph> |
graphAttr() |
Graph |
labeled(Label label) |
Graph |
link(LinkTarget... targets) |
Attributed<Graph> |
linkAttr() |
Attributed<Graph> |
nodeAttr() |
Graph |
strict() |
Graph |
with(LinkSource... sources) |
linkToGraph strict()
Graph directed()
Graph cluster()
Graph link(LinkTarget... targets)
Graph with(LinkSource... sources)
Attributed<Graph> nodeAttr()
Attributed<Graph> linkAttr()
Attributed<Graph> graphAttr()
Attributed<Graph> generalAttr()
Copyright © 2015–2017. All rights reserved.