Package com.iizix.term.ee
Class EELogic
java.lang.Object
com.iizix.term.ee.EELogic
Loads and handles a step of logic of the EEMaster file.
- Author:
- Christopher Mindus
Constructor Summary
Method Summary
Modifier and TypeMethodDescriptionThe string to compare with.getConditionPosition
(int cColumns) Gets the cursor position string as "rROW cCOL", empty string if position = 0.int
getKey()
The key to send.The destination screen, if this statement matches.int
getPos()
The position where the comparison should be done.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
The name of the initial screen.
Constructor Details
EELogic
Constructor.EELogic
Loads a step of logic from the EEM file.- Throws:
IOException
- for file failures.
Method Details
getScreen
The name of the initial screen.getKey
public int getKey()The key to send.getPos
public int getPos()The position where the comparison should be done.getConditionPosition
Gets the cursor position string as "rROW cCOL", empty string if position = 0.getCompare
The string to compare with.getNextScreen
The destination screen, if this statement matches.setScreen
The name of the initial screen.setKey
public void setKey(int newKey) The key to send.setPos
public void setPos(int newPos) The position where the comparison should be done.setCompare
The string to compare with.setNextScreen
The destination screen, if this statement matches.