|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcz.cmc.tcgui.TCGraphSelectionModel.TCHierarchyHeapEntry
Structure containing reference to the first cell of a partial selection object type and cell count of such type
Field Summary | |
protected int |
count
Member count of this hierarchy |
protected int |
index
Index of the location at the heap |
Constructor Summary | |
TCGraphSelectionModel.TCHierarchyHeapEntry()
Constructs a new TCHierarchyHeapEntry with zero index and member count |
|
TCGraphSelectionModel.TCHierarchyHeapEntry(int i)
Constructs a new TCHierarchyHeapEntry with zero member count |
|
TCGraphSelectionModel.TCHierarchyHeapEntry(int i,
int c)
Constructs a new TCHierarchyHeapEntry |
Method Summary | |
int |
getCount()
|
int |
getIndex()
|
void |
changeCount(int dc)
Changes member count of this hierarchy entry relatively |
void |
changeIndex(int di)
Changes index of this hierarchy entry relatively |
void |
setCount(int c)
Sets member count of this hierarchy entry |
void |
setIndex(int i)
Sets index of this hierarchy entry |
String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
protected int index
protected int count
Constructor Detail |
public TCGraphSelectionModel.TCHierarchyHeapEntry(int i, int c)
i
- index of the location at the heapc
- member count of this hierarchypublic TCGraphSelectionModel.TCHierarchyHeapEntry(int i)
i
- index of the location at the heappublic TCGraphSelectionModel.TCHierarchyHeapEntry()
Method Detail |
public int getIndex()
public int getCount()
public void setIndex(int i)
i
- index to be setpublic void setCount(int c)
c
- count to be setpublic void changeIndex(int di)
di
- change to current indexpublic void changeCount(int dc)
dc
- change to current countpublic String toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |