Base
Configuration and util class of the base, i.e. the maximal arity of the first level of the tree.
Constructor Summary
Public Constructor | ||
public |
constructor(b: Number) |
Member Summary
Private Members | ||
private |
_b: * |
Method Summary
Public Methods | ||
public |
getBitBase(level: Number): Number Process the number of bits usage at a certain level of dense space. |
|
public |
getInterval(level: Number, p: LSeqNode, q: LSeqNode): Number Process the number of possible paths between two LSEQNode. |
|
public |
Process the total number of bits usage to get to a certain level. |
Public Constructors
Private Members
private _b: * source
Public Methods
public getBitBase(level: Number): Number source
Process the number of bits usage at a certain level of dense space.
Params:
Name | Type | Attribute | Description |
level | Number | The level in dense space, i.e., the number of concatenations of the identifier. |
public getInterval(level: Number, p: LSeqNode, q: LSeqNode): Number source
Process the number of possible paths between two LSEQNode.