Uses of Class
net.ggtools.grand.exceptions.DuplicateElementException
-
Packages that use DuplicateElementException Package Description net.ggtools.grand.ant net.ggtools.grand.graph -
-
Uses of DuplicateElementException in net.ggtools.grand.ant
Methods in net.ggtools.grand.ant that throw DuplicateElementException Modifier and Type Method Description void
LinkFinderVisitor. reflectVisit_ant(org.apache.tools.ant.RuntimeConfigurable wrapper)
Process theant
task.void
LinkFinderVisitor. reflectVisit_antcall(org.apache.tools.ant.RuntimeConfigurable wrapper)
Processantcall
and similar tasks.void
LinkFinderVisitor. reflectVisit_subant(org.apache.tools.ant.RuntimeConfigurable wrapper)
Processsubant
task. -
Uses of DuplicateElementException in net.ggtools.grand.graph
Methods in net.ggtools.grand.graph that throw DuplicateElementException Modifier and Type Method Description void
SubGraph. addNode(Node node)
Add a new node to the container.Node
Graph. createNode(String nodeName)
Creates a new Node in the top level graph.Node
Graph. createNode(SubGraph subGraph, String nodeName)
Creates a new Node in a specific graph.Node
GraphImpl. createNode(String nodeName)
Creates a new Node.Node
GraphImpl. createNode(SubGraph subGraph, String nodeName)
Method createNode.SubGraph
Graph. createSubGraph(String subGraphName)
Creates a new subgraph in the graph.SubGraph
GraphImpl. createSubGraph(String subGraphName)
Method createSubGraph.
-