A C D E G H I L M N P R S T U V W

A

accepts(File) - Method in interface scg.ac.ni.pmf.newgraph.io.GraphFileType
Retrieves if the file is readable by this graph reader.
action(Graph, boolean, boolean) - Method in interface scg.ac.ni.pmf.newgraph.action.GraphAction
The method should perform the desired action on the graph.
addGraphListener(GraphListener) - Method in class scg.ac.ni.pmf.newgraph.graphdata.Graph
Adds the listener to the collection of listeners who will be notified when the graph is modified, by sending it one of the messages defined in interface.
addGraphListener(GraphListener) - Method in interface scg.ac.ni.pmf.newgraph.graphdata.GraphEventProvider
Subscribes the listener to the events.
addToSelection(int) - Method in class scg.ac.ni.pmf.newgraph.graphdata.Graph
Adds the vertex to the selection.
addToSelection(Vertex) - Method in class scg.ac.ni.pmf.newgraph.graphdata.Graph
Adds the vertex to the selection.
addToSelection(VertexData) - Method in class scg.ac.ni.pmf.newgraph.graphdata.Graph
Adds the vertex to the selection.
addToSelection(int, int) - Method in class scg.ac.ni.pmf.newgraph.graphdata.Graph
Adds the specified edge to selection.
addToSelection(Edge) - Method in class scg.ac.ni.pmf.newgraph.graphdata.Graph
Adds the specified edge to selection.
addToSelection(EdgeData) - Method in class scg.ac.ni.pmf.newgraph.graphdata.Graph
Adds the specified edge to selection.
addToSelection(Vertex, Vertex) - Method in class scg.ac.ni.pmf.newgraph.graphdata.Graph
Adds the specified edge to the selection.
addToSelection(Collection) - Method in class scg.ac.ni.pmf.newgraph.graphdata.Graph
Adds the specified vertices and edges to the selection.
addToSelection(Element) - Method in class scg.ac.ni.pmf.newgraph.graphdata.Graph
Adds the graph element (vertex or edge) to the selection.
addToSelection(ElementData) - Method in class scg.ac.ni.pmf.newgraph.graphdata.Graph
Adds the graph element (vertex or edge) to the selection.
addWeight(VertexData, WeightVertexInt, int) - Method in class scg.ac.ni.pmf.newgraph.graphdata.Graph
 
addWeight(VertexData, WeightVertexDouble, double) - Method in class scg.ac.ni.pmf.newgraph.graphdata.Graph
 
addWeight(VertexData, WeightVertexString, String) - Method in class scg.ac.ni.pmf.newgraph.graphdata.Graph
 
addWeight(EdgeData, WeightEdgeInt, int) - Method in class scg.ac.ni.pmf.newgraph.graphdata.Graph
 
addWeight(EdgeData, WeightEdgeDouble, double) - Method in class scg.ac.ni.pmf.newgraph.graphdata.Graph
 
addWeight(EdgeData, WeightEdgeString, String) - Method in class scg.ac.ni.pmf.newgraph.graphdata.Graph
 
adjacencyMatrix() - Method in class scg.ac.ni.pmf.newgraph.graphdata.Graph
Creates the adjacency matrix of the graph.
adjacencyMatrix() - Method in class scg.ac.ni.pmf.newgraph.graphdata.GraphData
Creates the adjacency matrix of the graph.
assignValue(EdgeData, double) - Method in class scg.ac.ni.pmf.newgraph.invariants.EdgeDoubleValues
Stores the double value assigned to the edge.
assignValue(VertexData, double) - Method in class scg.ac.ni.pmf.newgraph.invariants.VertexDoubleValues
Stores the double value assigned to the vertex.

C

calculate(GraphData) - Method in interface scg.ac.ni.pmf.newgraph.invariants.InvariantBoolean
Calculates the value of the invariant.
calculate(GraphData) - Method in interface scg.ac.ni.pmf.newgraph.invariants.InvariantDouble
Calculates the value of the invariant.
calculate(GraphData) - Method in interface scg.ac.ni.pmf.newgraph.invariants.InvariantDoubleArray
Calculates the value of the invariant.
calculate(GraphData, EdgeDoubleValues) - Method in interface scg.ac.ni.pmf.newgraph.invariants.InvariantDoubleEdge
Calculates the value of the invariant.
calculate(GraphData) - Method in interface scg.ac.ni.pmf.newgraph.invariants.InvariantDoubleMatrix
Calculates the value of the invariant.
calculate(GraphData, VertexDoubleValues) - Method in interface scg.ac.ni.pmf.newgraph.invariants.InvariantDoubleVertex
Calculates the value of the invariant.
calculate(GraphData) - Method in interface scg.ac.ni.pmf.newgraph.invariants.InvariantEdge
Calculates the value of the invariant.
calculate(GraphData) - Method in interface scg.ac.ni.pmf.newgraph.invariants.InvariantEdgeArray
Calculates the value of the invariant.
calculate(GraphData) - Method in interface scg.ac.ni.pmf.newgraph.invariants.InvariantInt
Calculates the value of the invariant.
calculate(GraphData) - Method in interface scg.ac.ni.pmf.newgraph.invariants.InvariantIntArray
Calculates the value of the invariant.
calculate(GraphData, EdgeIntValues) - Method in interface scg.ac.ni.pmf.newgraph.invariants.InvariantIntEdge
Calculates the value of the invariant.
calculate(GraphData) - Method in interface scg.ac.ni.pmf.newgraph.invariants.InvariantIntMatrix
Calculates the value of the invariant.
calculate(GraphData, VertexIntValues) - Method in interface scg.ac.ni.pmf.newgraph.invariants.InvariantIntVertex
Calculates the value of the invariant.
calculate(GraphData) - Method in interface scg.ac.ni.pmf.newgraph.invariants.InvariantString
Calculates the value of the invariant.
calculate(GraphData) - Method in interface scg.ac.ni.pmf.newgraph.invariants.InvariantVertex
Calculates the value of the invariant.
calculate(GraphData) - Method in interface scg.ac.ni.pmf.newgraph.invariants.InvariantVertexArray
Calculates the value of the invariant.
checkParameters() - Method in interface scg.ac.ni.pmf.newgraph.param.Parametrizable
Each of the object which is parametrized, must have a function which test the value of the parameters.
clear() - Method in class scg.ac.ni.pmf.newgraph.graphdata.Graph
Clears all the data of the graph.
clearEdgeSelection() - Method in class scg.ac.ni.pmf.newgraph.graphdata.Graph
Clears the edge selection.
clearPrimarySelectedEdge() - Method in class scg.ac.ni.pmf.newgraph.graphdata.Graph
Clears the primary selected edge.
clearPrimarySelectedVertex() - Method in class scg.ac.ni.pmf.newgraph.graphdata.Graph
Clears the primary selected vertex.
clearSelection() - Method in class scg.ac.ni.pmf.newgraph.graphdata.Graph
Clears the selection.
clearVertexSelection() - Method in class scg.ac.ni.pmf.newgraph.graphdata.Graph
Clears the vertex selection.
clone() - Method in class scg.ac.ni.pmf.newgraph.graphdata.GraphData
Clones the object.
clone() - Method in class scg.ac.ni.pmf.newgraph.graphdata.VertexData
Clones the vertex.
compareTo(Object) - Method in class scg.ac.ni.pmf.newgraph.graphdata.EdgeData
Compares the object.
compareTo(Object) - Method in class scg.ac.ni.pmf.newgraph.graphdata.VertexData
Compares the object.
component() - Method in class scg.ac.ni.pmf.newgraph.graphdata.Vertex
Retrieves the component that the vertex belongs to.
component() - Method in class scg.ac.ni.pmf.newgraph.graphdata.VertexData
Retrieves the component that the vertex belongs to.
connectToSelection(int) - Method in class scg.ac.ni.pmf.newgraph.graphdata.Graph
Connects the specified vertex to the selected vertices.
connectToSelection(Vertex) - Method in class scg.ac.ni.pmf.newgraph.graphdata.Graph
Connects the specified vertex to the selected vertices.
connectToSelection(VertexData) - Method in class scg.ac.ni.pmf.newgraph.graphdata.Graph
Connects the specified vertex to the selected vertices.
create(Graph) - Method in interface scg.ac.ni.pmf.newgraph.dependency.Dependency
 
