Package jason.stdlib.map
Class put
java.lang.Object
jason.asSemantics.DefaultInternalAction
jason.stdlib.map.put
- All Implemented Interfaces:
InternalAction
,Serializable
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class jason.asSemantics.DefaultInternalAction
canBeUsedInContext, checkArguments, destroy, getMaxArgs, getMinArgs, prepareArguments, suspendIntention
-
Constructor Details
-
put
public put()
-
-
Method Details
-
create
-
getMap
-
execute
Description copied from interface:InternalAction
Executes the internal action. It should return a Boolean or an Iterator. A true boolean return means that the IA was successfully executed. An Iterator result means that there is more than one answer for this IA (e.g. see member internal action). - Specified by:
execute
in interfaceInternalAction
- Overrides:
execute
in classDefaultInternalAction
- Throws:
Exception
-