Package jadex.bdiv3x
Class BDIXMLReader.BeliefMultiProc
- java.lang.Object
-
- jadex.bdiv3x.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.
-
-
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()
Get the pass number.java.lang.Object
postProcess(IContext context, java.lang.Object object)
Post-process an object after an XML has been loaded.
-
-
-
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 interfaceIPostProcessor
- 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 interfaceIPostProcessor
- Returns:
- The pass number (starting with 0 for first pass).
-
-