create(int[][]) - Method in class scg.ac.ni.pmf.newgraph.graphdata.Graph
Creates a graph from the adjacency matrix.
createEdge(int, int, int) - Method in class scg.ac.ni.pmf.newgraph.graphdata.Graph
Creates an edge between the specified endpoints.
createEdge(int, int) - Method in class scg.ac.ni.pmf.newgraph.graphdata.Graph
Creates an edge between the specified endpoints.
createEdge(Vertex, Vertex, int) - Method in class scg.ac.ni.pmf.newgraph.graphdata.Graph
Creates an edge between the specified endpoints.
createEdge(Vertex, Vertex) - Method in class scg.ac.ni.pmf.newgraph.graphdata.Graph
Creates an edge between the specified endpoints.
createVertex(double, double) - Method in class scg.ac.ni.pmf.newgraph.graphdata.Graph
Creates a vertex on the given coordinates.
createVertex(int, double, double) - Method in class scg.ac.ni.pmf.newgraph.graphdata.Graph
Creates a vertex with the specified ID at the given coordinates.

D

degree(int) - Method in class scg.ac.ni.pmf.newgraph.graphdata.Graph
Retrieves the degree of the vertex.
degree(int) - Method in class scg.ac.ni.pmf.newgraph.graphdata.GraphData
Retrieves the degree of the vertex.
degree() - Method in class scg.ac.ni.pmf.newgraph.graphdata.Vertex
Retrieves the degree of the vertex.
degree() - Method in class scg.ac.ni.pmf.newgraph.graphdata.VertexData
Retrieves the degree of the vertex.
delete() - Method in class scg.ac.ni.pmf.newgraph.graphdata.Edge
Deletes the edge.
delete() - Method in interface scg.ac.ni.pmf.newgraph.graphdata.Element
Deletes the element.
delete() - Method in class scg.ac.ni.pmf.newgraph.graphdata.Vertex
Deletes the vertex.
deleteEdge(Edge) - Method in class scg.ac.ni.pmf.newgraph.graphdata.Graph
Deletes the specified edge.
deleteEdge(int, int) - Method in class scg.ac.ni.pmf.newgraph.graphdata.Graph
Deletes the edge between the specified endpoints.
deleteEdge(Vertex, Vertex) - Method in class scg.ac.ni.pmf.newgraph.graphdata.Graph
Deletes the edge between the specified endpoints.
deleteSelectedEdges() - Method in class scg.ac.ni.pmf.newgraph.graphdata.Graph
Deletes the selected edges.
deleteSelectedVertices() - Method in class scg.ac.ni.pmf.newgraph.graphdata.Graph
Deletes the selected vertices.
deleteSelection() - Method in class scg.ac.ni.pmf.newgraph.graphdata.Graph
Deletes the selected vertices and edges.
deleteVertex(Vertex) - Method in class scg.ac.ni.pmf.newgraph.graphdata.Graph
Deletes the specified vertex.
deleteVertex(int) - Method in class scg.ac.ni.pmf.newgraph.graphdata.Graph
Deletes a vertex with the given ID.
Dependency - Interface in scg.ac.ni.pmf.newgraph.dependency
A graph can be set to be dependent on another graph or graphs.
deselect() - Method in class scg.ac.ni.pmf.newgraph.graphdata.Edge
Deselects this element.
deselect() - Method in interface scg.ac.ni.pmf.newgraph.graphdata.Element
Deselects this element.
deselect() - Method in class scg.ac.ni.pmf.newgraph.graphdata.Vertex
Deselects this vertex.
distances() - Method in class scg.ac.ni.pmf.newgraph.graphdata.Graph
Retrieves the array of distances between vertices.
distances() - Method in class scg.ac.ni.pmf.newgraph.graphdata.GraphData
Retrieves the array of distances between vertices.
DuplicateIDException - Exception in scg.ac.ni.pmf.newgraph.graphdata
The exception is thrown when a vertex is tried setting ID with the ID that is already assigned another vertex.
DuplicateIDException() - Constructor for exception scg.ac.ni.pmf.newgraph.graphdata.DuplicateIDException
 

E

Edge - Class in scg.ac.ni.pmf.newgraph.graphdata
Represents a graph edge.
EdgeData - Class in scg.ac.ni.pmf.newgraph.graphdata
Represents the data which defines an edge.
EdgeDoubleValues - Class in scg.ac.ni.pmf.newgraph.invariants
Stores the double values assigned to edges.
edges() - Method in class scg.ac.ni.pmf.newgraph.graphdata.Graph
Retrieves the enumeration on all the edges of the graph.
edges() - Method in class scg.ac.ni.pmf.newgraph.graphdata.GraphData
Retrieves an enumeration on all the edges of the graph.
Element - Interface in scg.ac.ni.pmf.newgraph.graphdata
The common base interface for both vertices and edges.
ElementData - Interface in scg.ac.ni.pmf.newgraph.graphdata
The common base interface for both vertices and edges.
equals(Object) - Method in class scg.ac.ni.pmf.newgraph.graphdata.Edge
Indicates whether some other object is equal to this one.
equals(Object) - Method in class scg.ac.ni.pmf.newgraph.graphdata.EdgeData
Indicates whether some other object is equal to this one.
equals(Object) - Method in class scg.ac.ni.pmf.newgraph.graphdata.Graph
Checks for equality.
equals(Object) - Method in class scg.ac.ni.pmf.newgraph.graphdata.GraphData
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class scg.ac.ni.pmf.newgraph.graphdata.Vertex
Indicates whether some other object is equal to this one.
equals(Object) - Method in class scg.ac.ni.pmf.newgraph.graphdata.VertexData
Indicates whether some other object is equal to this one.
export(File, GraphData) - Method in interface scg.ac.ni.pmf.newgraph.io.GraphExporter
Exports the graph in the specified file.

G

getAbsolutePath() - Method in class scg.ac.ni.pmf.newgraph.graphdata.Graph
Retrieves the file absolute path.
getAbsolutePath() - Method in class scg.ac.ni.pmf.newgraph.graphdata.GraphData
Retrieves the file absolute path.
getAllWeights() - Method in class scg.ac.ni.pmf.newgraph.graphdata.Graph
 
getAllWeights() - Method in class scg.ac.ni.pmf.newgraph.graphdata.GraphData
Retrieves a set of all the weights defined in the graph.
getComponent(int) - Method in class scg.ac.ni.pmf.newgraph.graphdata.Graph
Retrieves the set of all the vertices that are connected to the given vertex.
getComponent(int) - Method in class scg.ac.ni.pmf.newgraph.graphdata.GraphData
Retrieves the set of all the vertices that are connected to the given vertex.
getComponentO(int) - Method in class scg.ac.ni.pmf.newgraph.graphdata.GraphData
Retrieves the set of all the vertices that are connected to the given vertex.
getData() - Method in class scg.ac.ni.pmf.newgraph.graphdata.Edge
Retrieves the edge data.
getData() - Method in class scg.ac.ni.pmf.newgraph.graphdata.Graph
Retrieves the data about the graph.
getData() - Method in class scg.ac.ni.pmf.newgraph.graphdata.Vertex
Retrieves the vertex data of the vertex.
getDescription() - Method in interface scg.ac.ni.pmf.newgraph.action.GraphAction
Retrieves the description of the action.
getDescription() - Method in interface scg.ac.ni.pmf.newgraph.dependency.Dependency
 
getDescription() - Method in interface scg.ac.ni.pmf.newgraph.generator.GraphGenerator
Retrieves the description of the generator.
getDescription() - Method in interface scg.ac.ni.pmf.newgraph.invariants.Invariant
Retrieves the description of the invariant.
getDescription() - Method in interface scg.ac.ni.pmf.newgraph.param.Parametrizable
Each of the objects that can be parametrized, must have a description, which is shown on the parametrization dialog.
getEdge(int, int) - Method in class scg.ac.ni.pmf.newgraph.graphdata.Graph
Retrieves the edge with the given vertices as endpoints, or null, if no such edge exists.
getEdge(EdgeData) - Method in class scg.ac.ni.pmf.newgraph.graphdata.Graph
Retrieves the edge for the given edge data.
getEdge(Vertex, Vertex) - Method in class scg.ac.ni.pmf.newgraph.graphdata.Graph
Retrieves the edge with the given vertices as endpoints, or null, if no such edge exists.
getEdge(VertexData, VertexData) - Method in class scg.ac.ni.pmf.newgraph.graphdata.GraphData
Retrieves the edge with the given vertices as endpoints, or null, if no such edge exists.
getElement(ElementData) - Method in class scg.ac.ni.pmf.newgraph.graphdata.Graph
Retrieves the element for the element data.
getExtension() - Method in interface scg.ac.ni.pmf.newgraph.io.GraphExporter
Retrieves the file extension for the file type that the exporter exports to.
getExtension() - Method in interface scg.ac.ni.pmf.newgraph.io.GraphFileType
Retrieves the file extension for the file type.
getFileName() - Method in class scg.ac.ni.pmf.newgraph.graphdata.Graph
Retrieves the name of the file.
getFileName() - Method in class scg.ac.ni.pmf.newgraph.graphdata.GraphData
Retrieves the name of the file.
getGraph() - Method in class scg.ac.ni.pmf.newgraph.graphdata.GraphEvent
Retrieves the source of this event.
getID() - Method in class scg.ac.ni.pmf.newgraph.graphdata.Vertex
Retrieves the identification number (ID) of the vertex.
getID() - Method in class scg.ac.ni.pmf.newgraph.graphdata.VertexData
Retrieves the identification number (ID) of the vertex.
getIDA() - Method in class scg.ac.ni.pmf.newgraph.graphdata.Edge
Retrieves the ID of the vertex A.
getIDA() - Method in class scg.ac.ni.pmf.newgraph.graphdata.EdgeData
Retrieves the ID of the vertex A.
getIDB() - Method in class scg.ac.ni.pmf.newgraph.graphdata.Edge
Retrieves the ID of the vertex B.
getIDB() - Method in class scg.ac.ni.pmf.newgraph.graphdata.EdgeData
Retrieves the ID of the vertex B.
getIncident(int) - Method in class scg.ac.ni.pmf.newgraph.graphdata.Graph
Retrieves the set of edges incident with the specified vertex.
getIncident(Vertex) - Method in class scg.ac.ni.pmf.newgraph.graphdata.Graph
Retrieves the set of edges incident with the specified vertex.
getIncident() - Method in class scg.ac.ni.pmf.newgraph.graphdata.Vertex
Retrieves the set of edges incident with the specified vertex.
getIncident() - Method in class scg.ac.ni.pmf.newgraph.graphdata.VertexData
Retrieves the set of edges incident with the specified vertex.
getIndex(VertexData) - Method in class scg.ac.ni.pmf.newgraph.graphdata.Graph
Retrieves the index of the vertex data in the adjacency matrix, and in the vertex enumeration.
getIndex(Vertex) - Method in class scg.ac.ni.pmf.newgraph.graphdata.Graph
Retrieves the index of the data in the adjacency matrix, and in the vertex enumeration.
getIndex(EdgeData) - Method in class scg.ac.ni.pmf.newgraph.graphdata.Graph
Retrieves the index of the edge data in the edge enumeration.
getIndex(Edge) - Method in class scg.ac.ni.pmf.newgraph.graphdata.Graph
Retrieves the index of the edge in the edge enumeration.
getIndex(VertexData) - Method in class scg.ac.ni.pmf.newgraph.graphdata.GraphData
Retrieves the index of the vertex data in the adjacency matrix, and in the vertex enumeration.
getIndex(EdgeData) - Method in class scg.ac.ni.pmf.newgraph.graphdata.GraphData
Retrieves the index of the edge data in the edge enumeration.
getMultiplicity() - Method in class scg.ac.ni.pmf.newgraph.graphdata.Edge
Retrieves the multiplicity of the edge.
getMultiplicity() - Method in class scg.ac.ni.pmf.newgraph.graphdata.EdgeData
Retrieves the multiplicity of the edge.
getName() - Method in interface scg.ac.ni.pmf.newgraph.action.GraphAction
Retrieves the name of the action.
getName() - Method in interface scg.ac.ni.pmf.newgraph.dependency.Dependency
 
