|
|
|
|
__init__(self,
name,
minor=0,
major=0)
Initializes the CAutomata class.
|
|
|
getName(self)
|
|
|
setName(self,
name)
Set the name of the Automata list.
|
|
|
getMinor(self)
|
|
|
getMajor(self)
|
|
|
getAutomaton(self,
name)
Returns the automaton instance corresponding to the specified
name
|
|
|
setMinor(self,
minor)
Sets the minor parameter of the Automata list.
|
|
|
setMajor(self,
major)
Sets the major parameter of the Automata list.
|
|
|
addAutomaton(self,
automaton)
Adds an automaton to the automata list
|
|
|
getAutomata(self)
Returns a copy of the list of automata.
|
|
:
__delattr__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__str__
|