Modifier and Type | Field and Description |
---|---|
static Map<String,SiteGraphNode> |
nodeMap |
Constructor and Description |
---|
Graph() |
Modifier and Type | Method and Description |
---|---|
void |
addLink(Link link) |
SiteGraphNode |
findNode(String location,
SiteGraphNode ref) |
void |
render(IndentWriter writer) |
public static Map<String,SiteGraphNode> nodeMap
public void addLink(Link link)
public void render(IndentWriter writer) throws IOException
render
in interface Render
render
in class SubGraph
IOException
public SiteGraphNode findNode(String location, SiteGraphNode ref)
Copyright © 2000–2023 Apache Software Foundation. All rights reserved.