Package net.simplace.sim.io.postprocess
Klasse FWSimPostProcessManager
java.lang.Object
net.simplace.sim.io.postprocess.FWSimPostProcessManager
- Autor:
- Andreas Enders
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoidaddPostProcessor(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()
-
Konstruktordetails
-
FWSimPostProcessManager
public FWSimPostProcessManager()
-
-
Methodendetails
-
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- Parameter:
aPPElement-aVarMap-aInterface-aProjectMode-- Siehe auch:
-
getPostProcessor
- Parameter:
aName-- Gibt zurück:
- the FWSimOutput with given name
-
process
public void process()
-