Inheritance diagram for Updatable:


Constructors | |
| Updatable (const char *name="unnamed") | |
| Updatable (PropertySettings &prop) | |
| virtual | ~Updatable () |
Interface | |
| virtual void | update ()=0 |
| void | setName (const char *newname) |
| bool | setName (const Variant &nv) |
| const char * | name () const |
| Variant | getNameV () |
| Properties | ||||
| Name | Type [isVector] | Access mode | Description | Class |
|---|---|---|---|---|
| typename | string | read-only | Class's type | Propertized |
| name | string | read/write | name of the object | this |
| Updatable | ( | const char * | name = "unnamed" |
) |
Constructor
| Updatable | ( | PropertySettings & | prop | ) |
Constructor with PropertySettings
| virtual ~Updatable | ( | ) | [virtual] |
Destructor
| virtual void update | ( | ) | [pure virtual] |
Update the object
Implemented in BiasedCluster, CopyLinker, DDECluster, DotLinker, FakeCluster, NormLinker, SimpleCluster, and SparseMatrixLinker.
| void setName | ( | const char * | newname | ) |
Set the name of Updatable
| const char* name | ( | ) | const |
Return its name