|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.beanexplorer.beans.Option
biouml.model.dynamics.Assignment
The Assignment structures represent variable assignments which have effect when the event is executed.
| Field Summary | |
protected java.lang.String |
math
Expresison that used to calculate new value of the variable. |
protected java.lang.String |
variable
Name of variable whose value should be changed. |
| Fields inherited from class com.beanexplorer.beans.Option |
notificationEnabled, propagationEnabled |
| Constructor Summary | |
Assignment(java.lang.String variable,
java.lang.String math)
|
|
| Method Summary | |
java.lang.String[] |
getExpressions()
Returns all owned mathematical expressions. |
java.lang.String |
getMath()
|
EModelRole |
getRole()
Return role object essential to variables name resolving. |
java.lang.String |
getVariable()
|
boolean |
isExpression(java.lang.String propertyName)
Returns true if property contains string that should be parsed as mathematical expression. |
void |
setMath(java.lang.String math)
|
void |
setVariable(java.lang.String variable)
|
| Methods inherited from class com.beanexplorer.beans.Option |
addPropertyChangeListener, copyListenersTo, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, getParent, isNotificationEnabled, isPropagationEnabled, removePropertyChangeListener, setNotificationEnabled, setParent, setPropagationEnabled |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected java.lang.String variable
protected java.lang.String math
| Constructor Detail |
public Assignment(java.lang.String variable,
java.lang.String math)
| Method Detail |
public java.lang.String getVariable()
public void setVariable(java.lang.String variable)
public java.lang.String getMath()
public void setMath(java.lang.String math)
public boolean isExpression(java.lang.String propertyName)
ExpressionOwner
isExpression in interface ExpressionOwnerpublic java.lang.String[] getExpressions()
ExpressionOwner
getExpressions in interface ExpressionOwnerpublic EModelRole getRole()
ExpressionOwner
getRole in interface ExpressionOwner
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||