|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectar.edu.unr.fceia.bottallo.Diamond_info
public class Diamond_info
A Statecharts diamond state
Field Summary | |
---|---|
static int |
A_CONSTANT
|
static int |
A_EXPRESSION
|
static int |
A_VARIABLE
|
Constructor Summary | |
---|---|
Diamond_info()
Creates a new instance of State_Parametrized |
Method Summary | |
---|---|
int |
getConstant()
Get the operator if it appears in the name |
java.lang.String |
getExpression()
Get the expression (name) of a diamond state |
java.lang.String |
getOperator()
Get the operator if it appears in the name |
int |
getType()
Get the type, see the Field Summary part |
java.lang.String |
getVariable()
Get the variable if it appears in the name |
void |
setExpression(java.lang.String exp)
Evaluate the name of a diamond state, setting variable, operator and constant |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int A_VARIABLE
public static final int A_CONSTANT
public static final int A_EXPRESSION
Constructor Detail |
---|
public Diamond_info()
Method Detail |
---|
public java.lang.String getVariable()
public java.lang.String getOperator()
public int getConstant()
public void setExpression(java.lang.String exp)
public java.lang.String getExpression()
public int getType()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |