Skip navigation links
A B C D E G H N P R S 

A

AbstractDotFileFormat - Class in net.kemitix.dependency.digraph.maven.plugin
Abstract base for DotFileFormat implementations.
add(GraphElement) - Method in class net.kemitix.dependency.digraph.maven.plugin.digraph.Digraph
 
add(GraphElement) - Method in interface net.kemitix.dependency.digraph.maven.plugin.digraph.ElementContainer
Adds an element to the container.
add(PropertyElement) - Method in class net.kemitix.dependency.digraph.maven.plugin.digraph.NodeProperties
Adds a property to the node.
add(GraphElement) - Method in class net.kemitix.dependency.digraph.maven.plugin.digraph.Subgraph
 

B

build() - Method in class net.kemitix.dependency.digraph.maven.plugin.digraph.Digraph.Builder
Builds a Digraph with preset properties and node properties.
Builder(DotFileFormat) - Constructor for class net.kemitix.dependency.digraph.maven.plugin.digraph.Digraph.Builder
Constructor.

C

CLOSE_BRACE - Static variable in class net.kemitix.dependency.digraph.maven.plugin.AbstractDotFileFormat
 

D

Digraph - Class in net.kemitix.dependency.digraph.maven.plugin.digraph
A GraphViz Directed Graph root node.
Digraph(DotFileFormat) - Constructor for class net.kemitix.dependency.digraph.maven.plugin.digraph.Digraph
Constructor.
Digraph.Builder - Class in net.kemitix.dependency.digraph.maven.plugin.digraph
Builder for Digraph.
DigraphMojo - Class in net.kemitix.dependency.digraph.maven.plugin
Generates digraph.
DigraphMojo() - Constructor for class net.kemitix.dependency.digraph.maven.plugin.DigraphMojo
 
DotFileFormat - Interface in net.kemitix.dependency.digraph.maven.plugin
Interface for report generators in a specific format.

E

EdgeElement - Class in net.kemitix.dependency.digraph.maven.plugin.digraph
Represents an edge (line) on the graph.
EdgeElement(EdgeEndpoint, EdgeEndpoint, DotFileFormat) - Constructor for class net.kemitix.dependency.digraph.maven.plugin.digraph.EdgeElement
Constructor.
EdgeEndpoint - Interface in net.kemitix.dependency.digraph.maven.plugin.digraph
Represents an object that may be either the head and/or tail of an EdgeElement.
ElementContainer - Interface in net.kemitix.dependency.digraph.maven.plugin.digraph
A container of GraphElement objects.
equals(Object) - Method in class net.kemitix.dependency.digraph.maven.plugin.PackageData
Checks whether two PackageData objects are "equal".
execute() - Method in class net.kemitix.dependency.digraph.maven.plugin.DigraphMojo
 

G

getElements() - Method in interface net.kemitix.dependency.digraph.maven.plugin.digraph.ElementContainer
Returns the contained elements.
getId() - Method in interface net.kemitix.dependency.digraph.maven.plugin.digraph.HasId
Returns the id.
getLabel() - Method in interface net.kemitix.dependency.digraph.maven.plugin.digraph.HasLabel
Returns the label.
getPackageDataNode() - Method in interface net.kemitix.dependency.digraph.maven.plugin.digraph.HasPackageDataNode
Returns the package data node.
GraphElement - Interface in net.kemitix.dependency.digraph.maven.plugin.digraph
An element appearing in a Dot Graph.

H

hashCode() - Method in class net.kemitix.dependency.digraph.maven.plugin.PackageData
 
HasId - Interface in net.kemitix.dependency.digraph.maven.plugin.digraph
Interface for elements that have a id.
HasLabel - Interface in net.kemitix.dependency.digraph.maven.plugin.digraph
Interface for elements that have a label.
HasPackageDataNode - Interface in net.kemitix.dependency.digraph.maven.plugin.digraph
Represents an object that contains a Node containing a PackageData.

N

net.kemitix.dependency.digraph.maven.plugin - package net.kemitix.dependency.digraph.maven.plugin
Dependency Digraph Maven Plugin.
net.kemitix.dependency.digraph.maven.plugin.digraph - package net.kemitix.dependency.digraph.maven.plugin.digraph
Model of a digraph.
NodeElement - Class in net.kemitix.dependency.digraph.maven.plugin.digraph
Represents a node on the graph.
NodeElement(Node<PackageData>, String, String, DotFileFormat) - Constructor for class net.kemitix.dependency.digraph.maven.plugin.digraph.NodeElement
Constructor.
NodeProperties - Class in net.kemitix.dependency.digraph.maven.plugin.digraph
Properties for the nodes that follow.

P

PackageData - Class in net.kemitix.dependency.digraph.maven.plugin
Defines a package.
PropertyElement - Class in net.kemitix.dependency.digraph.maven.plugin.digraph
A key, value property.
PropertyElement(String, String, DotFileFormat) - Constructor for class net.kemitix.dependency.digraph.maven.plugin.digraph.PropertyElement
Constructor.

R

render(Digraph) - Method in class net.kemitix.dependency.digraph.maven.plugin.AbstractDotFileFormat
 
render(NodeProperties) - Method in class net.kemitix.dependency.digraph.maven.plugin.AbstractDotFileFormat
 
render(PropertyElement) - Method in class net.kemitix.dependency.digraph.maven.plugin.AbstractDotFileFormat
 
render() - Method in class net.kemitix.dependency.digraph.maven.plugin.digraph.Digraph
 
render() - Method in class net.kemitix.dependency.digraph.maven.plugin.digraph.EdgeElement
 
render() - Method in interface net.kemitix.dependency.digraph.maven.plugin.digraph.GraphElement
Render the graph element for use in a DotFile.
render() - Method in class net.kemitix.dependency.digraph.maven.plugin.digraph.NodeElement
 
render() - Method in class net.kemitix.dependency.digraph.maven.plugin.digraph.NodeProperties
 
render() - Method in class net.kemitix.dependency.digraph.maven.plugin.digraph.PropertyElement
 
render() - Method in class net.kemitix.dependency.digraph.maven.plugin.digraph.Subgraph
 
render(Digraph) - Method in interface net.kemitix.dependency.digraph.maven.plugin.DotFileFormat
Render the digraph element as a string.
render(EdgeElement) - Method in interface net.kemitix.dependency.digraph.maven.plugin.DotFileFormat
Render the edge element as a string.
render(NodeElement) - Method in interface net.kemitix.dependency.digraph.maven.plugin.DotFileFormat
Render the node element as a string.
render(NodeProperties) - Method in interface net.kemitix.dependency.digraph.maven.plugin.DotFileFormat
Render the node properties as a string.
render(PropertyElement) - Method in interface net.kemitix.dependency.digraph.maven.plugin.DotFileFormat
Render the property element as a string.
render(Subgraph) - Method in interface net.kemitix.dependency.digraph.maven.plugin.DotFileFormat
Render the subgraph as a string.
renderReport() - Method in class net.kemitix.dependency.digraph.maven.plugin.AbstractDotFileFormat
 
renderReport() - Method in interface net.kemitix.dependency.digraph.maven.plugin.DotFileFormat
Generates the report.

S

Subgraph - Class in net.kemitix.dependency.digraph.maven.plugin.digraph
Represets a subgraph/cluster.
Subgraph(Node<PackageData>, String, String, DotFileFormat) - Constructor for class net.kemitix.dependency.digraph.maven.plugin.digraph.Subgraph
Constructor.
A B C D E G H N P R S 
Skip navigation links

Copyright © 2016–2018. All rights reserved.