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

templates.ia Maven / Gradle / Ivy

// Internal action code for project 

package ;

import jason.*;
import jason.asSemantics.*;
import jason.asSyntax.*;

public class  extends  {

    @Override
    public Object execute(TransitionSystem ts, Unifier un, Term[] args) throws Exception {
        // execute the internal action
        ts.getAg().getLogger().info("executing internal action '.'");
        if (true) { // just to show how to throw another kind of exception
            throw new JasonException("not implemented!");
        }

        // everything ok, so returns true
        return true;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy