|
|
__init__(self,
intervals,
alphabet,
classes=None,
inverted=False,
complete=False)
Subclasses should pay attention to the relationship between
constructor kargs and attributes assumed in .clone. |
source code
|
|
|
|
|
|
|
|
|
|
| append_class(self,
class_,
label,
inverted=False) |
source code
|
|
|
|
visit(self,
visitor,
state=None)
The visitor pattern - used to evaluate the graph by an interpreter,
for example. |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Inherited from support.BaseNode:
__repr__,
clone,
concatenate,
consumer,
deep_eq,
size,
start
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__new__,
__reduce__,
__reduce_ex__,
__setattr__,
__sizeof__,
__subclasshook__
|