Home | Trees | Indices | Help |
|
---|
|
object --+ | cscRoot --+ | ContentModel_mixin --+ | ParticleModel
Content model dealing with particles: terms with occurrence restrictions
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from |
|
|||
__minOccurs = None hash(x) |
|||
__maxOccurs = None hash(x) |
|||
__term = None The ContentModel_mixin for a single occurrence. |
|
|||
Inherited from |
|
The minimum number of times the term must occur. This will be a non-negative integer. |
The maximum number of times the term may occur. This will be a positive integer, or |
|
|
|
x.__init__(...) initializes x; see help(type(x)) 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 Fri Jun 15 14:42:42 2012 | http://epydoc.sourceforge.net |