Constructor and Description |
---|
EELogic(PhantomFile f,
int version)
Loads a step of logic from the EEM file.
|
EELogic(String newScreen,
int newKey,
int newPos,
String newCompare,
String newNextScreen)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
String |
getCompare()
The string to compare with.
|
String |
getConditionPosition(int cColumns)
Gets the cursor position string as "rROW cCOL", empty string if position = 0.
|
int |
getKey()
The key to send.
|
String |
getNextScreen()
The destination screen, if this statement matches.
|
int |
getPos()
The position where the comparison should be done.
|
String |
getScreen()
The name of the initial screen.
|
void |
setCompare(String newCompare)
The string to compare with.
|
void |
setKey(int newKey)
The key to send.
|
void |
setNextScreen(String newNextScreen)
The destination screen, if this statement matches.
|
void |
setPos(int newPos)
The position where the comparison should be done.
|
void |
setScreen(String newScreen)
The name of the initial screen.
|
public EELogic(String newScreen, int newKey, int newPos, String newCompare, String newNextScreen)
public EELogic(PhantomFile f, int version) throws IOException
IOException
- for file failures.public String getScreen()
public int getKey()
public int getPos()
public String getConditionPosition(int cColumns)
public String getCompare()
public String getNextScreen()
public void setScreen(String newScreen)
public void setKey(int newKey)
public void setPos(int newPos)
public void setCompare(String newCompare)
public void setNextScreen(String newNextScreen)
Phantom® and NetPhantom® are registered trademarks of Mindus SARL.
© © Mindus SARL, 2024. All rights reserved.