public class Node extends Object
| Modifier and Type | Field and Description |
|---|---|
private boolean |
isNbrMatchedStringUpdated |
private char |
maxChar |
private char |
minChar |
private int |
nbrChar |
private long |
nbrMatchedString |
private List<Node> |
nextNodes |
| Constructor and Description |
|---|
Node() |
| Modifier and Type | Method and Description |
|---|---|
char |
getMaxChar() |
char |
getMinChar() |
int |
getNbrChar() |
long |
getNbrMatchedString() |
List<Node> |
getNextNodes() |
void |
setMaxChar(char maxChar) |
void |
setMinChar(char minChar) |
void |
setNbrChar(int nbrChar) |
void |
setNbrMatchedString(long nbrMatchedString) |
void |
setNextNodes(List<Node> nextNodes) |
void |
updateNbrMatchedString()
Calculate the number of string that will be generated until the
transaction presented by this node, and set the result in
nbrMatchedString. |
private int nbrChar
private long nbrMatchedString
private boolean isNbrMatchedStringUpdated
private char minChar
private char maxChar
public void updateNbrMatchedString()
nbrMatchedString.public int getNbrChar()
public void setNbrChar(int nbrChar)
public long getNbrMatchedString()
public void setNbrMatchedString(long nbrMatchedString)
public char getMaxChar()
public void setMaxChar(char maxChar)
public char getMinChar()
public void setMinChar(char minChar)
Copyright © 2016. All rights reserved.