base State class
Definition at line 52 of file statemap.py.
◆ __init__()
def smclib.statemap.State.__init__ |
( |
|
self, |
|
|
|
name, |
|
|
|
id |
|
) |
| |
◆ getId()
def smclib.statemap.State.getId |
( |
|
self | ) |
|
Returns the state's unique identifier.
Definition at line 63 of file statemap.py.
◆ getName()
def smclib.statemap.State.getName |
( |
|
self | ) |
|
Returns the state's printable name.
Definition at line 59 of file statemap.py.
◆ _id
smclib.statemap.State._id |
|
private |
◆ _name
smclib.statemap.State._name |
|
private |
The documentation for this class was generated from the following file: