Package empro :: Module empro :: Module core :: Class Selectable
[frames] | no frames]

Class Selectable

Updatable --+
            |
           Selectable
Known Subclasses:

Interface to a selectable objects. Selectable objects can also be named and assigned notes to them.

Class Hierarchy for Selectable
Class Hierarchy for Selectable

Instance Methods
Selectable
clone()
Returns a clone (deepcopy) of the current object.
 
isSelected(...)
No documentation available.

Inherited from Updatable: __enter__, __exit__, hash, isValid, reasonWhyInvalid

Properties
  metaData
No documentation available.
stringNone name
The name of the object.
stringNone notes
Optional notes attached to the object.
Method Details

clone()

 

Returns a clone (deepcopy) of the current object.

Returns: Selectable
Overrides: Updatable.clone