|
|
__file2Struct(self,
file)
This method permits to read a given XML file and to write it in
the form of a CXMLAutomata.__CXMLAutomataStruct class.
|
|
__struct2File(self,
xmlstruct,
filename)
This method permits to read a given automata struct and to write
it on a given XML file.
|
|
__struct2Automata(self,
xmlstruct)
This method permits to read a given automata struct and to write
it on a automata class.
|
|
__automata2Struct(self,
automata)
This method permits to read a given automata class and to write it
on a automata struct.
|
|
file2Automata(self,
file)
This method permits to parse a given XML automata file and to
write its content on a automata class.
|
|
automata2File(self,
automata,
filename)
This method permits to read a given automata class and to write
its content on a XML Supremica automata file.
|