Package rjs.jia

Class 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  
    • 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()  
      • Methods inherited from class jason.asSemantics.DefaultInternalAction

        canBeUsedInContext, checkArguments, destroy, prepareArguments, suspendIntention
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • singleton

        private static jason.asSemantics.InternalAction singleton
    • Constructor Detail

      • unnamedvar2string

        public unnamedvar2string()
    • Method Detail

      • create

        public static jason.asSemantics.InternalAction create()
      • getMinArgs

        public int getMinArgs()
        Overrides:
        getMinArgs in class jason.asSemantics.DefaultInternalAction
      • getMaxArgs

        public int getMaxArgs()
        Overrides:
        getMaxArgs in class jason.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 interface jason.asSemantics.InternalAction
        Overrides:
        execute in class jason.asSemantics.DefaultInternalAction
        Throws:
        java.lang.Exception