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 class
AntLink
A basic (i.e. dependency) link in Ant build file.class
AntTargetNode
A node implementation specialized for Ant target.class
AntTaskLink
A link representing a call by a task such likeant
,runtarget
, etc.class
SubantTaskLink
A 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 interface
Link
Interface for class representing links.interface
Node
Interface implemented by nodes populating the graph.Classes in net.ggtools.grand.graph that implement GraphObject Modifier and Type Class Description class
LinkImpl
class
NodeImpl
-