All Downloads are FREE. Search and download functionalities are using the official Maven repository.

jeditPlugin.services.xml Maven / Gradle / Ivy

Go to download

Jason is a fully-fledged interpreter for an extended version of AgentSpeak, a BDI agent-oriented logic programming language.

There is a newer version: 2.3
Show newest version
<?xml version="1.0"?>
<!DOCTYPE SERVICES SYSTEM "services.dtd">
<SERVICES>
    <SERVICE NAME="asl" CLASS="sidekick.SideKickParser">
        new jason.jeditplugin.AgentSpeakSideKickParser();
    </SERVICE>
    <SERVICE NAME="mas2j" CLASS="sidekick.SideKickParser">
        new jason.jeditplugin.JasonProjectSideKickParser();
    </SERVICE>
</SERVICES>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy