public class QfsmState
extends java.lang.Object
state
XML element.Modifier and Type | Field and Description |
---|---|
private java.lang.String |
description
The state description.
|
private int |
drawColor
The color of the state (
ARGB & 0x00ffffff ). |
private int |
drawLineWidth
The width of the line.
|
private int |
drawPosX
The X coordinate of the position.
|
private int |
drawPosY
The Y coordinate of the position.
|
private int |
drawRadius
The radius of the circle.
|
private boolean |
finalState
The state is final/end state.
|
private java.lang.String |
mooreOutputs
The moore outputs of the state.
|
private java.lang.String |
name
The state name.
|
private int |
stateId
The state code/ID.
|
Constructor and Description |
---|
QfsmState() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription() |
int |
getDrawColor() |
int |
getDrawLineWidth() |
int |
getDrawPosX() |
int |
getDrawPosY() |
int |
getDrawRadius() |
java.lang.String |
getMooreOutputs() |
java.lang.String |
getName() |
int |
getStateId() |
boolean |
isFinalState() |
void |
setDescription(java.lang.String description) |
void |
setDrawColor(int drawColor) |
void |
setDrawLineWidth(int drawLineWidth) |
void |
setDrawPosX(int drawPosX) |
void |
setDrawPosY(int drawPosY) |
void |
setDrawRadius(int drawRadius) |
void |
setFinalState(boolean finalState) |
void |
setMooreOutputs(java.lang.String mooreOutputs) |
void |
setName(java.lang.String name) |
void |
setStateId(int stateId) |
private java.lang.String name
private java.lang.String description
private int stateId
private java.lang.String mooreOutputs
private int drawPosX
private int drawPosY
private int drawRadius
private int drawColor
ARGB & 0x00ffffff
).private int drawLineWidth
private boolean finalState
public java.lang.String getName()
public void setName(java.lang.String name)
public java.lang.String getDescription()
public void setDescription(java.lang.String description)
public int getStateId()
public void setStateId(int stateId)
public java.lang.String getMooreOutputs()
public void setMooreOutputs(java.lang.String mooreOutputs)
public int getDrawPosX()
public void setDrawPosX(int drawPosX)
public int getDrawPosY()
public void setDrawPosY(int drawPosY)
public int getDrawRadius()
public void setDrawRadius(int drawRadius)
public int getDrawColor()
public void setDrawColor(int drawColor)
public int getDrawLineWidth()
public void setDrawLineWidth(int drawLineWidth)
public boolean isFinalState()
public void setFinalState(boolean finalState)
Copyright 2013 Michal Turek, AnotherFSM.