Home | Trees | Indices | Help |
|
---|
|
object --+ | cscRoot --+ | ContentModel_mixin
Declares methods used by classes representing content model components.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from |
|
|||
Inherited from |
|
Return a ContentState_mixin instance that will validate the state of this model component.
|
Create a mutable copy of the symbol set. The top-level map is copied, as are the lists of values to which the symbols map. The values within the lists are unchanged, as validation does not affect them. |
In-place update of symbol set and output sequence structures. Use this to copy from temporary mutable structures updated by local validation into the structures that were passed in once the validation has succeeded. |
Determine whether an output sequence created from the symbols can be made consistent with the model. The symbol set represents letters in an alphabet; the output sequence
orders those letters in a way that satisfies the regular expression
expressed in the model. Both are changed as a result of a successful
validation; both remain unchanged if the validation failed. In
recursing, implementers may assume that
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Fri Jun 15 14:42:42 2012 | http://epydoc.sourceforge.net |