Uses of Class
net.ggtools.grand.ant.SubantTaskLink
-
Packages that use SubantTaskLink Package Description 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 SubantTaskLink in net.ggtools.grand.ant
Methods in net.ggtools.grand.ant that return SubantTaskLink Modifier and Type Method Description SubantTaskLinkAntGraph. createSubantTaskLink(String linkName, Node startNode, Node endNode, String taskName)Creates a link representing a call by asubanttask. -
Uses of SubantTaskLink in net.ggtools.grand.graph.visit
Methods in net.ggtools.grand.graph.visit with parameters of type SubantTaskLink Modifier and Type Method Description voidLinkVisitor. visitLink(SubantTaskLink link)Visit an Ant link created by a task.
-