rad  2.0.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Public Attributes | List of all members
scxml4py.context.Context Class Reference

context module part of scxml4py. More...

Inheritance diagram for scxml4py.context.Context:

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
 

Detailed Description

context module part of scxml4py.

Authors
: landolfa
Date
: 2016-12-26

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.

Constructor & Destructor Documentation

def scxml4py.context.Context.__init__ (   self)
def scxml4py.context.Context.__init__ (   self)

Member Function Documentation

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 
)

Member Data Documentation

scxml4py.context.Context.mElements
scxml4py.context.Context.mLastEvent
scxml4py.context.Context.mName
scxml4py.context.Context.mSessionId

The documentation for this class was generated from the following files: