MultiAgentDecisionProcess
OGet_EventObservationModelMappingSparse Class Reference

#include <OGet.h>

Inheritance diagram for OGet_EventObservationModelMappingSparse:
[legend]

Public Member Functions

virtual double Get (Index jaI, Index sucSI, Index joI) const
 
virtual double Get (Index sI, Index jaI, Index sucSI, Index joI) const
 
 OGet_EventObservationModelMappingSparse (EventObservationModelMappingSparse *om)
 
- Public Member Functions inherited from OGet
virtual ~OGet ()=0
 

Private Attributes

std::vector< std::vector
< EventObservationModelMappingSparse::SparseMatrix * > > 
_m_O
 

Constructor & Destructor Documentation

OGet_EventObservationModelMappingSparse::OGet_EventObservationModelMappingSparse ( EventObservationModelMappingSparse om)
inline

Member Function Documentation

virtual double OGet_EventObservationModelMappingSparse::Get ( Index  jaI,
Index  sucSI,
Index  joI 
) const
inlinevirtual

Implements OGet.

virtual double OGet_EventObservationModelMappingSparse::Get ( Index  sI,
Index  jaI,
Index  sucSI,
Index  joI 
) const
inlinevirtual

Reimplemented from OGet.

Member Data Documentation

std::vector<std::vector <EventObservationModelMappingSparse::SparseMatrix* > > OGet_EventObservationModelMappingSparse::_m_O
private