- Countable object (can be plural).
- Thing with quantity, which is apparently treated as
a single object otherwise. Can be combined/divided
etc.
- Countable
- a Thing with a quantity, can be divided and recombined
Methods
|
|
Absorb
GetName
GetNote
NameMatch
PostMove
PostObj
PreObj
Split
__init__
|
|
Absorb
|
Absorb ( self, pOther )
Combine more than one similar object into a
single collection object.
|
|
GetName
|
GetName (
self,
article=0,
pLooker=None,
)
Return singular or plural name with appropriate article.
|
|
GetNote
|
GetNote ( self )
Gets appropriate note with quantity indicated.
|
|
NameMatch
|
NameMatch ( self, str )
See if it is (at least) N objects.
|
|
PostMove
|
PostMove ( self )
|
|
PostObj
|
PostObj ( self, cmd )
|
|
PreObj
|
PreObj ( self, cmd )
|
|
Split
|
Split ( self, pQty )
Divide the plural object into more than one
plural object containing the same amount in total.
|
|
__init__
|
__init__ ( self, pNames='' )
|
|