getName() - Method in interface scg.ac.ni.pmf.newgraph.generator.GraphGenerator
Retrieves the name of the generator.
getName() - Method in interface scg.ac.ni.pmf.newgraph.invariants.Invariant
Retrieves the name of the invariant.
getName() - Method in interface scg.ac.ni.pmf.newgraph.io.GraphExporter
Retrieves the name of the exporter.
getName() - Method in interface scg.ac.ni.pmf.newgraph.io.GraphFileType
Retrieves the name of the file type.
getName() - Method in interface scg.ac.ni.pmf.newgraph.param.Parametrizable
Each of the objects that can be parametrized, must have a name.
getNeighbors() - Method in class scg.ac.ni.pmf.newgraph.graphdata.Vertex
Retrieves an enumeration of neighbors of the specified vertex.
getNeighbors() - Method in class scg.ac.ni.pmf.newgraph.graphdata.VertexData
Retrieves an enumeration of neighbors of the specified vertex.
getNumberOfEdges() - Method in class scg.ac.ni.pmf.newgraph.graphdata.Graph
Retrieves the number of edges.
getNumberOfEdges() - Method in class scg.ac.ni.pmf.newgraph.graphdata.GraphData
Retrieves the number of edges.
getOrder() - Method in class scg.ac.ni.pmf.newgraph.graphdata.Graph
Retrieves the order of the graph (the number of vertices).
getOrder() - Method in class scg.ac.ni.pmf.newgraph.graphdata.GraphData
Retrieves the order of the graph (the number of vertices).
getPrimarySelectedEdge() - Method in class scg.ac.ni.pmf.newgraph.graphdata.Graph
Retrieves the primary selected edge.
getPrimarySelectedEdge() - Method in class scg.ac.ni.pmf.newgraph.graphdata.GraphData
Retrieves the primary selected edge.
getPrimarySelectedVertex() - Method in class scg.ac.ni.pmf.newgraph.graphdata.Graph
Retrieves the primary selected vertex.
getPrimarySelectedVertex() - Method in class scg.ac.ni.pmf.newgraph.graphdata.GraphData
Retrieves the primary selected vertex.
getSelectedEdgesNo() - Method in class scg.ac.ni.pmf.newgraph.graphdata.Graph
Retrieves the number of selected edges.
getSelectedEdgesNo() - Method in class scg.ac.ni.pmf.newgraph.graphdata.GraphData
Retrieves the number of selected edges.
getSelectedVerticesNo() - Method in class scg.ac.ni.pmf.newgraph.graphdata.Graph
Retrieves the number of selected vertices.
getSelectedVerticesNo() - Method in class scg.ac.ni.pmf.newgraph.graphdata.GraphData
Retrieves the number of selected vertices.
getValue(EdgeData) - Method in class scg.ac.ni.pmf.newgraph.invariants.EdgeDoubleValues
Retrieves the value assigned to the edge.
getValue(VertexData) - Method in class scg.ac.ni.pmf.newgraph.invariants.VertexDoubleValues
Retrieves the value assigned to the vertex.
getValues() - Method in class scg.ac.ni.pmf.newgraph.invariants.EdgeDoubleValues
Retrieves the map of the values.
getValues() - Method in class scg.ac.ni.pmf.newgraph.invariants.VertexDoubleValues
Retrieves the values, ordered by the vertex ids.
getVertex(int) - Method in class scg.ac.ni.pmf.newgraph.graphdata.Graph
Retrieves the vertex with the given ID, or null, if such vertex does not exist.
getVertex(VertexData) - Method in class scg.ac.ni.pmf.newgraph.graphdata.Graph
Retrieves the vertex for the given vertex data.
getVertex(int) - Method in class scg.ac.ni.pmf.newgraph.graphdata.GraphData
Retrieves the vertex with the given ID, or null, if such vertex does not exist.
getVertexA() - Method in class scg.ac.ni.pmf.newgraph.graphdata.Edge
Retrieves the vertex A.
getVertexA() - Method in class scg.ac.ni.pmf.newgraph.graphdata.EdgeData
Retrieves the vertex data A.
getVertexB() - Method in class scg.ac.ni.pmf.newgraph.graphdata.Edge
Retrieves the vertex B.
getVertexB() - Method in class scg.ac.ni.pmf.newgraph.graphdata.EdgeData
Retrieves the vertex data B.
getWeight(VertexData, WeightVertexInt) - Method in class scg.ac.ni.pmf.newgraph.graphdata.Graph
 
getWeight(VertexData, WeightVertexDouble) - Method in class scg.ac.ni.pmf.newgraph.graphdata.Graph
 
getWeight(VertexData, WeightVertexString) - Method in class scg.ac.ni.pmf.newgraph.graphdata.Graph
 
getWeight(EdgeData, WeightEdgeInt) - Method in class scg.ac.ni.pmf.newgraph.graphdata.Graph
 
getWeight(EdgeData, WeightEdgeDouble) - Method in class scg.ac.ni.pmf.newgraph.graphdata.Graph
 
getWeight(EdgeData, WeightEdgeString) - Method in class scg.ac.ni.pmf.newgraph.graphdata.Graph
 
