Home | Trees | Indices | Help |
|
---|
|
object --+ | cscRoot --+ | ContentModelState
Represents a state in a ContentModel DFA.
The state identifier is an integer. State 1 is the starting state of the DFA. A flag indicates whether the state is a legitimate final state for the DFA. The transitions are an ordered sequence of ContentModelTransition instances.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from |
|
|||
__state = None
|
|||
__transitions = None
|
|||
__elementTermMap = None
|
|||
__isFinal = None
|
|
|||
Inherited from |
|
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
|
Try to make a single transition with the given value.
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Thu Jan 28 08:39:48 2010 | http://epydoc.sourceforge.net |