Deprecated API
Contents
-
Deprecated ClassesClassDescriptionjason.asSyntax.BodyLiteraluse PlanBodyImpl instead.
-
Deprecated Enum Classes
-
Deprecated MethodsMethodDescriptionPrefer 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.parseTermASSyntax.parseLiteral or createLiteral are preferred.use getTriggeruse getArityprefer ASSyntax.parseVar(...)use version with String... parameterrenamed to chebyshevDistanceToBorderrenamed to distanceChessboarduse RuntimeServicesFactory.get() instead.use RuntimeServicesFactory.set() instead.use getFirstAgArch instead
-
Deprecated Constructors