class documentation

class NombankChainTreePointer(NombankPointer): (source)

Constructor: NombankChainTreePointer(pieces)

View In Hierarchy

Undocumented

Method __init__ Undocumented
Method __repr__ Undocumented
Method __str__ Undocumented
Method select Undocumented
Instance Variable pieces A list of the pieces that make up this chain. Elements may be either NombankSplitTreePointer or NombankTreePointer pointers.
def __init__(self, pieces): (source)
def __repr__(self): (source)

Undocumented

def __str__(self): (source)

Undocumented

def select(self, tree): (source)

Undocumented

A list of the pieces that make up this chain. Elements may be either NombankSplitTreePointer or NombankTreePointer pointers.