ndiff.phases
Class FindMove

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

public class FindMove
extends Phase

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

Constructor Summary
FindMove(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

FindMove

public FindMove(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