Package jason.stdlib.set
Class add
java.lang.Object
jason.asSemantics.DefaultInternalAction
jason.stdlib.set.add
- All Implemented Interfaces:
InternalAction,Serializable
- Direct Known Subclasses:
add_all,clear,copy,difference,intersection,remove,to_list,union
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class jason.asSemantics.DefaultInternalAction
canBeUsedInContext, checkArguments, destroy, getMaxArgs, getMinArgs, prepareArguments, suspendIntention
-
Constructor Details
-
add
public add()
-
-
Method Details
-
create
-
getSet
-
execute
Description copied from interface:InternalActionExecutes 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:
executein interfaceInternalAction- Overrides:
executein classDefaultInternalAction- Throws:
Exception
-