Package net.simplace.sim.io.postprocess
Class FWSimPostProcessManager
java.lang.Object
net.simplace.sim.io.postprocess.FWSimPostProcessManager
- Author:
- Andreas Enders
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddPostProcessor(org.jdom2.Element aPPElement, FWSimVarMap aVarMap, FWSimInterface<?> aInterface) adds an output to the list of outputs. for format description of the xml-structure seegetPostProcessor(String aName) voidprocess()
-
Constructor Details
-
FWSimPostProcessManager
public FWSimPostProcessManager()
-
-
Method Details
-
addPostProcessor
public void addPostProcessor(org.jdom2.Element aPPElement, FWSimVarMap aVarMap, FWSimInterface<?> aInterface) adds an output to the list of outputs. for format description of the xml-structure see- Parameters:
aPPElement-aVarMap-aInterface-aProjectMode-- See Also:
-
getPostProcessor
- Parameters:
aName-- Returns:
- the FWSimOutput with given name
-
process
public void process()
-