|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjason.asSemantics.DefaultInternalAction
jason.stdlib.abolish
public class abolish
Internal action: .abolish
.
Description: removes all beliefs that match the argument. As for the "-" operator, an event will be generated for each deletion.
Parameters:
Examples:
.abolish(b(_))
: remove all b/1
beliefs, regardless of the argument value..abolish(c(_,t))
: remove all c/2
beliefs where the second argument is 2
..abolish(c(_,_)[source(ag1)])
: remove all c/2
beliefs that have ag1
as source..abolish(_[source(ag1)])
: remove any beliefs that have ag1
as source.
Constructor Summary | |
---|---|
abolish()
|
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 abolish()
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 |