Package jason.util

Class asl2dot

java.lang.Object
jason.util.asl2xml
jason.util.asl2dot
All Implemented Interfaces:
java.io.Serializable

public class asl2dot
extends asl2xml
Convert an agent asl code to dot (http://www.graphviz.org/) -- used to produce the graph of goals.
Author:
Jomi
See Also:
Serialized Form
  • Field Summary

    Fields inherited from class jason.util.asl2xml

    fac, transCache
  • Constructor Summary

    Constructors
    Constructor Description
    asl2dot()  
  • Method Summary

    Modifier and Type Method Description
    static void main​(java.lang.String[] args)  
    java.lang.String transform​(Agent ag)  

    Methods inherited from class jason.util.asl2xml

    getFactory, getTransformer, loadAg, run, setParameter, transform, transform

    Methods inherited from class java.lang.Object

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

    • asl2dot

      public asl2dot()
  • Method Details

    • main

      public static void main​(java.lang.String[] args) throws java.lang.Exception
      Throws:
      java.lang.Exception
    • transform

      public java.lang.String transform​(Agent ag) throws java.lang.Exception
      Overrides:
      transform in class asl2xml
      Throws:
      java.lang.Exception