|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjason.asSemantics.DefaultInternalAction
jason.stdlib.delete
public class delete
Internal action: .delete
.
Description: delete elements of strings or lists.
Parameters:
Examples:
.delete(a,[a,b,c,a],L)
: L
unifies with [b,c].
.delete(a,[a,b,c,a],[c])
: false.
.delete(0,[a,b,c,a],L)
: L
unifies with [b,c,a].
.delete("a","banana",S)
: S
unifies with "bnn".
.delete(0,"banana",S)
: S
unifies with "anana".
concat
,
length
,
member
,
sort
,
substring
,
nth
,
max
,
min
,
reverse
,
difference
,
intersection
,
union
,
Serialized FormConstructor Summary | |
---|---|
delete()
|
Method Summary | |
---|---|
static InternalAction |
create()
|
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, checkArguments, prepareArguments, suspendIntention |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public delete()
Method Detail |
---|
public static InternalAction create()
public int getMinArgs()
getMinArgs
in class DefaultInternalAction
public int getMaxArgs()
getMaxArgs
in class DefaultInternalAction
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 |