Package jadex.bdiv3x

Class BDIXMLReader.GoalMetaProc

  • All Implemented Interfaces:
    jadex.xml.IPostProcessor
    Enclosing class:
    BDIXMLReader

    public static class BDIXMLReader.GoalMetaProc
    extends java.lang.Object
    implements jadex.xml.IPostProcessor
    • Field Summary

      • Fields inherited from interface jadex.xml.IPostProcessor

        DISCARD_OBJECT
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getPass()  
      java.lang.Object postProcess​(jadex.xml.IContext context, java.lang.Object object)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • postProcess

        public java.lang.Object postProcess​(jadex.xml.IContext context,
                                            java.lang.Object object)
        Specified by:
        postProcess in interface jadex.xml.IPostProcessor
      • getPass

        public int getPass()
        Specified by:
        getPass in interface jadex.xml.IPostProcessor