|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use NoeudPalindrome | |
|---|---|
| origincomment | Model for objet representation and computing P-DCFold Algorithms ; original code made by Stefan Engelen in 2006 and use "as if" without any garanty... |
| Uses of NoeudPalindrome in origincomment |
|---|
| Fields in origincomment declared as NoeudPalindrome | |
|---|---|
private NoeudPalindrome |
ArbrePalindrome.courant
Current node (default is null). |
private NoeudPalindrome |
NoeudPalindrome.pere
Father of current node (default is null). |
| Methods in origincomment that return NoeudPalindrome | |
|---|---|
NoeudPalindrome |
NoeudPalindrome.quel_fils(int i)
|
NoeudPalindrome |
NoeudPalindrome.quel_pere()
|
NoeudPalindrome |
ArbrePalindrome.quelNoeudCourant()
To get current node of execution of the algorithm. |
| Methods in origincomment with parameters of type NoeudPalindrome | |
|---|---|
void |
NoeudPalindrome.change_fils(NoeudPalindrome f,
int i)
|
void |
NoeudPalindrome.change_pere(NoeudPalindrome p)
|
void |
ArbrePalindrome.changeCourant(NoeudPalindrome n)
To set a new current node. |
private static void |
ArbrePalindrome.les_feuilles(java.util.Vector feuilles,
NoeudPalindrome n)
Leaves of the given node are put in the Vector. |
private static void |
ArbrePalindrome.recuperation(java.util.Vector resultat,
Palindrome1cible[] tabPal,
NoeudPalindrome n)
"Recuperation" |
| Constructors in origincomment with parameters of type NoeudPalindrome | |
|---|---|
ArbrePalindrome(NoeudPalindrome n)
Constrcutor with a given node. |
|
NoeudPalindrome(Palindrome1cible[] tab,
NoeudPalindrome pere)
Constructor with given table of palindromes and a father node. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||