\param ior String parameter defining %IOR of the graph.
*/
SUPERV::StreamGraph getStreamGraph(in string ior); // get Graph from is IOR
+/*!
+Returns a duplicate of the object (omniORB4 problem).
+*/
+ Object ToObject( in Object anObject ) ;
};
in SUPERV::Port InputPort ) ;
/*!
- Imports a graph from a file with XML format
+ Give the last error[s] message[s]
+ \return string[s] corresponding to last error[s].
+ */
+ string Messages() ;
+
+ /*!
+ Imports a graph into a file with XML format
\param anXmlFile String parameter defining the name of the XML file.
\return True, if the graph has been successfully imported.
*/
boolean Import( in string anXmlFile ) ;
/*!
- Exports a graph to files with XML format and Python format
+ Exports a graph to a file with XML format
\param anXmlFile String parameter defining the name of the XML file.
\return True, if the graph has been successfully exported.
*/