Java org.apache.commons.scxml Context fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.scxml Context fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.scxml Context.

The text is from its open source code.

Implementation

org.apache.commons.scxml.Context has the following implementations.
Click this link to see all its implementation.

Method

Objectget(String name)
Get the value of this variable; delegating to parent.
MapgetVars()
Get the Map of all variables in this Context.
voidreset()
Clear this Context.
voidset(String name, Object value)
Assigns a new value to an existing variable or creates a new one.