Diana
0.8.3
|
#include <CapeModel.hpp>
Public Member Functions | |
virtual CapeArrayNumericSTN | GetSTNList ()=0 throw (Common::Error::ECapeUnknown, Common::Error::ECapeBadInvOrder) |
Friends | |
std::ostream & | operator<< (std::ostream &out_file, const ICapeNumericHierarchicalModel &model) |
This is the interface of a complex simulation model with a State Transition Network and multiple ESOs to pilot the simulation process.
virtual CapeArrayNumericSTN GetSTNList | ( | ) | throw (Common::Error::ECapeUnknown, Common::Error::ECapeBadInvOrder) [pure virtual] |
Gets the list of all the state transition networks (STNs) associated to this Hierarchical Model.
std::ostream& operator<< | ( | std::ostream & | out_file, |
const ICapeNumericHierarchicalModel & | model | ||
) | [friend] |
ostream output operator for the ICapeNumericHierarchicalModel class.