Deprecated API
Contents
-
ClassDescriptionjason.asSyntax.BodyLiteraluse PlanBodyImpl instead.
-
MethodDescriptionPrefer the initAg method with only the source code of the agent as parameter. A call of this method like
TransitionSystem ts = ag.initAg(arch, bb, asSrc, stts)
can be replaced bynew TransitionSystem(ag, new Circumstance(), stts, arch); ag.setBB(bb); // only if you use a custom BB ag.initAg(asSrc); TransitionSystem ts = ag.getTS();
use initAg() and load(src)use getAgArchit is preferable to use ASSyntax.parseTermuse getTriggeruse getArityprefer ASSyntax.parseVar(...)use version with String... parameterrenamed to chebyshevDistanceToBorderrenamed to distanceChessboarduse RuntimeServicesFactory.get() instead.use RuntimeServicesFactory.set() instead.use getFirstAgArch instead