rad  3.0.0
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__ (self)
 
def __str__ (self)
 
def getName (self)
 
def getSessionId (self)
 
def getLastEvent (self)
 
def getElement (self, theName)
 
def setName (self, theName)
 
def setSessionId (self, theId)
 
def setLastEvent (self, theEvent)
 
def addElement (self, theName, theElement)
 
def delElement (self, theName)
 
def __init__ (self)
 
def __str__ (self)
 
def getName (self)
 
def getSessionId (self)
 
def getLastEvent (self)
 
def getElement (self, theName)
 
def setName (self, theName)
 
def setSessionId (self, theId)
 
def setLastEvent (self, theEvent)
 
def addElement (self, theName, theElement)
 
def delElement (self, theName)
 

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

◆ __init__() [1/2]

def scxml4py.context.Context.__init__ (   self)

◆ __init__() [2/2]

def scxml4py.context.Context.__init__ (   self)

Member Function Documentation

◆ __str__() [1/2]

def scxml4py.context.Context.__str__ (   self)

◆ __str__() [2/2]

def scxml4py.context.Context.__str__ (   self)

◆ addElement() [1/2]

def scxml4py.context.Context.addElement (   self,
  theName,
  theElement 
)

◆ addElement() [2/2]

def scxml4py.context.Context.addElement (   self,
  theName,
  theElement 
)

◆ delElement() [1/2]

def scxml4py.context.Context.delElement (   self,
  theName 
)

◆ delElement() [2/2]

def scxml4py.context.Context.delElement (   self,
  theName 
)

◆ getElement() [1/2]

def scxml4py.context.Context.getElement (   self,
  theName 
)

◆ getElement() [2/2]

def scxml4py.context.Context.getElement (   self,
  theName 
)

◆ getLastEvent() [1/2]

def scxml4py.context.Context.getLastEvent (   self)

◆ getLastEvent() [2/2]

def scxml4py.context.Context.getLastEvent (   self)

◆ getName() [1/2]

def scxml4py.context.Context.getName (   self)

◆ getName() [2/2]

def scxml4py.context.Context.getName (   self)

◆ getSessionId() [1/2]

def scxml4py.context.Context.getSessionId (   self)

◆ getSessionId() [2/2]

def scxml4py.context.Context.getSessionId (   self)

◆ setLastEvent() [1/2]

def scxml4py.context.Context.setLastEvent (   self,
  theEvent 
)

◆ setLastEvent() [2/2]

def scxml4py.context.Context.setLastEvent (   self,
  theEvent 
)

◆ setName() [1/2]

def scxml4py.context.Context.setName (   self,
  theName 
)

◆ setName() [2/2]

def scxml4py.context.Context.setName (   self,
  theName 
)

◆ setSessionId() [1/2]

def scxml4py.context.Context.setSessionId (   self,
  theId 
)

◆ setSessionId() [2/2]

def scxml4py.context.Context.setSessionId (   self,
  theId 
)

Member Data Documentation

◆ mElements

scxml4py.context.Context.mElements

◆ mLastEvent

scxml4py.context.Context.mLastEvent

◆ mName

scxml4py.context.Context.mName

◆ mSessionId

scxml4py.context.Context.mSessionId

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