|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object vishnu.model.transactions.deadlock.DFSDeadlockDetector<E>
public class DFSDeadlockDetector<E>
Constructor Summary | |
---|---|
DFSDeadlockDetector()
|
Method Summary | |
---|---|
java.util.Set<E> |
test(Graph<E> g)
Examina el grafo buscando ciclos. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DFSDeadlockDetector()
Method Detail |
---|
public java.util.Set<E> test(Graph<E> g)
DeadlockDetector
test
in interface DeadlockDetector<E>
g
- - el grafo a analizar
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |