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 SummaryConstructors
- Method SummaryModifier 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.- voidThe name of the initial screen.
- Constructor Details- EELogicConstructor.
- EELogicLoads a step of logic from the EEM file.- Throws:
- IOException- for file failures.
 
 
- Method Details- getScreenThe name of the initial screen.
- getKeypublic int getKey()The key to send.
- getPospublic int getPos()The position where the comparison should be done.
- getConditionPositionGets the cursor position string as "rROW cCOL", empty string if position = 0.
- getCompareThe string to compare with.
- getNextScreenThe destination screen, if this statement matches.
- setScreenThe name of the initial screen.
- setKeypublic void setKey- (int newKey) The key to send.
- setPospublic void setPos- (int newPos) The position where the comparison should be done.
- setCompareThe string to compare with.
- setNextScreenThe destination screen, if this statement matches.