getWeight(VertexData, WeightVertexInt) - Method in class scg.ac.ni.pmf.newgraph.graphdata.GraphData
Retrieves the weight integer value of the vertex.
getWeight(VertexData, WeightVertexDouble) - Method in class scg.ac.ni.pmf.newgraph.graphdata.GraphData
Retrieves the weight double value of the vertex.
getWeight(VertexData, WeightVertexString) - Method in class scg.ac.ni.pmf.newgraph.graphdata.GraphData
Retrieves the weight string value of the vertex.
getWeight(EdgeData, WeightEdgeInt) - Method in class scg.ac.ni.pmf.newgraph.graphdata.GraphData
Retrieves the weight integer value of the edge.
getWeight(EdgeData, WeightEdgeDouble) - Method in class scg.ac.ni.pmf.newgraph.graphdata.GraphData
Retrieves the weight double value of the edge.
getWeight(EdgeData, WeightEdgeString) - Method in class scg.ac.ni.pmf.newgraph.graphdata.GraphData
Retrieves the weight string value of the edge.
getWeights(VertexData) - Method in class scg.ac.ni.pmf.newgraph.graphdata.Graph
 
getWeights(EdgeData) - Method in class scg.ac.ni.pmf.newgraph.graphdata.Graph
 
getWeights(VertexData) - Method in class scg.ac.ni.pmf.newgraph.graphdata.GraphData
Retrieves a map of weights of the vertex into weight values.
getWeights(EdgeData) - Method in class scg.ac.ni.pmf.newgraph.graphdata.GraphData
Retrieves a map of weights of the edge into weight values.
getX() - Method in class scg.ac.ni.pmf.newgraph.graphdata.Vertex
Retrieves the horizontal coordinate (X) of the vertex on the graphical representation of the graph.
getX() - Method in class scg.ac.ni.pmf.newgraph.graphdata.VertexData
Retrieves the horizontal coordinate (X) of the vertex on the graphical representation of the graph.
getY() - Method in class scg.ac.ni.pmf.newgraph.graphdata.Vertex
Retrieves the vertical coordinate (Y) of the vertex on the graphical representation of the graph.
getY() - Method in class scg.ac.ni.pmf.newgraph.graphdata.VertexData
Retrieves the vertical coordinate (Y) of the vertex on the graphical representation of the graph.
Graph - Class in scg.ac.ni.pmf.newgraph.graphdata
The class represents a graph which is being edited.
Graph() - Constructor for class scg.ac.ni.pmf.newgraph.graphdata.Graph
Constructs an instance of the class.
GraphAction - Interface in scg.ac.ni.pmf.newgraph.action
Graph actions transform graphs some way.
GraphData - Class in scg.ac.ni.pmf.newgraph.graphdata
The class holds information about a graph.
GraphEvent - Class in scg.ac.ni.pmf.newgraph.graphdata
The exception is thrown when the graph was modified.
GraphEvent(Graph) - Constructor for class scg.ac.ni.pmf.newgraph.graphdata.GraphEvent
Constructs an instance of the exception.
GraphEventProvider - Interface in scg.ac.ni.pmf.newgraph.graphdata
Classes implementing this interface provide graph events.
GraphExporter - Interface in scg.ac.ni.pmf.newgraph.io
Classes implementing this interface provide exporting graphs into different file types.
GraphFileType - Interface in scg.ac.ni.pmf.newgraph.io
Classes implementing this interface provide support for a certain file type for storing graphs.
GraphGenerator - Interface in scg.ac.ni.pmf.newgraph.generator
Graph generators generate graphs of various types.
GraphListener - Interface in scg.ac.ni.pmf.newgraph.graphdata
Classes which implement this interface listen for the changes of the graph.
graphModified(GraphEvent) - Method in interface scg.ac.ni.pmf.newgraph.graphdata.GraphListener
Manages the event that the graph is modified.
GraphRWException - Exception in scg.ac.ni.pmf.newgraph.io
The exception thrown if an error occurs during read/write operations, if the data or the file structure is wrong, but if the file is acceptable for the reader.
GraphRWException(String) - Constructor for exception scg.ac.ni.pmf.newgraph.io.GraphRWException
Creates a new graph RW exception.

H

hashCode() - Method in class scg.ac.ni.pmf.newgraph.graphdata.Edge
Returns a hash code value for the object.
hashCode() - Method in class scg.ac.ni.pmf.newgraph.graphdata.EdgeData
Returns a hash code value for the object.
hashCode() - Method in class scg.ac.ni.pmf.newgraph.graphdata.Graph
Generates the hash code.
hashCode() - Method in class scg.ac.ni.pmf.newgraph.graphdata.GraphData
Generates the hash code of the object.
hashCode() - Method in class scg.ac.ni.pmf.newgraph.graphdata.Vertex
Returns a hash code value for the object.
hashCode() - Method in class scg.ac.ni.pmf.newgraph.graphdata.VertexData
Returns a hash code value for the object.
hasRedo() - Method in class scg.ac.ni.pmf.newgraph.graphdata.Graph
Returns true if there are redo steps.
hasUndo() - Method in class scg.ac.ni.pmf.newgraph.graphdata.Graph
Returns true if there are undo steps.
hasWeight(VertexData, Weight) - Method in class scg.ac.ni.pmf.newgraph.graphdata.Graph
 
hasWeight(EdgeData, Weight) - Method in class scg.ac.ni.pmf.newgraph.graphdata.Graph
 
hasWeight(VertexData, Weight) - Method in class scg.ac.ni.pmf.newgraph.graphdata.GraphData
Indicates whether there exist a weight value of the vertex.
hasWeight(EdgeData, Weight) - Method in class scg.ac.ni.pmf.newgraph.graphdata.GraphData
Indicates whether there exist a weight value of the edge.
historySnapshot() - Method in class scg.ac.ni.pmf.newgraph.graphdata.Graph
Does a history snapshot.

I

