|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectndiff.relation.Field
public class Field
| Field Summary | |
|---|---|
boolean |
inList
|
static byte |
LOCALITY
|
Field |
next
|
static byte |
NO
|
Field |
prev
|
int |
property
|
Interval |
xRef
|
Interval |
yRef
|
| Constructor Summary | |
|---|---|
Field(int type,
Interval x,
Interval y)
Costruttore |
|
| Method Summary | |
|---|---|
void |
bindAfter(Field ref)
Lega l'elemento dopo il Field ref |
void |
bindFirst(Field ref)
Lega l'elemento prima del Field ref |
java.lang.String |
show()
Per fase di debug |
void |
untie()
Rimuove se stesso dalla lista di appartenenza, collegando il suo precedente al suo successivo |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final byte NO
public static final byte LOCALITY
public int property
public Interval xRef
public Interval yRef
public Field next
public Field prev
public boolean inList
| Constructor Detail |
|---|
public Field(int type,
Interval x,
Interval y)
type - Proprietą sull'area creatax - Riferimento all'intervallo del dominioy - Riferimento all'intervallo del codominio| Method Detail |
|---|
public void untie()
public void bindAfter(Field ref)
ref - Reference al Field di riferimentopublic void bindFirst(Field ref)
ref - Referenceal Field di riferimentopublic java.lang.String show()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||