class documentation

class State(object):

Constructor: State(name, id)

View In Hierarchy

base State class

Method __init__ Undocumented
Method getId Returns the state's unique identifier.
Method getName Returns the state's printable name.
Instance Variable _id Undocumented
Instance Variable _name Undocumented
def __init__(self, name, id):

Undocumented

def getId(self):

Returns the state's unique identifier.

def getName(self):

Returns the state's printable name.

_id =

Undocumented

_name =

Undocumented