Invariant - Interface in scg.ac.ni.pmf.newgraph.invariants
A graph invariant is a function calculated on a graph.
InvariantBoolean - Interface in scg.ac.ni.pmf.newgraph.invariants
The invariants which return a boolean value must implement this interface.
InvariantDouble - Interface in scg.ac.ni.pmf.newgraph.invariants
The invariants which return a double value must implement this interface.
InvariantDoubleArray - Interface in scg.ac.ni.pmf.newgraph.invariants
The invariants which return an array of double must implement this interface.
InvariantDoubleEdge - Interface in scg.ac.ni.pmf.newgraph.invariants
The invariants which assign a double value to each of the graph edges must implement this interface.
InvariantDoubleMatrix - Interface in scg.ac.ni.pmf.newgraph.invariants
The invariants which return a two dimensional matrix of double must implement this interface.
InvariantDoubleVertex - Interface in scg.ac.ni.pmf.newgraph.invariants
The invariants which assign a double value to each of the graph vertices must implement this interface.
InvariantEdge - Interface in scg.ac.ni.pmf.newgraph.invariants
The invariants which return an edge if the graph as a value must implement this interface.
InvariantEdgeArray - Interface in scg.ac.ni.pmf.newgraph.invariants
The invariants which return an array of graph edges must implement this interface.
InvariantInt - Interface in scg.ac.ni.pmf.newgraph.invariants
The invariants which return an int value must implement this interface.
InvariantIntArray - Interface in scg.ac.ni.pmf.newgraph.invariants
The invariants which return an array of int values must implement this interface.
InvariantIntEdge - Interface in scg.ac.ni.pmf.newgraph.invariants
The invariants which assign an int value to each of the graph edges must implement this interface.
InvariantIntMatrix - Interface in scg.ac.ni.pmf.newgraph.invariants
The invariants which return a two dimensional matrix of int values must implement this interface.
InvariantIntVertex - Interface in scg.ac.ni.pmf.newgraph.invariants
The invariants which assign an int value to each of the graph vertices must implement this interface.
InvariantString - Interface in scg.ac.ni.pmf.newgraph.invariants
The invariants which return a string value must implement this interface.
InvariantVertex - Interface in scg.ac.ni.pmf.newgraph.invariants
The invariants which return a graph vertex as its value must implement this interface.
InvariantVertexArray - Interface in scg.ac.ni.pmf.newgraph.invariants
The invariants which return an array of graph vertices as the value must implement this interface.
isAdjanced(int, int) - Method in class scg.ac.ni.pmf.newgraph.graphdata.Graph
Retrieves are the vertices adjanced.
isAdjanced(Vertex, Vertex) - Method in class scg.ac.ni.pmf.newgraph.graphdata.Graph
Retrieves are the vertices adjanced.
isAdjanced(int, int) - Method in class scg.ac.ni.pmf.newgraph.graphdata.GraphData
Retrieves are the vertices adjanced.
isAdjanced(VertexData, VertexData) - Method in class scg.ac.ni.pmf.newgraph.graphdata.GraphData
Retrieves are the vertices adjanced.
isAdjanced(Vertex) - Method in class scg.ac.ni.pmf.newgraph.graphdata.Vertex
Retrieves is the vertex adjanced to the specified vertex.
isAdjanced(VertexData) - Method in class scg.ac.ni.pmf.newgraph.graphdata.VertexData
Retrieves is the vertex adjanced to the specified vertex.
isDirty() - Method in class scg.ac.ni.pmf.newgraph.graphdata.Graph
Retrieves was the graph changed after the last save.
isDirty() - Method in class scg.ac.ni.pmf.newgraph.graphdata.GraphData
Retrieves was the graph changed after the last save.
isEnabled(GraphData) - Method in interface scg.ac.ni.pmf.newgraph.action.GraphAction
This method should tell is the action enabled for execution, depending on the current state of the graph.
isIncident(int) - Method in class scg.ac.ni.pmf.newgraph.graphdata.Edge
Retrieves is the specified vertex incident with the edge.
isIncident(Vertex) - Method in class scg.ac.ni.pmf.newgraph.graphdata.Edge
Retrieves is the specified vertex incident with the edge.
isIncident(int) - Method in class scg.ac.ni.pmf.newgraph.graphdata.EdgeData
Retrieves is the specified vertex incident with the edge.
isIncident(VertexData) - Method in class scg.ac.ni.pmf.newgraph.graphdata.EdgeData
Retrieves is the specified vertex incident with the edge.
isIncident(Edge) - Method in class scg.ac.ni.pmf.newgraph.graphdata.Vertex
Retrieves is the vertex incident with the specified edge.
isIncident(EdgeData) - Method in class scg.ac.ni.pmf.newgraph.graphdata.VertexData
Retrieves is the vertex incident with the specified edge.
isPrimarySelected() - Method in class scg.ac.ni.pmf.newgraph.graphdata.Edge
Retrieves is the edge primary selected.
isPrimarySelected() - Method in class scg.ac.ni.pmf.newgraph.graphdata.EdgeData
Retrieves is the edge primary selected.
isPrimarySelected(int) - Method in class scg.ac.ni.pmf.newgraph.graphdata.Graph
Indicates whether the vertex with the given ID is primary selected.
isPrimarySelected(VertexData) - Method in class scg.ac.ni.pmf.newgraph.graphdata.Graph
Indicates whether the vertex is primary selected.
isPrimarySelected(Vertex) - Method in class scg.ac.ni.pmf.newgraph.graphdata.Graph
Indicates whether the vertex is primary selected.
isPrimarySelected(int, int) - Method in class scg.ac.ni.pmf.newgraph.graphdata.Graph
Retrieves is the edge with the given endpoints primary selected.
isPrimarySelected(EdgeData) - Method in class scg.ac.ni.pmf.newgraph.graphdata.Graph
Retrieves is the edge primary selected.
isPrimarySelected(Edge) - Method in class scg.ac.ni.pmf.newgraph.graphdata.Graph
Retrieves is the edge primary selected.
isPrimarySelected(ElementData) - Method in class scg.ac.ni.pmf.newgraph.graphdata.Graph
Retrieves is the given element primary selected.
isPrimarySelected(Element) - Method in class scg.ac.ni.pmf.newgraph.graphdata.Graph
Retrieves is the given element primary selected.
isPrimarySelected(int) - Method in class scg.ac.ni.pmf.newgraph.graphdata.GraphData
Indicates whether the vertex with the given ID is primary selected.
isPrimarySelected(VertexData) - Method in class scg.ac.ni.pmf.newgraph.graphdata.GraphData
Indicates whether the vertex is primary selected.
isPrimarySelected(Vertex) - Method in class scg.ac.ni.pmf.newgraph.graphdata.GraphData
Indicates whether the vertex is primary selected.
isPrimarySelected(int, int) - Method in class scg.ac.ni.pmf.newgraph.graphdata.GraphData
Retrieves is the edge with the given endpoints primary selected.
isPrimarySelected(EdgeData) - Method in class scg.ac.ni.pmf.newgraph.graphdata.GraphData
Retrieves is the edge primary selected.
isPrimarySelected(Edge) - Method in class scg.ac.ni.pmf.newgraph.graphdata.GraphData
Retrieves is the edge primary selected.
isPrimarySelected(ElementData) - Method in class scg.ac.ni.pmf.newgraph.graphdata.GraphData
Retrieves is the given element primary selected.
isPrimarySelected(Element) - Method in class scg.ac.ni.pmf.newgraph.graphdata.GraphData
Retrieves is the given element primary selected.
isPrimarySelected() - Method in class scg.ac.ni.pmf.newgraph.graphdata.Vertex
Retrieves is the vertex primary selected.
isPrimarySelected() - Method in class scg.ac.ni.pmf.newgraph.graphdata.VertexData
Retrieves is the vertex primary selected.
isSelected() - Method in class scg.ac.ni.pmf.newgraph.graphdata.Edge
Retrieves is the edge selected.
isSelected() - Method in class scg.ac.ni.pmf.newgraph.graphdata.EdgeData
Retrieves is the edge selected.
isSelected() - Method in interface scg.ac.ni.pmf.newgraph.graphdata.Element
Retrieves is the element selected.
isSelected() - Method in interface scg.ac.ni.pmf.newgraph.graphdata.ElementData
Retrieves is the element selected.
isSelected(int) - Method in class scg.ac.ni.pmf.newgraph.graphdata.Graph
Retrieves is the vertex selected.
isSelected(Vertex) - Method in class scg.ac.ni.pmf.newgraph.graphdata.Graph
Retrieves is the vertex selected.
isSelected(int, int) - Method in class scg.ac.ni.pmf.newgraph.graphdata.Graph
Retrieves is the specified edge selected.
isSelected(Edge) - Method in class scg.ac.ni.pmf.newgraph.graphdata.Graph
Retrieves is the edge selected.
isSelected(Vertex, Vertex) - Method in class scg.ac.ni.pmf.newgraph.graphdata.Graph
Retrieves is the edge selected.
isSelected(Collection) - Method in class scg.ac.ni.pmf.newgraph.graphdata.Graph
Retrieves are all the elements in the collection selected.
isSelected(int) - Method in class scg.ac.ni.pmf.newgraph.graphdata.GraphData
Retrieves is the vertex selected.
isSelected(VertexData) - Method in class scg.ac.ni.pmf.newgraph.graphdata.GraphData
Retrieves is the vertex selected.
isSelected(int, int) - Method in class scg.ac.ni.pmf.newgraph.graphdata.GraphData
Retrieves is the specified edge selected.
isSelected(EdgeData) - Method in class scg.ac.ni.pmf.newgraph.graphdata.GraphData
Retrieves is the edge selected.
isSelected(VertexData, VertexData) - Method in class scg.ac.ni.pmf.newgraph.graphdata.GraphData
Retrieves is the edge selected.
isSelected() - Method in class scg.ac.ni.pmf.newgraph.graphdata.Vertex
Retrieves is the vertex selected.
isSelected() - Method in class scg.ac.ni.pmf.newgraph.graphdata.VertexData
Retrieves is the vertex selected.
isSelectionEmpty() - Method in class scg.ac.ni.pmf.newgraph.graphdata.Graph
Retrieves is the selection empty.
isSelectionEmpty() - Method in class scg.ac.ni.pmf.newgraph.graphdata.GraphData
Retrieves is the selection empty.

