| Package | Description |
|---|---|
| weka.gui.graphvisualizer |
| Modifier and Type | Method and Description |
|---|---|
ArrayList<GraphNode> |
LayoutEngine.getNodes()
give access to set of graph nodes
|
ArrayList<GraphNode> |
HierarchicalBCEngine.getNodes()
give access to set of graph nodes
|
| Modifier and Type | Method and Description |
|---|---|
void |
LayoutEngine.setNodesEdges(ArrayList<GraphNode> nodes,
ArrayList<GraphEdge> edges)
This method sets the nodes and edges vectors of the LayoutEngine
|
void |
HierarchicalBCEngine.setNodesEdges(ArrayList<GraphNode> nodes,
ArrayList<GraphEdge> edges)
Sets the nodes and edges for this LayoutEngine.
|
static void |
DotParser.writeDOT(String filename,
String graphName,
ArrayList<GraphNode> nodes,
ArrayList<GraphEdge> edges)
This method saves a graph in a file in DOT format.
|
static void |
BIFParser.writeXMLBIF03(String filename,
String graphName,
ArrayList<GraphNode> nodes,
ArrayList<GraphEdge> edges)
This method writes a graph in XMLBIF ver.
|
| Constructor and Description |
|---|
BIFParser(InputStream instream,
ArrayList<GraphNode> nodes,
ArrayList<GraphEdge> edges)
Constructor (if our input is an InputStream)
|
BIFParser(String input,
ArrayList<GraphNode> nodes,
ArrayList<GraphEdge> edges)
Constructor (if our input is a String)
|
DotParser(Reader input,
ArrayList<GraphNode> nodes,
ArrayList<GraphEdge> edges)
Dot parser Constructor
|
HierarchicalBCEngine(ArrayList<GraphNode> nodes,
ArrayList<GraphEdge> edges,
int nodeWidth,
int nodeHeight)
Constructor - takes in FastVectors of nodes and edges, and the initial
width and height of a node
|
HierarchicalBCEngine(ArrayList<GraphNode> nodes,
ArrayList<GraphEdge> edges,
int nodeWidth,
int nodeHeight,
boolean edgeConcentration)
Constructor - takes in FastVectors of nodes and edges, the initial width
and height of a node, and a boolean value to indicate if the edges should
be concentrated.
|
Copyright © 2016 University of Waikato, Hamilton, NZ. All Rights Reserved.