Package rjs.jia
Class unnamedvar2string
- java.lang.Object
-
- jason.asSemantics.DefaultInternalAction
-
- rjs.jia.unnamedvar2string
-
- All Implemented Interfaces:
jason.asSemantics.InternalAction
,java.io.Serializable
public class unnamedvar2string extends jason.asSemantics.DefaultInternalAction
Based on .term2string- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static jason.asSemantics.InternalAction
singleton
-
Constructor Summary
Constructors Constructor Description unnamedvar2string()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static jason.asSemantics.InternalAction
create()
java.lang.Object
execute(jason.asSemantics.TransitionSystem ts, jason.asSemantics.Unifier un, jason.asSyntax.Term[] args)
int
getMaxArgs()
int
getMinArgs()
-
-
-
Method Detail
-
create
public static jason.asSemantics.InternalAction create()
-
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
-
-