public abstract class SiteGraphNode extends Object implements Render, Comparable
Constructor and Description |
---|
SiteGraphNode(String name) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(Object o) |
abstract String |
getColor() |
String |
getFullName() |
SubGraph |
getParent() |
void |
render(IndentWriter writer) |
void |
setParent(SubGraph parent) |
public SiteGraphNode(String name)
public SubGraph getParent()
public void setParent(SubGraph parent)
public void render(IndentWriter writer) throws IOException
render
in interface Render
IOException
public String getFullName()
public abstract String getColor()
public int compareTo(Object o)
compareTo
in interface Comparable
Copyright © 2000–2023 Apache Software Foundation. All rights reserved.