class Locked(Constrained): (source)
| Method | entityConstraint |
A method that determines whether an entity may be added to me. |
| Method | lock |
Undocumented |
| Instance Variable | locked |
Undocumented |
Inherited from Constrained:
| Method | nameConstraint |
A method that determines whether an entity may be added to me with a given name. |
| Method | putEntity |
Store an entity if it meets both constraints. |
| Method | reallyPutEntity |
Undocumented |
Inherited from Collection (via Constrained):
| Method | __init__ |
Initialize me. |
| Method | delEntity |
Remove a static reference for 'name'. |
| Method | getDynamicEntity |
Subclass this to generate an entity on demand. |
| Method | getEntity |
Retrieve an entity from me. |
| Method | getStaticEntity |
Get an entity that was added to me using putEntity. |
| Method | listDynamicEntities |
A list of all name, entity that I can generate on demand. |
| Method | listDynamicNames |
Retrieve a list of the names of entities that I store references to. |
| Method | listEntities |
Retrieve a list of all name, entity pairs I contain. |
| Method | listNames |
Retrieve a list of all names for entities that I contain. |
| Method | listStaticEntities |
Retrieve a list of all name, entity pairs that I store references to. |
| Method | listStaticNames |
Retrieve a list of the names of entities that I store references to. |
| Method | removeEntity |
Remove an entity for 'name', based on the content of 'request'. |
| Method | storeEntity |
Store an entity for 'name', based on the content of 'request'. |
| Instance Variable | entities |
Undocumented |