KDCalc Class Library

KDCalcEngine.ProcessXmlState Method

Processes inputs and then returns specified outputs as specified in an XML document. Returns outputs in as an XML string, which is compatible with save and loading of the engine's state.

Overload List

Processes inputs and then returns specified outputs as specified in an XML document. Returns outputs in as an XML string, which is compatible with save and loading of the engine's state.

public string ProcessXmlState(FileInfo);

Processes inputs and then returns specified outputs as specified in an XML document. Returns outputs in as an XML string, which is compatible with save and loading of the engine's state.

public string ProcessXmlState(Stream);

Processes inputs and then returns specified outputs as specified in an XML document. Returns outputs in as an XML string, which is compatible with save and loading of the engine's state. See the KDCalc User's Guide for details on the XML specification.

public string ProcessXmlState(string);

See Also

KDCalcEngine Class | KnowledgeDynamics.KDCalc Namespace | LoadState | GetState | SaveState