|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectdebug.Debug
public class Debug
Field Summary | |
---|---|
static boolean |
flag
|
Constructor Summary | |
---|---|
Debug()
|
Method Summary | |
---|---|
static void |
close()
Chiude la fase di Debug, salvando i relativi file |
static void |
diffFrameset()
Crea il file debug.html per visualizzare il framset del diffing |
static void |
diffing_findmove(Dtree A,
Dtree B,
Relation R,
NxN SF)
Stampa le struture dopo la fase di findMove, link nell'indice i relativi file |
static void |
diffing_findupdate(Dtree A,
Dtree B,
Relation R,
NxN SF)
Stampa le struture dopo la fase di findUpdate, link nell'indice i relativi file |
static void |
diffing_normalize(Dtree A,
Dtree B,
Relation R,
NxN SF)
Stampa le strutture dopo la fase di normalizzazione, e linka nell'indice i relativi file |
static void |
diffing_partition(Dtree A,
Dtree B,
Relation R,
NxN SF)
Stampa le struture dopo la fase di Partizionamento, linka nell'indice i relativi file |
static void |
diffing_propagation(Dtree A,
Dtree B,
Relation R,
NxN SF)
Stampa le struture dopo la fase di propagation, link nell'indice i relativi file |
static void |
dump_diff_status(java.lang.String path,
Dtree A,
Dtree B,
Relation R,
NxN SF)
Stampa lo stato delle varie strutture dati in formato html nella directory specificata |
static void |
recostruction_add_step(Rtree rtree,
java.lang.String optype,
java.lang.String nn)
|
static void |
start()
Inizializza le struture per cominciare a fare Debug |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static boolean flag
Constructor Detail |
---|
public Debug()
Method Detail |
---|
public static void diffFrameset()
public static void start()
public static void close()
public static void dump_diff_status(java.lang.String path, Dtree A, Dtree B, Relation R, NxN SF)
path
- A
- B
- R
- SF
- public static void diffing_normalize(Dtree A, Dtree B, Relation R, NxN SF)
A
- B
- R
- SF
- public static void diffing_partition(Dtree A, Dtree B, Relation R, NxN SF)
A
- B
- R
- SF
- public static void diffing_findmove(Dtree A, Dtree B, Relation R, NxN SF)
A
- B
- R
- SF
- public static void diffing_findupdate(Dtree A, Dtree B, Relation R, NxN SF)
A
- B
- R
- SF
- public static void diffing_propagation(Dtree A, Dtree B, Relation R, NxN SF)
A
- B
- R
- SF
- public static void recostruction_add_step(Rtree rtree, java.lang.String optype, java.lang.String nn)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |