|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of UndirectedGraph in de.aitools.iv.graphdrawing |
---|
Methods in de.aitools.iv.graphdrawing that return UndirectedGraph | |
---|---|
abstract UndirectedGraph |
Visualization.getGraph()
|
Methods in de.aitools.iv.graphdrawing with parameters of type UndirectedGraph | |
---|---|
void |
ExpandStrategy.compute(UndirectedGraph g,
Vertex root,
Visualization visualization)
|
abstract void |
Visualization.update(UndirectedGraph graph,
Vertex root)
show the specified graph, with its root vertex. |
Uses of UndirectedGraph in de.aitools.iv.graphdrawing.builtin |
---|
Methods in de.aitools.iv.graphdrawing.builtin that return UndirectedGraph | |
---|---|
UndirectedGraph |
EmptyAISearchPanel.getGraph()
Returns null. |
Methods in de.aitools.iv.graphdrawing.builtin with parameters of type UndirectedGraph | |
---|---|
void |
EmptyAISearchPanel.update(UndirectedGraph graph,
Vertex root)
Does nothing. |
Uses of UndirectedGraph in de.aitools.iv.graphdrawing.datastructures.graph |
---|
Methods in de.aitools.iv.graphdrawing.datastructures.graph that return UndirectedGraph | |
---|---|
UndirectedGraph |
AdjacencyMatrix.createUndirectedGraph(UndirectedGraph g)
|
UndirectedGraph |
AdjacencyMatrixComp.createUndirectedGraph(UndirectedGraph g)
|
UndirectedGraph |
UndirectedGraph.getSubGraph(int[] vertexIndices)
|
UndirectedGraph |
UndirectedGraph.getSubGraph(Vertex newRoot)
creates a subGraph |
Methods in de.aitools.iv.graphdrawing.datastructures.graph with parameters of type UndirectedGraph | |
---|---|
UndirectedGraph |
AdjacencyMatrix.createUndirectedGraph(UndirectedGraph g)
|
UndirectedGraph |
AdjacencyMatrixComp.createUndirectedGraph(UndirectedGraph g)
|
AdjacencyMatrix |
ExampleGraphs.getGraph(UndirectedGraph g,
int id)
usage: if g is null the graph is returned as AdjacencyMatrix else null is returned and g is used. |
AdjacencyMatrix |
ExampleGraphs.graph1(UndirectedGraph g)
|
AdjacencyMatrix |
ExampleGraphs.graph2(UndirectedGraph g)
|
static void |
GraphStatistics.printGraphStatistics(UndirectedGraph g)
|
AdjacencyMatrix |
ExampleGraphs.randomGraph(UndirectedGraph g,
double sparingness,
int vertexCount)
|
Uses of UndirectedGraph in de.aitools.iv.graphdrawing.datastructures.graph.algorithms |
---|
Methods in de.aitools.iv.graphdrawing.datastructures.graph.algorithms that return UndirectedGraph | |
---|---|
static UndirectedGraph |
RmfReader.read(java.lang.String filename)
|
static UndirectedGraph |
JuengerReader.read(java.lang.String filename)
|
static UndirectedGraph |
GraphMLReader.readFile(java.lang.String filename)
|
Methods in de.aitools.iv.graphdrawing.datastructures.graph.algorithms with parameters of type UndirectedGraph | |
---|---|
void |
KNNGraph.computeKNNGraph(UndirectedGraph g,
int k)
|
void |
KNNGraph.computeKNNGraphBrutal(UndirectedGraph g,
int k)
|
void |
KNNGraph.computeKNNStarGraph(UndirectedGraph g)
|
void |
KNNGraph.computeMutualKNNGraph(UndirectedGraph g,
int k)
|
void |
KNNGraph.computeMutualKNNStarGraph(UndirectedGraph g)
|
static Vertex |
CenterVertex.getCenterVertex(UndirectedGraph g)
|
static void |
RmfReader.parse(java.lang.String line,
UndirectedGraph g)
|
static void |
JuengerReader.parse(java.lang.String line,
UndirectedGraph g)
|
Uses of UndirectedGraph in de.aitools.iv.graphdrawing.demo |
---|
Methods in de.aitools.iv.graphdrawing.demo that return UndirectedGraph | |
---|---|
static UndirectedGraph |
AISearchVisualizationDemo.buildRandGraph(int numVertices,
int maxDegree,
int minLabelLength)
Build a random graph |
UndirectedGraph |
IKnowGraph.getUndirectedGraph()
|
Uses of UndirectedGraph in de.aitools.iv.graphdrawing.distortion |
---|
Methods in de.aitools.iv.graphdrawing.distortion that return UndirectedGraph | |
---|---|
UndirectedGraph |
DistortionVisualization.getGraph()
|
Methods in de.aitools.iv.graphdrawing.distortion with parameters of type UndirectedGraph | |
---|---|
void |
DistortionVisualization.update(UndirectedGraph graph,
Vertex root)
updates the graph data |
Constructors in de.aitools.iv.graphdrawing.distortion with parameters of type UndirectedGraph | |
---|---|
DistortionVisualization(UndirectedGraph graph,
Vertex root)
Constructs a new DistortionVisualization and calls update(graph, root); |
Uses of UndirectedGraph in de.aitools.iv.graphdrawing.distortion.layout |
---|
Methods in de.aitools.iv.graphdrawing.distortion.layout with parameters of type UndirectedGraph | |
---|---|
void |
Layout.compute(UndirectedGraph g,
Vertex root,
Visualization visualization,
java.lang.Object layoutHint)
sets the position of every visible vertex of the graph. |
void |
CircularTreeLayout.compute(UndirectedGraph graph,
Vertex root,
Visualization visualization,
java.lang.Object layoutHint)
|
void |
HorizontalTreeLayout.compute(UndirectedGraph g,
Vertex root,
Visualization visualization,
java.lang.Object layoutHint)
|
Uses of UndirectedGraph in de.aitools.iv.graphdrawing.jtree |
---|
Methods in de.aitools.iv.graphdrawing.jtree that return UndirectedGraph | |
---|---|
UndirectedGraph |
JTreeVisualization.getGraph()
|
Methods in de.aitools.iv.graphdrawing.jtree with parameters of type UndirectedGraph | |
---|---|
void |
ExpandFirstColumns.compute(UndirectedGraph g,
Vertex root,
Visualization visualization)
|
void |
JTreeVisualization.update(UndirectedGraph graph,
Vertex root)
|
Constructors in de.aitools.iv.graphdrawing.jtree with parameters of type UndirectedGraph | |
---|---|
ModelConverter(UndirectedGraph tree,
Vertex root,
JTreeVisualization jTreeView)
converts a de.aitools.common.datastructures.graph.UndirectedGraph to javax.swing.tree.TreeModel with the specified root-vertex |
Uses of UndirectedGraph in de.aitools.iv.graphdrawing.nativeboxtree |
---|
Methods in de.aitools.iv.graphdrawing.nativeboxtree that return UndirectedGraph | |
---|---|
UndirectedGraph |
NativeBoxTreeVisualization.getGraph()
|
Methods in de.aitools.iv.graphdrawing.nativeboxtree with parameters of type UndirectedGraph | |
---|---|
void |
NativeBoxTreeVisualization.update(UndirectedGraph graph,
Vertex root)
|
Constructors in de.aitools.iv.graphdrawing.nativeboxtree with parameters of type UndirectedGraph | |
---|---|
NativeBoxTreeVisualization(UndirectedGraph graph,
Vertex root)
Invokes the default constructor and performs update(graph, root) |
|
ReingoldTilfordExtendedLayout(UndirectedGraph graph,
Vertex root,
NativeBoxTreeVisualization visualization)
|
|
WalkerExtendedLayout(UndirectedGraph graph,
Vertex root,
NativeBoxTreeVisualization visualization)
|
Uses of UndirectedGraph in de.aitools.iv.graphdrawing.nativetree |
---|
Methods in de.aitools.iv.graphdrawing.nativetree that return UndirectedGraph | |
---|---|
UndirectedGraph |
NativeTreeVisualization.getGraph()
|
Methods in de.aitools.iv.graphdrawing.nativetree with parameters of type UndirectedGraph | |
---|---|
void |
NativeTreeVisualization.update(UndirectedGraph graph,
Vertex root)
|
Constructors in de.aitools.iv.graphdrawing.nativetree with parameters of type UndirectedGraph | |
---|---|
NativeTreeVisualization(UndirectedGraph graph,
Vertex root)
Invokes the default constructor and performs update(graph, root) |
|
ReingoldTilfordExtendedLayout(UndirectedGraph graph,
Vertex root,
NativeTreeVisualization visualization)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |