|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectclarion.common.GeneralNetComp
clarion.acs.net.AcsNetComp
Field Summary | |
protected AcsAction |
acsAction
used to manage action. |
protected int |
CONTROL_OUTPUT_DIM_NUM
the # of NACS-control dims. |
protected int |
CONTROL_OUTPUT_NUM
the length of NACS-control outputs. |
protected short[] |
controlOutputDVs
the dim-val info of NACS-control outputs. |
protected short[] |
controlOutputOffsets
the start offsets of each NACS-control dim in an one-dimenisonal array. |
protected int |
FULL_CONTROL_OUTPUT_DIM_NUM
the # of NACS-control dims. |
protected int |
FULL_CONTROL_OUTPUT_NUM
the length of NACS-control outputs. |
protected short[] |
fullControlOutputDVs
the dim-val info of NACS-control outputs. |
protected short[] |
fullControlOutputOffsets
the start offsets of each NACS-control dim in an one-dimenisonal array. |
protected short[][][] |
fullSuggestedAction
current fully suggested action by this network component. |
protected int |
netType
the network type : EX, GS or WM. |
protected short[] |
outputFormatDimNums
used to inialize acsAction. |
protected short[][] |
outputFormatDimValNums
used to inialize acsAction. |
Fields inherited from class clarion.common.GeneralNetComp |
actionDecider, chosenAction, currentTime, FULL_OUTPUT_DIM_NUM, FULL_OUTPUT_NUM, fullOutputDVs, fullOutputOffsets, global, INPUT_DIM_NUM, INPUT_NUM, inputDVs, inputOffsets, netIdx, OUTPUT_DIM_NUM, OUTPUT_NUM, outputActivations, outputDVs, outputOffsets, responseTime, subsysIdx, suggestedAction, taskClarion, temperature |
Constructor Summary | |
AcsNetComp()
|
Method Summary | |
abstract Chunk[] |
getAllConclusions()
returns all of the conclusions drawn by this component. |
Methods inherited from class clarion.common.GeneralNetComp |
calcRT, decideAction, getNM, getOutputActivations, getOutputActivations, getPM, getResponseTime, reasoning, setChosenAction, setCurrentTime, setStates, update, update |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected int netType
protected int CONTROL_OUTPUT_NUM
protected int CONTROL_OUTPUT_DIM_NUM
protected short[] controlOutputDVs
protected short[] controlOutputOffsets
protected int FULL_CONTROL_OUTPUT_NUM
protected int FULL_CONTROL_OUTPUT_DIM_NUM
protected short[] fullControlOutputDVs
protected short[] fullControlOutputOffsets
protected short[][][] fullSuggestedAction
protected AcsAction acsAction
protected short[] outputFormatDimNums
AcsAction
protected short[][] outputFormatDimValNums
AcsAction
Constructor Detail |
public AcsNetComp()
Method Detail |
public abstract Chunk[] getAllConclusions()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |