Uses of Class
vdom.diffing.Dtree

Packages that use Dtree
debug   
ndiff.phases   
vdom.diffing   
 

Uses of Dtree in debug
 

Methods in debug with parameters of type Dtree
static void Debug.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 Debug.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 Debug.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 Debug.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 Debug.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 Debug.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
 void HtmlPrintDtree.print(Dtree Dtree, java.lang.String file)
           
 

Uses of Dtree in ndiff.phases
 

Constructors in ndiff.phases with parameters of type Dtree
DeltaDerive(NxN SearchField, Relation Rel, Dtree Ta, Dtree Tb, Nconfig cfg)
          Costruttore
FindMove(NxN SearchField, Relation Rel, Dtree Ta, Dtree Tb, Nconfig cfg)
          Costruttore
FindUpdate(NxN SearchField, Relation Rel, Dtree Ta, Dtree Tb, Nconfig cfg)
          Costruttore
Partition(NxN SearchField, Relation Rel, Dtree Ta, Dtree Tb, Nconfig cfg)
          Costruttore
Propagation(NxN SearchField, Relation Rel, Dtree Ta, Dtree Tb, Nconfig cfg)
          Costruttore
 

Uses of Dtree in vdom.diffing
 

Methods in vdom.diffing that return Dtree
 Dtree Dnode.getOwnerVtree()