|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectclarion.options.transfer.Transfer
clarion.options.transfer.subsys.NacsTransfer
Field Summary | |
protected int |
NACS_AEM
|
protected int |
NACS_AMN
|
protected int |
NACS_COMP
|
protected int |
NACS_COMP_NUM
constants indicate different components in NACS subsystem. |
protected int |
NACS_COR
|
protected int |
NACS_EM
|
protected int |
NACS_GKS
|
Fields inherited from class clarion.options.transfer.Transfer |
AMN, BL, GKS, global, INPUT, loadedFile, loadedFileName, manager, OFF, ON, OUTPUT, SAVE_TO_FILE, SAVE_TO_GLOBAL, saveCode, savedFile, savedFileName, subsysPath, sysDir, sysOptions, sysPath, sysSettingDir, sysSettingPath, TL, userOptions, WM |
Constructor Summary | |
NacsTransfer(TransferManager manager,
Global global)
constructor. |
Method Summary | |
int |
getAmnNum()
Get the number of AMN networks in the NACS subystem. |
int |
getAmnType(int netIdx)
Deprecated. |
int |
getGksReasoningType()
Get the GKS reasoning method. |
boolean |
isAemOn()
Get the AEM option to check if the AEM component is selected or not. |
boolean |
isEmOn()
Get the EM option to check if the EM component is selected or not. |
boolean |
isGksOn()
Get the GKS option to check if the GKS component is selected or not. |
void |
load()
the process of loading configurations from persistent storage. |
void |
save()
the process of saving the options to persistent storage or to the associated Global object. |
Methods inherited from class clarion.options.transfer.Transfer |
getOptions, getOptions, loadOptions, saveOptions, searchFile, searchFile, setGlobal, setSaveCode, setupGenericFormat, update |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected final int NACS_COMP_NUM
protected final int NACS_COMP
protected final int NACS_GKS
protected final int NACS_AMN
protected final int NACS_EM
protected final int NACS_AEM
protected final int NACS_COR
Constructor Detail |
public NacsTransfer(TransferManager manager, Global global)
Method Detail |
public boolean isGksOn()
public int getAmnNum()
public boolean isEmOn()
public boolean isAemOn()
public int getAmnType(int netIdx)
public int getGksReasoningType()
public void load()
load
in class Transfer
public void save()
save
in class Transfer
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |