Skip navigation links
A C D E F G H I N P Q R S 

A

AbstractDotFileFormat - Class in net.kemitix.dependency.digraph.maven.plugin
Abstract base for DotFileFormat implementations.
AbstractDotFileFormat(Node<PackageData>, NodePathGenerator) - Constructor for class net.kemitix.dependency.digraph.maven.plugin.AbstractDotFileFormat
Constructor.
AbstractDotFileFormat.GraphNodeInjector - Interface in net.kemitix.dependency.digraph.maven.plugin
Functional Interface for rendering a node.
AbstractDotFileFormat.GraphUsageInjector - Interface in net.kemitix.dependency.digraph.maven.plugin
Functional Interface for rendering a usage.
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
 
asInputStream(File) - Method in class net.kemitix.dependency.digraph.maven.plugin.DefaultFileLoader
 

C

createDigraph() - Method in class net.kemitix.dependency.digraph.maven.plugin.AbstractDotFileFormat
 

D

DefaultFileLoader - Class in net.kemitix.dependency.digraph.maven.plugin
Implementation of FileLoader.
DefaultFileLoader() - Constructor for class net.kemitix.dependency.digraph.maven.plugin.DefaultFileLoader
 
Digraph - Class in net.kemitix.dependency.digraph.maven.plugin.digraph
A GraphViz Directed Graph root node.
Digraph() - Constructor for class net.kemitix.dependency.digraph.maven.plugin.digraph.Digraph
 
DigraphMojo - Class in net.kemitix.dependency.digraph.maven.plugin
Generates digraph.
DigraphMojo() - Constructor for class net.kemitix.dependency.digraph.maven.plugin.DigraphMojo
Default constructor.

E

EdgeElement - Class in net.kemitix.dependency.digraph.maven.plugin.digraph
Represents an edge (line) on the graph.
EdgeElement(EdgeEndpoint, EdgeEndpoint) - 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
 
execute() - Method in class net.kemitix.dependency.digraph.maven.plugin.DigraphMojo
 

F

findNodeElement(Node<PackageData>) - Method in class net.kemitix.dependency.digraph.maven.plugin.AbstractDotFileFormat
 

G

getClusterId(Node<PackageData>) - Method in class net.kemitix.dependency.digraph.maven.plugin.AbstractDotFileFormat
 
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.
getNodeId(Node<PackageData>) - Method in class net.kemitix.dependency.digraph.maven.plugin.AbstractDotFileFormat
 
getNodeInjector() - Method in class net.kemitix.dependency.digraph.maven.plugin.AbstractDotFileFormat
 
getPackageDataNode() - Method in interface net.kemitix.dependency.digraph.maven.plugin.digraph.HasPackageDataNode
Returns the package data node.
getPath(Node<PackageData>, String) - Method in class net.kemitix.dependency.digraph.maven.plugin.AbstractDotFileFormat
 
getStyle() - Method in interface net.kemitix.dependency.digraph.maven.plugin.digraph.HasStyle
Returns the style.
getUsageInjector() - Method in class net.kemitix.dependency.digraph.maven.plugin.AbstractDotFileFormat
 
GraphElement - Class in net.kemitix.dependency.digraph.maven.plugin.digraph
Common base for any element to be added to a graph.
GraphElement() - Constructor for class net.kemitix.dependency.digraph.maven.plugin.digraph.GraphElement
 

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 and object that contains a Node containing a PackageData.
HasStyle - Interface in net.kemitix.dependency.digraph.maven.plugin.digraph
Interface for elements that have a style.

I

injectNodes(ElementContainer, Node<PackageData>) - Method in interface net.kemitix.dependency.digraph.maven.plugin.AbstractDotFileFormat.GraphNodeInjector
 
injectUsages(ElementContainer, Node<PackageData>) - Method in interface net.kemitix.dependency.digraph.maven.plugin.AbstractDotFileFormat.GraphUsageInjector
 

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) - 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.
NodeProperties() - Constructor for class net.kemitix.dependency.digraph.maven.plugin.digraph.NodeProperties
 

P

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

Q

quoted(String) - Method in class net.kemitix.dependency.digraph.maven.plugin.AbstractDotFileFormat
 

R

renderReport() - Method in class net.kemitix.dependency.digraph.maven.plugin.AbstractDotFileFormat
 

S

setId(String) - Method in interface net.kemitix.dependency.digraph.maven.plugin.digraph.HasId
Sets the id.
setLabel(String) - Method in interface net.kemitix.dependency.digraph.maven.plugin.digraph.HasLabel
Sets the label.
setPackageDataNode(Node<PackageData>) - Method in interface net.kemitix.dependency.digraph.maven.plugin.digraph.HasPackageDataNode
Sets the package data node.
setStyle(String) - Method in interface net.kemitix.dependency.digraph.maven.plugin.digraph.HasStyle
Sets the style.
Subgraph - Class in net.kemitix.dependency.digraph.maven.plugin.digraph
Represets a subgraph/cluster.
Subgraph(Node<PackageData>, String, String) - Constructor for class net.kemitix.dependency.digraph.maven.plugin.digraph.Subgraph
Constructor.
A C D E F G H I N P Q R S 
Skip navigation links

Copyright © 2016. All rights reserved.