Uses of Class
net.ggtools.grand.exceptions.DuplicateElementException

Packages that use DuplicateElementException
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
 void LinkFinderVisitor.reflectVisit_ant(org.apache.tools.ant.RuntimeConfigurable wrapper)
          Process the ant task.
 void LinkFinderVisitor.reflectVisit_antcall(org.apache.tools.ant.RuntimeConfigurable wrapper)
          Process antcall and similar tasks.
 void LinkFinderVisitor.reflectVisit_subant(org.apache.tools.ant.RuntimeConfigurable wrapper)
          Process subant task.
 

Uses of DuplicateElementException in net.ggtools.grand.graph
 

Methods in net.ggtools.grand.graph that throw DuplicateElementException
 void SubGraph.addNode(Node node)
          Add a new node to the container.
 void SubGraphImpl.addNode(Node node)
           
 Node Graph.createNode(java.lang.String nodeName)
          Creates a new Node in the top level graph.
 Node GraphImpl.createNode(java.lang.String nodeName)
          Creates a new Node.
 Node Graph.createNode(SubGraph subGraph, java.lang.String nodeName)
          Creates a new Node in a specific graph.
 Node GraphImpl.createNode(SubGraph subGraph, java.lang.String nodeName)
           
 SubGraph Graph.createSubGraph(java.lang.String subGraphName)
          Creates a new subgraph in the graph.
 SubGraph GraphImpl.createSubGraph(java.lang.String subGraphName)
           
 



Copyright © 2004-2005 ggTools. All Rights Reserved.