- getColor() - Method in interface INode
-
Gets the color of the node.
- getColor() - Method in class Node
-
- getEdge(int) - Method in class Graph
-
- getEdge(int) - Method in interface IGraph
-
Gets the ith edge.
- getListEdges() - Method in class Graph
-
- getListEdges() - Method in interface IGraph
-
Gets the list of all edges.
- getListEdgesSize() - Method in class Graph
-
- getListEdgesSize() - Method in interface IGraph
-
Gets the size of the list of all edges.
- getListNodes() - Method in class Graph
-
- getListNodes() - Method in interface IGraph
-
Gets the list of all nodes.
- getListNodesSize() - Method in class Graph
-
- getListNodesSize() - Method in interface IGraph
-
Gets the size of the list of all nodes.
- getName() - Method in interface INode
-
Gets the name of the node.
- getName() - Method in class Node
-
- getNode(int) - Method in class Graph
-
- getNode(int) - Method in interface IGraph
-
Gets the ith node.
- getNode1() - Method in class Edge
-
- getNode1() - Method in interface IEdge
-
Gets the node which is at the end of one side of the edge.
- getNode2() - Method in class Edge
-
- getNode2() - Method in interface IEdge
-
Gets the node which is at the end of the other side of the edge.
- getR() - Method in interface INode
-
Gets the radius of the node.
- getR() - Method in class Node
-
- getRadius() - Static method in class Node
-
- getScale() - Method in interface INode
-
Gets the scale of the node.
- getScale() - Method in class Node
-
- getType() - Method in interface INode
-
Gets the type of the node: input, hidden, output.
- getType() - Method in class Node
-
- getWeight() - Method in class Edge
-
- getWeight() - Method in interface IEdge
-
Gets the weight/cost of the edge.
- getX() - Method in interface INode
-
Gets the position x of the node.
- getX() - Method in class Node
-
- getY() - Method in interface INode
-
Gets the position y of the node.
- getY() - Method in class Node
-
- Graph - Class in <Unnamed>
-
Graph Class.
- Graph(ArrayList<INode>, ArrayList<IEdge>) - Constructor for class Graph
-
- Graph() - Constructor for class Graph
-
- GraphPanel - Class in <Unnamed>
-
GraphPanel Class.
- GraphPanel(IGraph) - Constructor for class GraphPanel
-