| Package | Description |
|---|---|
| net.kemitix.dependency.digraph.maven.plugin.digraph |
Model of a digraph.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Digraph
A GraphViz Directed Graph root node.
|
class |
EdgeElement
Represents an edge (line) on the graph.
|
class |
NodeElement
Represents a node on the graph.
|
class |
NodeProperties
Properties for the nodes that follow.
|
class |
PropertyElement
A key, value property.
|
class |
Subgraph
Represets a subgraph/cluster.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<GraphElement> |
ElementContainer.getElements()
Returns the contained elements.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
Subgraph.add(GraphElement graphElement) |
boolean |
Digraph.add(GraphElement graphElement) |
boolean |
ElementContainer.add(GraphElement element)
Adds an element to the container.
|
Copyright © 2016–2018. All rights reserved.