|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorigincomment.NoeudPalindrome
public class NoeudPalindrome
Palindromes nodes in a tree of algorithm execution.
ArbrePalindrome
Field Summary | |
---|---|
private java.util.Vector |
fils
Sons of current node : initialized to a new Vector (empty). |
private NoeudPalindrome |
pere
Father of current node (default is null). |
private Palindrome1cible[] |
tableauPalindrome
Table of palindromes (default is size one and [0] not defined). |
Constructor Summary | |
---|---|
NoeudPalindrome()
Default constructor. |
|
NoeudPalindrome(Palindrome1cible[] tab)
Constructor with a given table of palindromes. |
|
NoeudPalindrome(Palindrome1cible[] tab,
NoeudPalindrome pere)
Constructor with given table of palindromes and a father node. |
Method Summary | |
---|---|
void |
change_fils(NoeudPalindrome f,
int i)
|
void |
change_fils(java.util.Vector v)
|
void |
change_palindrome(Palindrome1cible p,
int i)
|
void |
change_pere(NoeudPalindrome p)
|
void |
change_tableau(Palindrome1cible[] tab)
|
NoeudPalindrome |
quel_fils(int i)
|
Palindrome1cible |
quel_palindrome(int i)
|
NoeudPalindrome |
quel_pere()
|
Palindrome1cible[] |
quel_tableau()
|
java.util.Vector |
quels_fils()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private NoeudPalindrome pere
private Palindrome1cible[] tableauPalindrome
private java.util.Vector fils
Constructor Detail |
---|
public NoeudPalindrome()
ArbrePalindrome.ArbrePalindrome()
public NoeudPalindrome(Palindrome1cible[] tab)
tab
- (Palindrome1cible[]) table of palindromesADN1cible.change_palindromes(Palindrome1cible[])
public NoeudPalindrome(Palindrome1cible[] tab, NoeudPalindrome pere)
tab
- (Palindrome1cible[]) table of palindromespere
- (NoeudPalindrome) fatherMethod Detail |
---|
public NoeudPalindrome quel_pere()
public java.util.Vector quels_fils()
public NoeudPalindrome quel_fils(int i)
public Palindrome1cible[] quel_tableau()
public Palindrome1cible quel_palindrome(int i)
public void change_pere(NoeudPalindrome p)
public void change_fils(java.util.Vector v)
public void change_tableau(Palindrome1cible[] tab)
public void change_palindrome(Palindrome1cible p, int i)
public void change_fils(NoeudPalindrome f, int i)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |