|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjason.asSemantics.DefaultInternalAction
jason.stdlib.create_agent
public class create_agent
Internal action: .create_agent
.
Description: creates another agent using the referred AgentSpeak source code.
Parameters:
Examples:
.create_agent(bob,"/tmp/x.asl")
: creates an agent named "bob"
from the source file in "/tmp/x.asl"..create_agent(bob,"x.asl", [agentClass("myp.MyAgent")])
:
creates the agent with customised agent class
myp.MyAgent
..create_agent(bob,"x.asl", [agentArchClass("myp.MyArch")])
:
creates the agent with customised architecture class
myp.MyArch
.
.create_agent(bob,"x.asl", [beliefBaseClass("jason.bb.TextPersistentBB")])
:
creates the agent with customised belief base
jason.bb.TextPersistentBB
.
.create_agent(bob,"x.asl", [agentClass("myp.MyAgent"),
agentArchClass("myp.MyArch"),
beliefBaseClass("jason.bb.TextPersistentBB")])
: creates the
agent with agent, acrchitecture and belief base customised.
kill_agent
,
stopMAS
,
RuntimeServicesInfraTier
,
Serialized FormConstructor Summary | |
---|---|
create_agent()
|
Method Summary | |
---|---|
protected void |
checkArguments(Term[] args)
|
java.lang.Object |
execute(TransitionSystem ts,
Unifier un,
Term[] args)
Executes the internal action. |
int |
getMaxArgs()
|
int |
getMinArgs()
|
Methods inherited from class jason.asSemantics.DefaultInternalAction |
---|
canBeUsedInContext, prepareArguments, suspendIntention |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public create_agent()
Method Detail |
---|
public int getMinArgs()
getMinArgs
in class DefaultInternalAction
public int getMaxArgs()
getMaxArgs
in class DefaultInternalAction
protected void checkArguments(Term[] args) throws JasonException
checkArguments
in class DefaultInternalAction
JasonException
public java.lang.Object execute(TransitionSystem ts, Unifier un, Term[] args) throws java.lang.Exception
InternalAction
execute
in interface InternalAction
execute
in class DefaultInternalAction
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |