ndiff.phases
Class FindUpdate

java.lang.Object
  extended by ndiff.phases.Phase
      extended by ndiff.phases.FindUpdate

public class FindUpdate
extends Phase

Author:
Mike Fase che implementa la ricerca degli spostamenti all'interno dei documenti

Constructor Summary
FindUpdate(NxN SearchField, Relation Rel, Dtree Ta, Dtree Tb, Nconfig cfg)
          Costruttore
 
Method Summary
 void compute()
          Esegue le operazioni della fase
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FindUpdate

public FindUpdate(NxN SearchField,
                  Relation Rel,
                  Dtree Ta,
                  Dtree Tb,
                  Nconfig cfg)
Costruttore

Parameters:
SearchField - Campi di ricerca rimasti in NxN
Rel - Relazioni che sono state rilevate tra i nodi dei documenti
Ta - Dtree relativo al documento originale
Tb - Dtree relativo al documento modificato
cfg - Nconfig relativo alla configurazione del Diff
Method Detail

compute

public void compute()
             throws ComputePhaseException
Description copied from class: Phase
Esegue le operazioni della fase

Throws:
ComputePhaseException - Solleva l'eccezione nel caso si abbia un'errore durante la fase