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 voidLinkFinderVisitor. reflectVisit_ant(org.apache.tools.ant.RuntimeConfigurable wrapper)Process theanttask.voidLinkFinderVisitor. reflectVisit_antcall(org.apache.tools.ant.RuntimeConfigurable wrapper)Processantcalland similar tasks.voidLinkFinderVisitor. reflectVisit_subant(org.apache.tools.ant.RuntimeConfigurable wrapper)Processsubanttask. -
Uses of DuplicateElementException in net.ggtools.grand.graph
Methods in net.ggtools.grand.graph that throw DuplicateElementException Modifier and Type Method Description voidSubGraph. addNode(Node node)Add a new node to the container.NodeGraph. createNode(String nodeName)Creates a new Node in the top level graph.NodeGraph. createNode(SubGraph subGraph, String nodeName)Creates a new Node in a specific graph.NodeGraphImpl. createNode(String nodeName)Creates a new Node.NodeGraphImpl. createNode(SubGraph subGraph, String nodeName)Method createNode.SubGraphGraph. createSubGraph(String subGraphName)Creates a new subgraph in the graph.SubGraphGraphImpl. createSubGraph(String subGraphName)Method createSubGraph.
-