메소드 | 설명 | |
---|---|---|
Action ( |
Create an encapsulated message to an agent.
|
|
execute ( ) : void |
Send the message.
|
메소드 | 설명 | |
---|---|---|
ExecuteAction ( object state ) : void |
Worker method to execute the action on a thread. corresponds to doRun in Java version |
public Action ( |
||
agent | The agent the message is for. | |
fn | IFn | The function to compute the new value. |
args | ISeq | Additional arguments (in addition to the current state). |
solo | bool | Execute on its own thread? |
리턴 | System |