Package jadex.bdiv3x

Class BDIXMLReader.BeliefMultiProc

  • All Implemented Interfaces:
    IPostProcessor
    Enclosing class:
    BDIXMLReader

    public static class BDIXMLReader.BeliefMultiProc
    extends java.lang.Object
    implements IPostProcessor
    Postprocess beliefs and belief sets.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getPass()
      Get the pass number.
      java.lang.Object postProcess​(IContext context, java.lang.Object object)
      Post-process an object after an XML has been loaded.
      • 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​(IContext context,
                                            java.lang.Object object)
        Description copied from interface: IPostProcessor
        Post-process an object after an XML has been loaded.
        Specified by:
        postProcess in interface IPostProcessor
        Parameters:
        context - The context.
        object - The object to post process.
        Returns:
        A possibly other object for replacing the original. Null for no change. Only possibly when processor is applied in first pass.
      • getPass

        public int getPass()
        Description copied from interface: IPostProcessor
        Get the pass number.
        Specified by:
        getPass in interface IPostProcessor
        Returns:
        The pass number (starting with 0 for first pass).