graph
Class ListColoredAdjacencyMatrixGraph
java.lang.Object
graph.Graph
graph.AdjacencyMatrixGraph
graph.ListColoredAdjacencyMatrixGraph
public class ListColoredAdjacencyMatrixGraph
- extends AdjacencyMatrixGraph
Methods inherited from class graph.AdjacencyMatrixGraph |
areAdjacent, copyGraph, copyGraph, edgeNum, getNodeForId, getNodeForId, getStringMap, getVertexString, insertEdge, setBackMap, setStringMap, toString, vertexNum |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ListColoredAdjacencyMatrixGraph
public ListColoredAdjacencyMatrixGraph(java.io.File f)
ListColoredAdjacencyMatrixGraph
public ListColoredAdjacencyMatrixGraph(int n,
int m)
ListColoredAdjacencyMatrixGraph
public ListColoredAdjacencyMatrixGraph(int n)
ListColoredAdjacencyMatrixGraph
public ListColoredAdjacencyMatrixGraph(int n,
double p)
addColorList
public void addColorList(ColorList cl)
getColorList
public ColorList getColorList()
getList
public java.util.Set<java.lang.Integer> getList(int i)
setList
public java.util.Set<java.lang.Integer> setList(int i,
java.util.Set<java.lang.Integer> list)
inducedGraphVertexDel
public ListColoredAdjacencyMatrixGraph inducedGraphVertexDel(java.util.Set<java.lang.Integer> del)
- Overrides:
inducedGraphVertexDel
in class AdjacencyMatrixGraph