OS  2.9.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Public Member Functions | List of all members
OSiLReader Class Reference

Used to read an OSiL string. More...

#include <OSiLReader.h>

Public Member Functions

 OSiLReader ()
 Default constructor. More...
 
 ~OSiLReader ()
 Class destructor. More...
 
OSInstancereadOSiL (const std::string &osil) throw (ErrorClass)
 parse the OSiL model instance. More...
 

Detailed Description

Used to read an OSiL string.

Remarks

This class wraps around the OSiL parser and sends the parser an OSiL string and is returned an OSInstance object.

Definition at line 37 of file OSiLReader.h.

Constructor & Destructor Documentation

OSiLReader::OSiLReader ( )

Default constructor.

OSiLReader::~OSiLReader ( )

Class destructor.

Member Function Documentation

OSInstance* OSiLReader::readOSiL ( const std::string &  osil)
throw (ErrorClass
)

parse the OSiL model instance.

Parameters
osila string that holds the problem instance.
Returns
the instance as an OSInstance object.

The documentation for this class was generated from the following file: