|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.sonar.graph.Dsm<V>
public class Dsm<V>
| Constructor Summary | |
|---|---|
Dsm(DirectedGraphAccessor<V,? extends Edge<V>> acyclicGraph)
|
|
Dsm(DirectedGraphAccessor<V,? extends Edge<V>> graph,
Collection<V> vertices,
Set<Edge> feedbackEdges)
|
|
Dsm(DirectedGraphAccessor<V,? extends Edge<V>> acyclicGraph,
Set<Edge> feedbackEdges)
|
|
| Method Summary | |
|---|---|
DsmCell |
getCell(int x,
int y)
|
int |
getDimension()
|
int |
getNumberOfIncomingEdges(int y,
int from,
int to)
|
int |
getNumberOfOutgoingEdges(int x,
int from,
int to)
|
V |
getVertex(int rowIndex)
|
V[] |
getVertices()
|
void |
permute(int fromIndex,
int toIndex)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Dsm(DirectedGraphAccessor<V,? extends Edge<V>> graph,
Collection<V> vertices,
Set<Edge> feedbackEdges)
public Dsm(DirectedGraphAccessor<V,? extends Edge<V>> acyclicGraph,
Set<Edge> feedbackEdges)
public Dsm(DirectedGraphAccessor<V,? extends Edge<V>> acyclicGraph)
| Method Detail |
|---|
public V getVertex(int rowIndex)
public int getDimension()
public void permute(int fromIndex,
int toIndex)
public int getNumberOfIncomingEdges(int y,
int from,
int to)
public int getNumberOfOutgoingEdges(int x,
int from,
int to)
public DsmCell getCell(int x,
int y)
public V[] getVertices()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||