| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
cscRoot --+
|
ContentModel_mixin --+
|
_Group
Base class for content information pertaining to a model group.
There is a specific subclass for each group compositor.
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from Inherited from |
|||
|
|||
_StateClass = NoneA reference to a ContentState_mixin class that maintains state when validating an instance of this group. |
|||
__particles = NoneList of ParticleModels comprising the group. |
|||
_Group__particles = Nonehash(x) |
|||
|
|||
|
Inherited from |
|||
|
|||
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 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 |