Uses of Interface
net.ggtools.grand.graph.GraphObject
-
Packages that use GraphObject Package Description net.ggtools.grand.ant net.ggtools.grand.graph -
-
Uses of GraphObject in net.ggtools.grand.ant
Classes in net.ggtools.grand.ant that implement GraphObject Modifier and Type Class Description classAntLinkA basic (i.e. dependency) link in Ant build file.classAntTargetNodeA node implementation specialized for Ant target.classAntTaskLinkA link representing a call by a task such likeant,runtarget, etc.classSubantTaskLinkA link representing a call by a task such likesubant. -
Uses of GraphObject in net.ggtools.grand.graph
Subinterfaces of GraphObject in net.ggtools.grand.graph Modifier and Type Interface Description interfaceLinkInterface for class representing links.interfaceNodeInterface implemented by nodes populating the graph.Classes in net.ggtools.grand.graph that implement GraphObject Modifier and Type Class Description classLinkImplclassNodeImpl
-