L

laplacianMatrix() - Method in class scg.ac.ni.pmf.newgraph.graphdata.GraphData
Creates the Laplacian matrix of the graph.

M

moveFor(float, float) - Method in class scg.ac.ni.pmf.newgraph.graphdata.Vertex
Moves the vertex for the specified distance.
moveSelection(float, float) - Method in class scg.ac.ni.pmf.newgraph.graphdata.Graph
Moves the selection for the specified distance.
moveTo(float, float) - Method in class scg.ac.ni.pmf.newgraph.graphdata.Vertex
Moves the vertex to the specified coordinates.
moveVertex(int, float, float) - Method in class scg.ac.ni.pmf.newgraph.graphdata.Graph
Moves the specified vertex to the new coordinates.
moveVertexFor(int, float, float) - Method in class scg.ac.ni.pmf.newgraph.graphdata.Graph
Moves the specified vertex for the specified distance.

N

neighbors(int) - Method in class scg.ac.ni.pmf.newgraph.graphdata.Graph
Retrieves an enumeration of neighbors of the specified vertex.
neighbors(int) - Method in class scg.ac.ni.pmf.newgraph.graphdata.GraphData
Retrieves an enumeration of neighbors of the specified vertex.
newGraph(Graph) - Method in interface scg.ac.ni.pmf.newgraph.generator.GraphGenerator
Implementation of this method are supplied with a blank graph object, where they should create a desired graph.

P

Parametrizable - Interface in scg.ac.ni.pmf.newgraph.param
If a plug-in requires parameters to be entered by the user, it must implement this interface.

R

read(File, Graph) - Method in interface scg.ac.ni.pmf.newgraph.io.GraphFileType
The method should Read the file and enter the data in the graph.
redo() - Method in class scg.ac.ni.pmf.newgraph.graphdata.Graph
Redos the last undod command.
refresh() - Method in class scg.ac.ni.pmf.newgraph.graphdata.Graph
The method notifies the graph listener that the graph has changed.
relax() - Method in class scg.ac.ni.pmf.newgraph.graphdata.Graph
Does the spring relaxation of the graph.
removeFromSelection(int) - Method in class scg.ac.ni.pmf.newgraph.graphdata.Graph
Removes the vertex from the selection.
removeFromSelection(Vertex) - Method in class scg.ac.ni.pmf.newgraph.graphdata.Graph
Removes the vertex from the selection.
removeFromSelection(VertexData) - Method in class scg.ac.ni.pmf.newgraph.graphdata.Graph
Removes the vertex from the selection.
removeFromSelection(int, int) - Method in class scg.ac.ni.pmf.newgraph.graphdata.Graph
Removes the specified edge from the selection.
removeFromSelection(Edge) - Method in class scg.ac.ni.pmf.newgraph.graphdata.Graph
Removes the specified edge from the selection.
removeFromSelection(EdgeData) - Method in class scg.ac.ni.pmf.newgraph.graphdata.Graph
Removes the specified edge from the selection.
removeFromSelection(Vertex, Vertex) - Method in class scg.ac.ni.pmf.newgraph.graphdata.Graph
Removes the specified edge from the selection.
removeFromSelection(Collection) - Method in class scg.ac.ni.pmf.newgraph.graphdata.Graph
Removes the specified vertices and edges from the selection.
removeFromSelection(Element) - Method in class scg.ac.ni.pmf.newgraph.graphdata.Graph
Removes the graph element (vertex or edge) from the selection.
removeFromSelection(ElementData) - Method in class scg.ac.ni.pmf.newgraph.graphdata.Graph
Removes the graph element (vertex or edge) from the selection.
removeGraphListener(GraphListener) - Method in class scg.ac.ni.pmf.newgraph.graphdata.Graph
Removes the listener from the collection of listeners.
removeGraphListener(GraphListener) - Method in interface scg.ac.ni.pmf.newgraph.graphdata.GraphEventProvider
Unsubscribes the listener for the graph events.
removeWeight(VertexData, Weight) - Method in class scg.ac.ni.pmf.newgraph.graphdata.Graph
 
