|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.primordion.xholon.base.Xholon
org.primordion.xholon.base.XholonWithPorts
org.primordion.xholon.xmiapps.XhTestFsm
TestFsm application - Xholon Java
Author: KenWebb
Date: 26/06/2007
File: TestFsm.mdzip
Target: Xholon 0.5 http://www.primordion.com/Xholon
UML: MagicDraw UML 11.5
XMI: 2.1, Tue Jun 26 17:39:57 EDT 2007
XSLT: 1, Apache Software Foundation, http://xml.apache.org/xalan-j
| Field Summary | |
char |
aChar
|
java.lang.Integer |
anInteger
|
static int |
aStaticInt
|
java.lang.String |
aString
|
java.lang.Integer |
myInteger
|
static int |
Partner
|
java.lang.String |
roleName
|
static int |
SIG1
|
static int |
SIG2
|
static int |
SIG3
|
int |
state
|
static int |
TEST_SCENARIO_1
|
static int |
TEST_SCENARIO_2
|
static int |
TEST_SCENARIO_3
|
static int |
TEST_SCENARIO_4
|
static int |
TEST_SCENARIO_5
|
static int |
TEST_SCENARIO_6
|
| Fields inherited from class org.primordion.xholon.base.XholonWithPorts |
port |
| Fields inherited from class org.primordion.xholon.base.Xholon |
DEFAULT_LEVEL, interaction, interactionsEnabled |
| Fields inherited from interface org.primordion.xholon.xmiapps.CeTestFsm |
FsmXholonCE, includeCE, TestFsmSystemCE, TestHarnessCE, XholonClassCE |
| Fields inherited from interface org.primordion.xholon.base.IXholon |
DEFAULT_SIZE_MSG_Q, NINCLUDE_PSC, NINCLUDE_PSx, NINCLUDE_PxC, NINCLUDE_Pxx, NINCLUDE_xSC, NINCLUDE_xSx, NINCLUDE_xxC, NINCLUDE_xxx |
| Constructor Summary | |
XhTestFsm()
|
|
| Method Summary | |
void |
act()
Do some action during this time step. |
boolean |
getABooleanFalse()
|
boolean |
getABooleanTrue()
|
byte |
getAByte()
|
char |
getAChar()
|
double |
getADouble()
|
float |
getAFloat()
|
long[] |
getALong()
|
java.lang.Integer |
getAnInteger()
|
short |
getAShort()
|
static int |
getAStaticInt()
|
java.lang.String |
getAString()
|
java.lang.Integer |
getMyInteger()
|
java.lang.String |
getRoleName()
Get name of the role played by this Xholon within a specific context. |
int |
getState()
|
static int |
getTestScenario()
|
static int |
getX()
|
static int |
getY()
|
void |
initialize()
Initialize the tree node. |
void |
performActivity(int activityId,
IMessage msg)
Do the UML2 Activity identified by the activityId. |
boolean |
performGuard(int activityId,
IMessage msg)
Do the UML2 Activity identified by the activityId. |
void |
processReceivedMessage(Message msg)
Process a received ROOM/UML2 message taken from the message queue. |
void |
setABooleanFalse(boolean aBooleanFalse)
|
void |
setABooleanTrue(boolean aBooleanTrue)
|
void |
setAByte(byte aByte)
|
void |
setAChar(char aChar)
|
void |
setADouble(double aDouble)
|
void |
setAFloat(float aFloat)
|
void |
setALong(long[] aLong)
|
void |
setAnInteger(java.lang.Integer anInteger)
|
void |
setAShort(short aShort)
|
void |
setAString(java.lang.String aString)
|
void |
setMyInteger(java.lang.Integer myInteger)
|
void |
setRoleName(java.lang.String roleName)
Set name of the role played by this Xholon within a specific context. |
void |
setState(int state)
|
static void |
setTestScenario(int TestScenarioArg)
|
static void |
setX(int xArg)
|
static void |
setY(int yArg)
|
java.lang.String |
toString()
|
| Methods inherited from class org.primordion.xholon.base.XholonWithPorts |
configure, getMaxPorts, getPort, isActiveObject, isBound, isContainer, isPassiveObject, postConfigure, setMaxPorts, setPorts, terminate |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final int Partner
public static final int SIG1
public static final int SIG3
public static final int SIG2
public java.lang.String roleName
public java.lang.String aString
public char aChar
public java.lang.Integer anInteger
public java.lang.Integer myInteger
public static final int aStaticInt
public int state
public static final int TEST_SCENARIO_1
public static final int TEST_SCENARIO_2
public static final int TEST_SCENARIO_3
public static final int TEST_SCENARIO_4
public static final int TEST_SCENARIO_5
public static final int TEST_SCENARIO_6
| Constructor Detail |
public XhTestFsm()
| Method Detail |
public void setRoleName(java.lang.String roleName)
IXholon
setRoleName in interface IXholonsetRoleName in class Xholonpublic java.lang.String getRoleName()
IXholon
getRoleName in interface IXholongetRoleName in class Xholonpublic static void setX(int xArg)
public static int getX()
public static void setY(int yArg)
public static int getY()
public void setADouble(double aDouble)
public double getADouble()
public void setAString(java.lang.String aString)
public java.lang.String getAString()
public void setALong(long[] aLong)
public long[] getALong()
public void setABooleanTrue(boolean aBooleanTrue)
public boolean getABooleanTrue()
public void setAChar(char aChar)
public char getAChar()
public void setAByte(byte aByte)
public byte getAByte()
public void setAShort(short aShort)
public short getAShort()
public void setAFloat(float aFloat)
public float getAFloat()
public void setAnInteger(java.lang.Integer anInteger)
public java.lang.Integer getAnInteger()
public void setMyInteger(java.lang.Integer myInteger)
public java.lang.Integer getMyInteger()
public static int getAStaticInt()
public void setState(int state)
public int getState()
public void setABooleanFalse(boolean aBooleanFalse)
public boolean getABooleanFalse()
public static void setTestScenario(int TestScenarioArg)
public static int getTestScenario()
public void initialize()
IXholon
initialize in interface IXholoninitialize in class XholonWithPortspublic void act()
IXholon
act in interface IXholonact in class Xholonpublic void processReceivedMessage(Message msg)
IXholon
processReceivedMessage in interface IXholonprocessReceivedMessage in class Xholon
public void performActivity(int activityId,
IMessage msg)
IXholon
performActivity in interface IXholonperformActivity in class Xholon
public boolean performGuard(int activityId,
IMessage msg)
IXholon
performGuard in interface IXholonperformGuard in class Xholonpublic java.lang.String toString()
toString in class Xholon
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||