Uses of Class
net.ggtools.grand.ant.AntTaskLink

Packages that use AntTaskLink
net.ggtools.grand.ant   
net.ggtools.grand.graph.visit This package holds the various interfaces, adapters or classes used in the implementation of a visitor design pattern. 
 

Uses of AntTaskLink in net.ggtools.grand.ant
 

Subclasses of AntTaskLink in net.ggtools.grand.ant
 class SubantTaskLink
          A link representing a call by a task such like subant.
 

Methods in net.ggtools.grand.ant that return AntTaskLink
 AntTaskLink AntGraphElementFactory.createTaskLink(java.lang.String linkName, Node startNode, Node endNode, java.lang.String taskName)
          Creates a link for a task call.
 AntTaskLink AntGraph.createTaskLink(java.lang.String linkName, Node startNode, Node endNode, java.lang.String taskName)
          Creates a link representing a call by a task like ant.
 

Uses of AntTaskLink in net.ggtools.grand.graph.visit
 

Methods in net.ggtools.grand.graph.visit with parameters of type AntTaskLink
 void LinkVisitor.visitLink(AntTaskLink link)
          Visit an ant link created by a task..
 



Copyright © 2004-2005 ggTools. All Rights Reserved.