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

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

Introduction

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

The text is from its open source code.

Method

Objectget(String name)
Get the value of this variable; delegating to parent.
voidset(String name, Object value)
Assigns a new value to an existing variable or creates a new one.