Package pl

Class build_plan

java.lang.Object
jason.asSemantics.DefaultInternalAction
pl.build_plan
All Implemented Interfaces:
jason.asSemantics.InternalAction, Serializable

public class build_plan extends jason.asSemantics.DefaultInternalAction
See Also:
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    execute(jason.asSemantics.TransitionSystem ts, jason.asSemantics.Unifier un, jason.asSyntax.Term[] args)
     

    Methods inherited from class jason.asSemantics.DefaultInternalAction

    canBeUsedInContext, checkArguments, destroy, getMaxArgs, getMinArgs, prepareArguments, suspendIntention

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • build_plan

      public build_plan()
  • Method Details

    • execute

      public Object execute(jason.asSemantics.TransitionSystem ts, jason.asSemantics.Unifier un, jason.asSyntax.Term[] args) throws Exception
      Specified by:
      execute in interface jason.asSemantics.InternalAction
      Overrides:
      execute in class jason.asSemantics.DefaultInternalAction
      Throws:
      Exception