|
||||||||||
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.AcsTransfer
Field Summary | |
protected int |
ACS_COMP
|
protected int |
ACS_COMP_NUM
constants indicate different components in ACS subsystem. |
protected int |
ACS_COR
|
protected int |
ACS_GS
|
protected int |
ACS_NET
|
protected int |
ACS_NET_COMP_NUM
|
protected int |
ACS_NET_OPT_NUM
|
protected int |
ACS_WM
|
protected int |
COMP
|
protected int |
EX_NET
|
protected int |
FR
|
protected int |
GS_NET
|
protected int |
IDN
|
protected int |
IRL
|
protected int |
RER
|
protected int |
WM_NET
|
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 | |
AcsTransfer(TransferManager manager,
Global global)
constructor. |
Method Summary | |
int |
getAcsCompFileNum(int netType,
int netIdx,
int type)
Get the number of a specified component allowed in one ACS network. |
int |
getAcsExNetNum()
Get the number of ACS external networks. |
int |
getGsOption()
Get the Goal Structure type. |
boolean |
getWmOption()
Get the Working Memory option to check if it is selected or not. |
void |
initAcsRules(int netType,
int netIdx,
int ruleType,
int setIdx,
Option[] opts)
|
boolean |
isAcsCompOn(int netType,
int netIdx,
int type)
Get ACS component option in one ACS network to check if the component is selected or not. |
boolean |
isGsIdnOn()
Get the Goal Structure IDN option to check if the IDN is selected or not. |
boolean |
isWmIdnOn()
Get the Working Memory IDN option to check if the IDN 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. |
void |
update()
the process of update. |
Methods inherited from class clarion.options.transfer.Transfer |
getOptions, getOptions, loadOptions, saveOptions, searchFile, searchFile, setGlobal, setSaveCode, setupGenericFormat |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected final int ACS_COMP_NUM
protected final int ACS_COMP
protected final int ACS_NET
protected final int ACS_WM
protected final int ACS_GS
protected final int ACS_NET_OPT_NUM
protected final int EX_NET
protected final int WM_NET
protected final int GS_NET
protected final int ACS_COR
protected final int ACS_NET_COMP_NUM
protected final int IDN
protected final int RER
protected final int IRL
protected final int FR
protected final int COMP
Constructor Detail |
public AcsTransfer(TransferManager manager, Global global)
Method Detail |
public int getGsOption()
public boolean getWmOption()
public int getAcsExNetNum()
public boolean isGsIdnOn()
public boolean isWmIdnOn()
public boolean isAcsCompOn(int netType, int netIdx, int type)
netType
- : external, GS or WM network.
public int getAcsCompFileNum(int netType, int netIdx, int type)
netType
- : external, GS or WM network.
public void load()
load
in class Transfer
public void save()
save
in class Transfer
public void update()
Transfer
update
in class Transfer
public void initAcsRules(int netType, int netIdx, int ruleType, int setIdx, Option[] opts)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |