Uses of Class
ndiff.relation.Fragment

Packages that use Fragment
debug   
ndiff.phases   
ndiff.relation   
vdom.diffing   
 

Uses of Fragment in debug
 

Method parameters in debug with type arguments of type Fragment
 void HtmlPrintRelation.printTable(java.lang.String relationType, java.util.Vector<Fragment> fragList)
           
 

Uses of Fragment in ndiff.phases
 

Method parameters in ndiff.phases with type arguments of type Fragment
 void Propagation.Quicksort.sort(java.util.Vector<Fragment> array)
           
 

Uses of Fragment in ndiff.relation
 

Methods in ndiff.relation that return types with arguments of type Fragment
 java.util.Vector<Fragment> Relation.getFragments(java.lang.Integer type)
          Restiruisce un vettore che contiene i frammenti del tipo di relazione richiesta
 

Methods in ndiff.relation with parameters of type Fragment
 void Relation.subFragment(Fragment f)
          Rimuove il frammento f dalla relazione
 

Uses of Fragment in vdom.diffing
 

Fields in vdom.diffing with type parameters of type Fragment
 java.util.HashMap<java.lang.String,Fragment> Dnode.fragmentList
           
 

Methods in vdom.diffing with parameters of type Fragment
 void Dtree.propagationIdFragment(int index, Fragment f)
          Espande le informazioni sui frammenti in modo bottom-up
 void Dtree.removeIdFragment(int index, Fragment f)
          Rimuove un frammento in modo bottom-up