|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Field | |
|---|---|
| ndiff.relation | |
| Uses of Field in ndiff.relation |
|---|
| Fields in ndiff.relation declared as Field | |
|---|---|
Field |
Field.next
|
Field |
Field.prev
|
| Methods in ndiff.relation that return Field | |
|---|---|
Field |
NxN.getField(int x,
int y)
Restituisce il Field che si trova nella posizione (x,y) |
Field |
NxN.nextField()
Aggiorna il puntatore interno che mantiene l'ultimo Field processato Viene usato abbinato con StartFieldProcess, che setta il puntatore interno alla lista dei Field che si vuole processare |
| Methods in ndiff.relation with parameters of type Field | |
|---|---|
void |
Field.bindAfter(Field ref)
Lega l'elemento dopo il Field ref |
void |
Field.bindFirst(Field ref)
Lega l'elemento prima del Field ref |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||