Questions tagged [agent]

Questions about programming software agents or programming in an agent-oriented environment.

Agents are generally autonomous, reactive and intelligent pieces of software.

See wikipedia for more info.

Some common agent architectures include JADE and Jason.

1268 questions
-2
votes
1 answer

CArtAgO "execLinkedOp failed java.lang.IllegalArgumentException: INTERNAL ERROR: Op Exec Context cannot be restored."

I am trying to execute a remote operation, which means, an operation of another CArtAgO artifact. After the execution of the following @LINK operation an exception is occurring: @LINK void reply() throws OperationException { try { …
-2
votes
1 answer

set java security in Notes client

I am trying to run a java agent based upon code provided here: Java NullPointerException in Java Agent I am running the code from a local database and get a similar message: java.lang.NullPointerException at…
Patrick Kwinten
  • 1,988
  • 2
  • 14
  • 26
-3
votes
1 answer

agent based Anylogic, error with slider and event

I have connected my slider to a parameter in the main, this parameter was accessed from a variable in the agent (person window). The issue i'm facing is that the variable only takes the first updated value and does not change that. As an attempt to…
Fatima
  • 1
  • 1
-3
votes
2 answers

how to create an agent can choose road to driving in anylogic?

i create a supply chain model in anylogic that have a distributor and 8 trailer and 5 trucks for Transport Order from distributor to retailers. now anylogic routing are Automatic but i want to write the agents(trucks) that They can choose their own…
-3
votes
1 answer

How installing Java Agent?

I would like to know how to use java agent and how to install java agent. I handle for the first time java agent. So they are not familiar. So please explain in detail.
유제이
  • 13
  • 4
-3
votes
1 answer

What are the parameters that prove Obfuscated code is better than simple code in java.

I have two programs of java mobile agents. these programs are simple and obfuscated java mobile agents. **Program 1** package myfirst; import com.ibm.aglet.*; public class MyAglet extends Aglet { public void run() { int a=1; …
-4
votes
0 answers

Distribute multiple sources through a queue to multiple sourceoutputout

Can anyone tell me the code to send Aircraft1 and Aircraft2 etc through the queue on a FIFO basis and then distribute from the selectOutput5 to AC1 and AC2 etc. I think it needs to be coded using Exit Number but don’t seem to be able to get the…
Mark
  • 1
  • 1
1 2 3
84
85