|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NoeudArbreExecListe | |
---|---|
modele | Model for objet representation and computing P-DCFold Algorithms. |
tests | First part of tests : the simpliest classes of the model. |
Uses of NoeudArbreExecListe in modele |
---|
Fields in modele declared as NoeudArbreExecListe | |
---|---|
private NoeudArbreExecListe |
NoeudArbreExec.fils
Descendants in the tree of the current node. |
Methods in modele that return NoeudArbreExecListe | |
---|---|
NoeudArbreExecListe |
NoeudArbreExec.getFils()
|
NoeudArbreExecListe |
ArbreExec.les_feuilles()
Leaves of the root node. |
Methods in modele with parameters of type NoeudArbreExecListe | |
---|---|
void |
NoeudArbreExec.addFils(NoeudArbreExecListe newSons)
|
boolean |
NoeudArbreExecListe.equals(NoeudArbreExecListe toCompare)
To know if two NoeudArbreExecListe are equals (local instance and an other). |
private static void |
ArbreExec.les_feuilles(NoeudArbreExecListe feuilles,
NoeudArbreExec n)
Leaves of the given node are put in the NoeudArbreExecListe. |
void |
NoeudArbreExec.setFils(NoeudArbreExecListe fils)
|
Uses of NoeudArbreExecListe in tests |
---|
Fields in tests declared as NoeudArbreExecListe | |
---|---|
private NoeudArbreExecListe |
TestNoeudArbreExecListe.basetest1
|
private NoeudArbreExecListe |
TestNoeudArbreExecListe.basetest2
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |