|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.ggtools.grand.graph.AttributeManager
net.ggtools.grand.graph.LinkImpl
net.ggtools.grand.ant.AntLink
public class AntLink
A basic (i.e. dependency) link in ant build file.
| Field Summary |
|---|
| Fields inherited from interface net.ggtools.grand.graph.Link |
|---|
ATTR_CONDITIONAL_LINK, ATTR_WEAK_LINK |
| Fields inherited from interface net.ggtools.grand.graph.GraphObject |
|---|
ATTR_ALL, ATTR_NONE |
| Constructor Summary | |
|---|---|
AntLink(java.lang.String name,
Graph graph,
Node startNode,
Node endNode)
Creates a new link. |
|
| Method Summary | |
|---|---|
void |
accept(LinkVisitor visitor)
Accepts a visitor. |
| Methods inherited from class net.ggtools.grand.graph.LinkImpl |
|---|
getEndNode, getGraph, getName, getStartNode, toString |
| Methods inherited from class net.ggtools.grand.graph.AttributeManager |
|---|
clearAttributes, getAttributes, hasAttributes, setAttributes |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface net.ggtools.grand.graph.GraphObject |
|---|
clearAttributes, getAttributes, hasAttributes, setAttributes |
| Constructor Detail |
|---|
public AntLink(java.lang.String name,
Graph graph,
Node startNode,
Node endNode)
name - graph - startNode - endNode - | Method Detail |
|---|
public void accept(LinkVisitor visitor)
LinkvisitLink method.
accept in interface Linkaccept in class LinkImpl
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||