Package rjs.jia
Class abolish_all_except_ground
- java.lang.Object
-
- jason.asSemantics.DefaultInternalAction
-
- rjs.jia.abolish_all_except_ground
-
- All Implemented Interfaces:
jason.asSemantics.InternalAction
,java.io.Serializable
public class abolish_all_except_ground extends jason.asSemantics.DefaultInternalAction
Internal action:
rjs.abolish_all_except_ground
.Description: removes all the beliefs except the ones with the annotation "ground"
- Author:
- amdia
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private java.util.logging.Logger
logger
-
Constructor Summary
Constructors Constructor Description abolish_all_except_ground()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object
execute(jason.asSemantics.TransitionSystem ts, jason.asSemantics.Unifier un, jason.asSyntax.Term[] args)
int
getMaxArgs()
int
getMinArgs()
-
-
-
Method Detail
-
getMinArgs
public int getMinArgs()
- Overrides:
getMinArgs
in classjason.asSemantics.DefaultInternalAction
-
getMaxArgs
public int getMaxArgs()
- Overrides:
getMaxArgs
in classjason.asSemantics.DefaultInternalAction
-
execute
public java.lang.Object execute(jason.asSemantics.TransitionSystem ts, jason.asSemantics.Unifier un, jason.asSyntax.Term[] args) throws java.lang.Exception
- Specified by:
execute
in interfacejason.asSemantics.InternalAction
- Overrides:
execute
in classjason.asSemantics.DefaultInternalAction
- Throws:
java.lang.Exception
-
-