removeWeight(EdgeData, Weight) - Method in class scg.ac.ni.pmf.newgraph.graphdata.Graph
 
removeWeight(Weight) - Method in class scg.ac.ni.pmf.newgraph.graphdata.Graph
 

S

sameStructure(GraphData) - Method in class scg.ac.ni.pmf.newgraph.graphdata.GraphData
Checks if the given graph data has the same structure as the graph data.
scg.ac.ni.pmf.newgraph.action - package scg.ac.ni.pmf.newgraph.action
 
scg.ac.ni.pmf.newgraph.dependency - package scg.ac.ni.pmf.newgraph.dependency
 
scg.ac.ni.pmf.newgraph.generator - package scg.ac.ni.pmf.newgraph.generator
 
scg.ac.ni.pmf.newgraph.graphdata - package scg.ac.ni.pmf.newgraph.graphdata
 
scg.ac.ni.pmf.newgraph.invariants - package scg.ac.ni.pmf.newgraph.invariants
 
scg.ac.ni.pmf.newgraph.io - package scg.ac.ni.pmf.newgraph.io
 
scg.ac.ni.pmf.newgraph.param - package scg.ac.ni.pmf.newgraph.param
 
select() - Method in class scg.ac.ni.pmf.newgraph.graphdata.Edge
Selects this element.
select() - Method in interface scg.ac.ni.pmf.newgraph.graphdata.Element
Selects this element.
select() - Method in class scg.ac.ni.pmf.newgraph.graphdata.Vertex
Selects this vertex.
selectAll() - Method in class scg.ac.ni.pmf.newgraph.graphdata.Graph
Selects all vertices and edges.
selectedEdges() - Method in class scg.ac.ni.pmf.newgraph.graphdata.Graph
Retrieves the enumeration on all the selected edges.
selectedEdges() - Method in class scg.ac.ni.pmf.newgraph.graphdata.GraphData
Retrieves an enumeration on all the selected edges.
selectedVertices() - Method in class scg.ac.ni.pmf.newgraph.graphdata.Graph
Retrieves the enumeration on all the selected vertices.
selectedVertices() - Method in class scg.ac.ni.pmf.newgraph.graphdata.GraphData
Retrieves an enumeration on all the selected vertices.
setDirty(boolean) - Method in class scg.ac.ni.pmf.newgraph.graphdata.Graph
Sets the dirty flag.
setMultiplicity(int) - Method in class scg.ac.ni.pmf.newgraph.graphdata.Edge
Sets the edge multiplicity.
setPrimarySelected() - Method in class scg.ac.ni.pmf.newgraph.graphdata.Edge
Sets the edge as primary selected.
setPrimarySelected() - Method in interface scg.ac.ni.pmf.newgraph.graphdata.Element
Sets this element as primary selected.
setPrimarySelected() - Method in class scg.ac.ni.pmf.newgraph.graphdata.Vertex
Sets the vertex as primary selected.
setPrimarySelectedEdge(int, int) - Method in class scg.ac.ni.pmf.newgraph.graphdata.Graph
Sets the primary selected edge.
setPrimarySelectedEdge(Edge) - Method in class scg.ac.ni.pmf.newgraph.graphdata.Graph
Sets the primary selected edge.
setPrimarySelectedVertex(int) - Method in class scg.ac.ni.pmf.newgraph.graphdata.Graph
Sets the primary selected vertex.
setPrimarySelectedVertex(Vertex) - Method in class scg.ac.ni.pmf.newgraph.graphdata.Graph
Sets the primary selected vertex.
setSelectedEdges(Collection) - Method in class scg.ac.ni.pmf.newgraph.graphdata.Graph
Sets the selected edges from the collection of edges.
setSelectedVertices(Collection) - Method in class scg.ac.ni.pmf.newgraph.graphdata.Graph
Sets the selected vertices from the collection of vertices.
setSelection(Collection) - Method in class scg.ac.ni.pmf.newgraph.graphdata.Graph
Sets the selection.

T

toString() - Method in class scg.ac.ni.pmf.newgraph.graphdata.Edge
Returns a string representation of the object.
toString() - Method in class scg.ac.ni.pmf.newgraph.graphdata.EdgeData
Returns a string representation of the object.
toString() - Method in class scg.ac.ni.pmf.newgraph.graphdata.Graph
 
toString() - Method in class scg.ac.ni.pmf.newgraph.graphdata.GraphData
Retrieves the string representation of the graph data.
toString() - Method in class scg.ac.ni.pmf.newgraph.graphdata.GraphEvent
The string representation.
toString() - Method in class scg.ac.ni.pmf.newgraph.graphdata.Vertex
Returns a string representation of the object.
toString() - Method in class scg.ac.ni.pmf.newgraph.graphdata.VertexData
Returns a string representation of the object.

U

undo() - Method in class scg.ac.ni.pmf.newgraph.graphdata.Graph
Undos the last command.

V

Vertex - Class in scg.ac.ni.pmf.newgraph.graphdata
Represents a graph vertex.
VertexData - Class in scg.ac.ni.pmf.newgraph.graphdata
Represents the data which defines a vertex.
VertexDoubleValues - Class in scg.ac.ni.pmf.newgraph.invariants
Stores the double values assigned to vertices.
vertices() - Method in class scg.ac.ni.pmf.newgraph.graphdata.Graph
Retrieves the enumeration on all the vertices of the graph.
vertices() - Method in class scg.ac.ni.pmf.newgraph.graphdata.GraphData
Retrieves an enumeration on all the vertices of the graph.

W

write(File, GraphData) - Method in interface scg.ac.ni.pmf.newgraph.io.GraphFileType
The method should write the graph data into the file.

A C D E G H I L M N P R S T U V W

Copyright © 2004 Dragan Stevanovic, Vladimir Brankov.