|
rad
2.0.0
|
context module part of scxml4py. More...
Public Member Functions | |
| def | __init__ |
| def | __str__ |
| def | getName |
| def | getSessionId |
| def | getLastEvent |
| def | getElement |
| def | setName |
| def | setSessionId |
| def | setLastEvent |
| def | addElement |
| def | delElement |
| def | __init__ |
| def | __str__ |
| def | getName |
| def | getSessionId |
| def | getLastEvent |
| def | getElement |
| def | setName |
| def | setSessionId |
| def | setLastEvent |
| def | addElement |
| def | delElement |
Public Attributes | |
| mName | |
| mSessionId | |
| mLastEvent | |
| mElements | |
context module part of scxml4py.
This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
| def scxml4py.context.Context.__init__ | ( | self | ) |
| def scxml4py.context.Context.__init__ | ( | self | ) |
| def scxml4py.context.Context.__str__ | ( | self | ) |
| def scxml4py.context.Context.__str__ | ( | self | ) |
| def scxml4py.context.Context.addElement | ( | self, | |
| theName, | |||
| theElement | |||
| ) |
| def scxml4py.context.Context.addElement | ( | self, | |
| theName, | |||
| theElement | |||
| ) |
| def scxml4py.context.Context.delElement | ( | self, | |
| theName | |||
| ) |
| def scxml4py.context.Context.delElement | ( | self, | |
| theName | |||
| ) |
| def scxml4py.context.Context.getElement | ( | self, | |
| theName | |||
| ) |
| def scxml4py.context.Context.getElement | ( | self, | |
| theName | |||
| ) |
| def scxml4py.context.Context.getLastEvent | ( | self | ) |
| def scxml4py.context.Context.getLastEvent | ( | self | ) |
| def scxml4py.context.Context.getName | ( | self | ) |
| def scxml4py.context.Context.getName | ( | self | ) |
| def scxml4py.context.Context.getSessionId | ( | self | ) |
| def scxml4py.context.Context.getSessionId | ( | self | ) |
| def scxml4py.context.Context.setLastEvent | ( | self, | |
| theEvent | |||
| ) |
| def scxml4py.context.Context.setLastEvent | ( | self, | |
| theEvent | |||
| ) |
| def scxml4py.context.Context.setName | ( | self, | |
| theName | |||
| ) |
| def scxml4py.context.Context.setName | ( | self, | |
| theName | |||
| ) |
| def scxml4py.context.Context.setSessionId | ( | self, | |
| theId | |||
| ) |
| def scxml4py.context.Context.setSessionId | ( | self, | |
| theId | |||
| ) |
| scxml4py.context.Context.mElements |
| scxml4py.context.Context.mLastEvent |
| scxml4py.context.Context.mName |
| scxml4py.context.Context.mSessionId |
1.8.5