AbstractActionsAttribute
ptolemy.domains.fsm.kernel.AbstractActionsAttribute

A base class for actions with semicolon delimited lists of commands. <p> The value of this attribute is a semicolon separated list of commands, where each command gives a destination to send data to and a value to send. The actions are given by calling setExpression() with a string of the form: <pre> <i>command</i>; <i>command</i>; ... </pre> where each <i>command</i> has the form: <pre> <i>destination</i> = <i>expression</i> </pre> where <i>destination</i> is either <pre> <i>name</i> </pre> or <pre> <i>name</i>(<i>number</i>) </pre> <p> The <i>expression</i> is a string giving an expression in the usual Ptolemy II expression language. The expression may include references to variables and parameters contained by the FSM actor.

Author(s): Xiaojun Liu and Edward A. Lee
Version:$Id: AbstractActionsAttribute.doc.html,v 1.1 2006/02/22 18:40:26 mangal Exp $
Pt.Proposed Rating:Yellow (eal)
Pt.Accepted Rating:Red (eal)