|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectndiff.relation.Fragment
public class Fragment
Constructor Summary | |
---|---|
Fragment(Interval intA,
Interval intB,
java.lang.Integer weight)
Costruttore |
Method Summary | |
---|---|
Interval |
getA()
Ritorna l'intervallo a cui si riferisce il frammento nel documento originale |
Interval |
getB()
Ritorna l'intervallo a cui si riferisce il frammento nel documento modificato |
java.lang.String |
getID()
Ritorna l'ID del frammento |
java.lang.Integer |
getNnRootA()
Ritorna l'indice dell'elemento radice a cui si riferisce il frammento nel documento originale |
java.lang.Integer |
getNnRootB()
Ritorna l'indice dell'elemento radice a cui si riferisce il frammento nel documento modificato |
java.lang.Integer |
getWeight()
Ritorna il peso del frammento |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Fragment(Interval intA, Interval intB, java.lang.Integer weight)
intA
- Intervallo che si riferisce al frammento nel documento originaleintB
- Intervallo che si riferisce al frammento nel documento modificatoweight
- Peso del frammentoMethod Detail |
---|
public java.lang.String getID()
public Interval getA()
public Interval getB()
public java.lang.Integer getNnRootA()
public java.lang.Integer getNnRootB()
public java.lang.Integer getWeight()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |