Uses of Interface
net.ggtools.grand.graph.Link

Packages that use Link
net.ggtools.grand.ant   
net.ggtools.grand.graph   
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 Link in net.ggtools.grand.ant
 

Classes in net.ggtools.grand.ant that implement Link
 class AntLink
          A basic (i.e. dependency) link in ant build file.
 class AntTaskLink
          A link representing a call by a task such like ant, runtarget, etc.
 class SubantTaskLink
          A link representing a call by a task such like subant.
 

Methods in net.ggtools.grand.ant that return Link
 Link AntGraphElementFactory.createLink(java.lang.String linkName, Node startNode, Node endNode)
           
 

Uses of Link in net.ggtools.grand.graph
 

Classes in net.ggtools.grand.graph that implement Link
 class LinkImpl
           
 

Methods in net.ggtools.grand.graph that return Link
 Link Graph.createLink(java.lang.String linkName, Node startNode, Node endNode)
          Creates a new link between two nodes.
 Link GraphImpl.createLink(java.lang.String linkName, Node startNode, Node endNode)
          Creates a new link between two nodes.
 Link GraphElementFactory.createLink(java.lang.String linkName, Node startNode, Node endNode)
          Creates a new link between 2 nodes.
 Link SimpleGraphElementFactory.createLink(java.lang.String linkName, Node startNode, Node endNode)
           
 

Methods in net.ggtools.grand.graph with parameters of type Link
 void NodeImpl.addBackLink(Link link)
           
 void Node.addBackLink(Link link)
          Add a link to the node.
 void NodeImpl.addLink(Link link)
           
 void Node.addLink(Link link)
          Add a link to the node.
 void NodeImpl.removeBackLink(Link link)
           
 void Node.removeBackLink(Link link)
          Remove a link from the node.
 void NodeImpl.removeLink(Link link)
           
 void Node.removeLink(Link link)
          Remove a link from the node.
 

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

Methods in net.ggtools.grand.graph.visit with parameters of type Link
 void LinkVisitor.visitLink(Link link)
          Visit a basic link.
 



Copyright © 2004-2005 ggTools. All Rights Reserved.