Home | Trees | Indices | Help |
|
---|
|
object --+ | Node --+ | NumericalConstraint
A term with a numeric range constraint.
This corresponds to a "particle" in the XML Schema content model.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from Inherited from |
|
|||
Inherited from |
|
|||
_Precedence = -1 An integral value used for parenthesizing expressions. |
|||
__min = None hash(x) |
|||
__max = None hash(x) |
|||
__term = None hash(x) |
|||
|
|||
min | |||
max | |||
term | |||
Inherited from Inherited from |
|
Term with a numerical constraint.
|
Create a deep copy of the node. All term-tree--related attributes and properties are replaced with deep clones. Other attributes are preserved.
|
Abstract method that defines first for the subclass. The return value should be an iterable of tuples of integers denoting paths from this node through the term tree to a symbol.
|
Abstract method that defines last for the subclass. The return value should be an iterable of tuples of integers denoting paths from this node through the term tree to a symbol.
|
Abstract method that defines nullable for the subclass. The return value should be
|
Abstract method that defines follow for the subclass. The return value should be a map from tuples of integers (positions) to a list of transitions, where a transition is a position and an update instruction.
|
Abstract method implementing walkTermTree for the subclass.
|
str(x)
|
|
min
|
max
|
term
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Wed Apr 17 03:13:55 2013 | http://epydoc.sourceforge.net |