ndiff.phases
Class Partition

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

public class Partition
extends Phase

Author:
Mike Crea le associazioni di uguaglianza tra i due documenti in input.

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

Partition

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