|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Graph | |
|---|---|
| treebolic.model.graph | |
| treebolic.provider.dot | |
| treebolic.provider.xml.graph | |
| treebolic.provider.xml.graph.gxl | |
| treebolic.provider.xml.graph.gxml | |
| Uses of Graph in treebolic.model.graph |
|---|
| Subclasses of Graph in treebolic.model.graph | |
|---|---|
class |
MutableGraph
Mutable graph |
| Fields in treebolic.model.graph declared as Graph | |
|---|---|
Graph |
Tree.theGraph
Graph |
| Methods in treebolic.model.graph with parameters of type Graph | |
|---|---|
private void |
Graph.processSpanningTreeBFS(Graph thisSpanningTree,
GraphNode thisRoot)
Populate breadth-first search |
private void |
Graph.processSpanningTreeDFS(Graph thisSpanningTree,
GraphNode thisRoot)
Populate depth-first search |
| Constructors in treebolic.model.graph with parameters of type Graph | |
|---|---|
Tree(Graph thisGraph,
GraphNode thisRoot)
Constructor |
|
| Uses of Graph in treebolic.provider.dot |
|---|
| Methods in treebolic.provider.dot that return Graph | |
|---|---|
protected static Graph |
DotParser.parseGraph(att.grappa.Graph thisDotGraph)
Parse treebolic graph from dot graph |
| Uses of Graph in treebolic.provider.xml.graph |
|---|
| Methods in treebolic.provider.xml.graph that return Graph | |
|---|---|
protected abstract Graph |
AbstractParser.parseGraph(org.w3c.dom.Document thisDocument)
Parse graph from DOM document |
| Uses of Graph in treebolic.provider.xml.graph.gxl |
|---|
| Methods in treebolic.provider.xml.graph.gxl that return Graph | |
|---|---|
protected Graph |
GxlParser.parseGraph(org.w3c.dom.Document thisDocument)
Parse graph |
| Uses of Graph in treebolic.provider.xml.graph.gxml |
|---|
| Methods in treebolic.provider.xml.graph.gxml that return Graph | |
|---|---|
protected Graph |
GxmlParser.parseGraph(org.w3c.dom.Document thisDocument)
Parse graph |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||