|
MAM API (developer's version) |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectPPMTreeNode
class PPMTreeNode
Field Summary | |
---|---|
Map |
children
|
int |
context
|
int |
count
|
PPMTreeNode |
parent
|
PPMTreeNode |
root
|
int |
symbol
|
Constructor Summary | |
---|---|
PPMTreeNode()
|
|
PPMTreeNode(int symbol,
PPMTreeNode parent)
|
Method Summary | |
---|---|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public int count
public int symbol
public int context
public Map children
public PPMTreeNode parent
public PPMTreeNode root
Constructor Detail |
---|
public PPMTreeNode()
public PPMTreeNode(int symbol, PPMTreeNode parent)
Method Detail |
---|
public String toString()
toString
in class Object
|
MAM API (developer's version) |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |