Base class for the Business Object Model (BOM) layer. More...
#include <opentrep/bom/BomAbstract.hpp>
Public Member Functions | |
virtual void | toStream (std::ostream &) const =0 |
virtual void | fromStream (std::istream &)=0 |
virtual std::string | toString () const =0 |
virtual std::string | describeKey () const =0 |
virtual std::string | describeShortKey () const =0 |
Protected Member Functions | |
BomAbstract () | |
BomAbstract (const BomAbstract &) | |
virtual | ~BomAbstract () |
Friends | |
class | FacBomAbstract |
Base class for the Business Object Model (BOM) layer.
Definition at line 17 of file BomAbstract.hpp.
|
inlineprotected |
Protected Default Constructor to ensure this class is abtract.
Definition at line 57 of file BomAbstract.hpp.
|
inlineprotected |
Definition at line 58 of file BomAbstract.hpp.
|
inlineprotectedvirtual |
Destructor.
Definition at line 63 of file BomAbstract.hpp.
|
pure virtual |
Dump a Business Object into an output stream.
ostream& | the output stream. |
Implemented in OPENTREP::Place, OPENTREP::Result, OPENTREP::ResultCombination, OPENTREP::ResultHolder, OPENTREP::World, and OPENTREP::PlaceHolder.
|
pure virtual |
Read a Business Object from an input stream.
istream& | the input stream. |
Implemented in OPENTREP::Place, OPENTREP::Result, OPENTREP::ResultCombination, OPENTREP::ResultHolder, OPENTREP::World, and OPENTREP::PlaceHolder.
Referenced by operator>>().
|
pure virtual |
Get the serialised version of the Business Object.
Implemented in OPENTREP::Place, OPENTREP::Result, OPENTREP::ResultCombination, OPENTREP::ResultHolder, OPENTREP::World, and OPENTREP::PlaceHolder.
|
pure virtual |
Get a string describing the whole key (differentiating two objects at any level).
Implemented in OPENTREP::Place, OPENTREP::Result, OPENTREP::ResultCombination, OPENTREP::ResultHolder, OPENTREP::PlaceHolder, and OPENTREP::World.
|
pure virtual |
Get a string describing the short key (differentiating two objects at the same level).
Implemented in OPENTREP::Place, OPENTREP::Result, OPENTREP::ResultCombination, OPENTREP::ResultHolder, OPENTREP::PlaceHolder, and OPENTREP::World.
|
friend |
Definition at line 18 of file BomAbstract.hpp.