Home | Trees | Indices | Help |
|
---|
|
object --+ | cscRoot --+ | ContentModel_mixin --+ | ParticleModel
Content model dealing with particles: terms with occurrence restrictions
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from |
|
|||
Inherited from |
|
|
|
|
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
|
Return a ContentState_mixin instance that will validate the state of this model component.
|
Determine whether the particle requirements are satisfiable by the given symbol set. The symbol set represents letters in an alphabet. If those letters
can be combined in a way that satisfies the regular expression expressed
in the model, a satisfying sequence is returned and the symbol set is
reduced by the letters used to form the sequence. If the content model
cannot be satisfied,
|
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 Sun May 30 12:40:28 2010 | http://epydoc.sourceforge.net |