|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcz.cuni.mff.mirovsky.trees.TValue
public class TValue
This class keeps a set of values of attributes at a node. It is linked into a linked list to keep all alternative sets of values of attributes.
| Field Summary | |
|---|---|
TAHLine[] |
AHTable
an array representing a set of values of attributes of a node |
TValue |
Next
a pointer to the next (alternative) set of values of attributes of a node |
| Constructor Summary | |
|---|---|
TValue()
Creates a new empty object for keeping the set of values of attributes of a node. |
|
| Method Summary | |
|---|---|
void |
addAttributes(int number)
It increases number of attributes at the node by the number. |
TValue |
getClone()
Returns a deep copy of the set of values of attributes, recursively with all alternative sets in the linked list. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public TAHLine[] AHTable
public TValue Next
| Constructor Detail |
|---|
public TValue()
| Method Detail |
|---|
public TValue getClone()
public void addAttributes(int number)
number - number of attributes to be added
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||