Свойство | Тип | Описание | |
---|---|---|---|
ROOTNODEID | int |
Метод | Описание | |
---|---|---|
AddChild ( int parentNodeId, int childnodeId ) : void | ||
AddCount ( int nodeId, long count ) : bool | ||
AddHeaderCount ( int attributeValue, long count ) : void | ||
AddHeaderNext ( int attributeValue, int nodeId ) : void | ||
Attribute ( int nodeId ) : int | ||
ChildAtIndex ( int nodeId, int index ) : int | ||
ChildCount ( int nodeId ) : int | ||
ChildWithAttribute ( int nodeId, int childAttribute ) : int | ||
Clear ( ) : void | ||
ClearConditional ( ) : void | ||
Conditional ( int nodeId ) : int | ||
Count ( int nodeId ) : long | ||
CreateConditionalNode ( int attributeValue, long count ) : int | ||
CreateNode ( int parentNodeId, int attributeValue, long count ) : int | ||
CreateRootNode ( ) : int | ||
FPTree ( ) : System | ||
FPTree ( int size ) : System | ||
GetAttributeAtIndex ( int index ) : int | ||
GetHeaderNext ( int attributeValue ) : int | ||
GetHeaderSupportCount ( int attributeValue ) : long | ||
GetHeaderTableAttributes ( ) : int[] | ||
GetHeaderTableCount ( ) : int | ||
IsEmpty ( ) : bool | ||
Next ( int nodeId ) : int | ||
Parent ( int nodeId ) : int | ||
RemoveHeaderNext ( int attributeValue ) : void | ||
ReorderHeaderTable ( ) : void | ||
ReplaceChild ( int parentNodeId, int replacableNode, int childnodeId ) : void | ||
SetConditional ( int nodeId, int conditionalNode ) : bool | ||
SetNext ( int nodeId, int nextNode ) : bool | ||
SetParent ( int nodeId, int parentNode ) : bool |
Метод | Описание | |
---|---|---|
GetHeaderIndex ( int attributeValue ) : int | ||
Resize ( ) : void | ||
ResizeChildren ( int nodeId ) : void | ||
ResizeHeaderLookup ( int attributeValue ) : void | ||
ResizeHeaderTable ( ) : void |
public AddChild ( int parentNodeId, int childnodeId ) : void | ||
parentNodeId | int | |
childnodeId | int | |
Результат | void |
public AddCount ( int nodeId, long count ) : bool | ||
nodeId | int | |
count | long | |
Результат | bool |
public AddHeaderCount ( int attributeValue, long count ) : void | ||
attributeValue | int | |
count | long | |
Результат | void |
public AddHeaderNext ( int attributeValue, int nodeId ) : void | ||
attributeValue | int | |
nodeId | int | |
Результат | void |
public ChildAtIndex ( int nodeId, int index ) : int | ||
nodeId | int | |
index | int | |
Результат | int |
public ChildWithAttribute ( int nodeId, int childAttribute ) : int | ||
nodeId | int | |
childAttribute | int | |
Результат | int |
public CreateConditionalNode ( int attributeValue, long count ) : int | ||
attributeValue | int | |
count | long | |
Результат | int |
public CreateNode ( int parentNodeId, int attributeValue, long count ) : int | ||
parentNodeId | int | |
attributeValue | int | |
count | long | |
Результат | int |
public GetAttributeAtIndex ( int index ) : int | ||
index | int | |
Результат | int |
public GetHeaderNext ( int attributeValue ) : int | ||
attributeValue | int | |
Результат | int |
public GetHeaderSupportCount ( int attributeValue ) : long | ||
attributeValue | int | |
Результат | long |
public GetHeaderTableAttributes ( ) : int[] | ||
Результат | int[] |
public RemoveHeaderNext ( int attributeValue ) : void | ||
attributeValue | int | |
Результат | void |
public ReplaceChild ( int parentNodeId, int replacableNode, int childnodeId ) : void | ||
parentNodeId | int | |
replacableNode | int | |
childnodeId | int | |
Результат | void |
public SetConditional ( int nodeId, int conditionalNode ) : bool | ||
nodeId | int | |
conditionalNode | int | |
Результат | bool |
public SetNext ( int nodeId, int nextNode ) : bool | ||
nodeId | int | |
nextNode | int | |
Результат | bool |
public SetParent ( int nodeId, int parentNode ) : bool | ||
nodeId | int | |
parentNode | int | |
Результат | bool |