aGrUM  0.16.0
gum::prm::PRMInstance< GUM_SCALAR > Class Template Reference

An PRMInstance is a Bayesian Network fragment defined by a Class and used in a PRMSystem. More...

#include <PRMInstance.h>

+ Inheritance diagram for gum::prm::PRMInstance< GUM_SCALAR >:
+ Collaboration diagram for gum::prm::PRMInstance< GUM_SCALAR >:

Public Member Functions

Constructors & private operators.
 PRMInstance (const std::string &name, PRMClass< GUM_SCALAR > &type)
 Default constructor of an PRMInstance<GUM_SCALAR>. More...
 
virtual ~PRMInstance ()
 Destructor. More...
 
Getters & setters.
virtual prm_type obj_type () const
 Returns the PRM type of this object. More...
 
PRMClass< GUM_SCALAR > & type ()
 Returns the type of this instance. More...
 
const PRMClass< GUM_SCALAR > & type () const
 Returns the type of this instance. More...
 
bool exists (NodeId id) const
 Returns true if id matches an PRMAttribute<GUM_SCALAR> in this PRMInstance<GUM_SCALAR>. More...
 
bool exists (const std::string &name) const
 Returns true if name matches an PRMAttribute<GUM_SCALAR> in this PRMInstance<GUM_SCALAR>. More...
 
PRMAttribute< GUM_SCALAR > & get (NodeId id)
 Getter on an PRMAttribute<GUM_SCALAR> of this PRMInstance<GUM_SCALAR>. More...
 
PRMAttribute< GUM_SCALAR > & get (const std::string &name)
 Given a name returns the related PRMAttribute<GUM_SCALAR>. More...
 
const PRMAttribute< GUM_SCALAR > & get (NodeId id) const
 Getter on an PRMAttribute<GUM_SCALAR> of this PRMInstance<GUM_SCALAR>. More...
 
const PRMAttribute< GUM_SCALAR > & get (const std::string &name) const
 Given a name returns the related PRMClassElement. More...
 
Size size () const
 Returns the number of attributes in this PRMInstance<GUM_SCALAR>. More...
 
Instantiation methods.
void instantiate ()
 Instantiate all nodes which requires it. More...
 
const Bijection< const DiscreteVariable *, const DiscreteVariable *> & bijection () const
 Returns a mapping between DiscreteVariable used in this and the ones used in this PRMInstance<GUM_SCALAR>'s Class<GUM_SCALAR>. More...
 
Reference handling.
void add (NodeId id, PRMInstance< GUM_SCALAR > &instance)
 Add an PRMInstance<GUM_SCALAR> to a given PRMReferenceSlot, PRMSlotChain<GUM_SCALAR> or output node. More...
 
const PRMInstance< GUM_SCALAR > & getInstance (NodeId id) const
 Fast access to the first instance in a PRMReferenceSlot or PRMSlotChain<GUM_SCALAR>. More...
 
const Set< PRMInstance< GUM_SCALAR > *> & getInstances (NodeId id) const
 Returns the Set of PRMInstance<GUM_SCALAR> referenced by id. More...
 
bool hasRefAttr (NodeId id) const
 Returns true if id has at least one referring PRMAttribute<GUM_SCALAR>. More...
 
std::vector< std::pair< PRMInstance< GUM_SCALAR > *, std::string > > & getRefAttr (NodeId id)
 Returns a vector of pairs of refering attributes of id. More...
 
const std::vector< std::pair< PRMInstance< GUM_SCALAR > *, std::string > > & getRefAttr (NodeId id) const
 Returns a vector of pairs of refering attributes of id. More...
 
Getters & setters.
const std::string & name () const
 Returns the name of this object. More...
 
void name (const std::string &name)
 Change the name of the PRM Object. More...
 
Operators
bool operator== (const PRMObject &obj) const
 To PRMObject are equal if they have the same name (which is unique). More...
 
bool operator!= (const PRMObject &obj) const
 To PRMObject are equal if they have the same name (which is unique). More...
 

Classes

class  RefConstIterator
 Nested class to iterate over PRMReferenceSlot and PRMSlotChain<GUM_SCALAR> instantiations. More...
 
class  RefIterator
 Nested class to iterate over PRMReferenceSlot and PRMSlotChain<GUM_SCALAR> instantiations. More...
 

Iterators

typedef NodeProperty< PRMAttribute< GUM_SCALAR > *>::iterator iterator
 Alias to iterate over the gum::prm::PRMAttribute<GUM_SCALAR> in this PRMInstance<GUM_SCALAR>. More...
 
typedef NodeProperty< PRMAttribute< GUM_SCALAR > *>::const_iterator const_iterator
 Alias to iterate over the gum::prm::PRMAttribute<GUM_SCALAR> in this PRMInstance<GUM_SCALAR>. More...
 
typedef NodeProperty< std::vector< std::pair< PRMInstance< GUM_SCALAR > *, std::string > > *>::iterator InvRefIterator
 Alias to iterate over the gum::prm::PRMAttribute<GUM_SCALAR> in this PRMInstance<GUM_SCALAR>. More...
 
typedef NodeProperty< std::vector< std::pair< PRMInstance< GUM_SCALAR > *, std::string > > *>::const_iterator InvRefConstIterator
 Alias to iterate over the gum::prm::PRMAttribute<GUM_SCALAR> in this PRMInstance<GUM_SCALAR>. More...
 
iterator begin ()
 Returns an iterator at the begining of the list of gum::prm::PRMAttribute<GUM_SCALAR> in this PRMInstance<GUM_SCALAR>. More...
 
const iteratorend ()
 Returns a reference over the iterator at the end of the list of gum::prm::PRMAttribute<GUM_SCALAR> in this PRMInstance<GUM_SCALAR>. More...
 
const_iterator begin () const
 Returns an iterator at the beginning of the list of gum::prm::PRMAttribute<GUM_SCALAR> in this PRMInstance<GUM_SCALAR>. More...
 
const const_iteratorend () const
 Returns a reference over the iterator at the end of the list of gum::prm::PRMAttribute<GUM_SCALAR> in this PRMInstance<GUM_SCALAR>. More...
 
RefIterator begin (NodeId id)
 Returns an iterator at the beginning of the set of PRMInstance<GUM_SCALAR> associated to a given gum::prm::PRMReferenceSlot or gum::prm::PRMSlotChain<GUM_SCALAR>. More...
 
RefConstIterator begin (NodeId id) const
 Returns an iterator at the beginning of the set of PRMInstance<GUM_SCALAR> associated to a given gum::prm::PRMReferenceSlot or gum::prm::PRMSlotChain<GUM_SCALAR>. More...
 
InvRefIterator beginInvRef ()
 Alias to iterate over the gum::prm::PRMAttribute<GUM_SCALAR> in this PRMInstance<GUM_SCALAR>. More...
 
const InvRefIteratorendInvRef ()
 Alias to iterate over the gum::prm::PRMAttribute<GUM_SCALAR> in this PRMInstance<GUM_SCALAR>. More...
 
InvRefConstIterator beginInvRef () const
 Alias to iterate over the gum::prm::PRMAttribute<GUM_SCALAR> in this PRMInstance<GUM_SCALAR>. More...
 
const InvRefConstIteratorendInvRef () const
 Alias to iterate over the gum::prm::PRMAttribute<GUM_SCALAR> in this PRMInstance<GUM_SCALAR>. More...
 

Private members.

typedef std::pair< PRMInstance< GUM_SCALAR > *, std::string > pair
 Code alias. More...
 
bool __instantiated
 True if this instance has been instantiated. More...
 
PRMClass< GUM_SCALAR > * __type
 The type of this PRMInstance<GUM_SCALAR>. More...
 
NodeProperty< PRMAttribute< GUM_SCALAR > *> __nodeIdMap
 The gum::prm::PRMAttribute<GUM_SCALAR> and gum::prm::PRMAggregate<GUM_SCALAR> of this PRMInstance<GUM_SCALAR>. More...
 
NodeProperty< Set< PRMInstance< GUM_SCALAR > *> *> __referenceMap
 Mapping between the gum::prm::PRMReferenceSlot and gum::prm::PRMSlotChain<GUM_SCALAR> in __type / and the PRMInstance<GUM_SCALAR> associated with it. More...
 
NodeProperty< std::vector< pair > *> __referingAttr
 The set of pair (instance, attribute) referring an attribute of this instance. More...
 
Bijection< const DiscreteVariable *, const DiscreteVariable *> __bijection
 A bijection used for MultiDim handling. More...
 

Built-in types.

enum  prm_type : char {
  prm_type::ALL, prm_type::CLASS, prm_type::PRM_INTERFACE, prm_type::CLASS_ELT,
  prm_type::TYPE, prm_type::SYSTEM, prm_type::INSTANCE
}
 Enumeration of the different types of objects handled by a PRM. More...
 
static std::string LEFT_CAST ()
 Enumeration of the different types of objects handled by a PRM. More...
 
static std::string RIGHT_CAST ()
 Enumeration of the different types of objects handled by a PRM. More...
 
static std::string enum2str (prm_type type)
 Returns the string representation of a PRMObject. More...
 
static INLINE bool isClass (const PRMObject &obj)
 Returns true if obj_ptr is of type Class. More...
 
static INLINE bool isInterface (const PRMObject &obj)
 Returns true if obj_ptr is of type PRMInterface. More...
 
static INLINE bool isInstance (const PRMObject &obj)
 Returns true if obj_ptr is of type PRMInstance. More...
 

Detailed Description

template<typename GUM_SCALAR>
class gum::prm::PRMInstance< GUM_SCALAR >

An PRMInstance is a Bayesian Network fragment defined by a Class and used in a PRMSystem.

Before using an PRMInstance for inference YOU MUST call PRMInstance::instantiateSlotChains() and PRMInstance::instantiate() on it before, otherwise DiscreteVariable pointers will be inconsistent and inference will be erroneous. Of course, this must be done once you have set all reference in the current system.

See also
PRMClass PRM PRMClassElement

Definition at line 63 of file PRMInstance.h.

Member Typedef Documentation

◆ const_iterator

template<typename GUM_SCALAR>
typedef NodeProperty< PRMAttribute< GUM_SCALAR >* >::const_iterator gum::prm::PRMInstance< GUM_SCALAR >::const_iterator

Alias to iterate over the gum::prm::PRMAttribute<GUM_SCALAR> in this PRMInstance<GUM_SCALAR>.

Definition at line 329 of file PRMInstance.h.

◆ InvRefConstIterator

template<typename GUM_SCALAR>
typedef NodeProperty< std::vector< std::pair< PRMInstance< GUM_SCALAR >*, std::string > >* >::const_iterator gum::prm::PRMInstance< GUM_SCALAR >::InvRefConstIterator

Alias to iterate over the gum::prm::PRMAttribute<GUM_SCALAR> in this PRMInstance<GUM_SCALAR>.

Definition at line 447 of file PRMInstance.h.

◆ InvRefIterator

template<typename GUM_SCALAR>
typedef NodeProperty< std::vector< std::pair< PRMInstance< GUM_SCALAR >*, std::string > >* >::iterator gum::prm::PRMInstance< GUM_SCALAR >::InvRefIterator

Alias to iterate over the gum::prm::PRMAttribute<GUM_SCALAR> in this PRMInstance<GUM_SCALAR>.

Definition at line 444 of file PRMInstance.h.

◆ iterator

template<typename GUM_SCALAR>
typedef NodeProperty< PRMAttribute< GUM_SCALAR >* >::iterator gum::prm::PRMInstance< GUM_SCALAR >::iterator

Alias to iterate over the gum::prm::PRMAttribute<GUM_SCALAR> in this PRMInstance<GUM_SCALAR>.

Definition at line 315 of file PRMInstance.h.

◆ pair

template<typename GUM_SCALAR>
typedef std::pair< PRMInstance< GUM_SCALAR >*, std::string > gum::prm::PRMInstance< GUM_SCALAR >::pair
private

Code alias.

Definition at line 522 of file PRMInstance.h.

Member Enumeration Documentation

◆ prm_type

enum gum::prm::PRMObject::prm_type : char
stronginherited

Enumeration of the different types of objects handled by a PRM.

The "all" type is used to tell that we want any kind of PRMType (useful with iterators for example). No PRMObject will ever have "all" as type.

Enumerator
ALL 
CLASS 
PRM_INTERFACE 
CLASS_ELT 
TYPE 
SYSTEM 
INSTANCE 

Definition at line 69 of file PRMObject.h.

69  : char {
70  ALL,
71  CLASS,
72  PRM_INTERFACE,
73  CLASS_ELT,
74  TYPE,
75  SYSTEM,
76  INSTANCE
77  };

Constructor & Destructor Documentation

◆ PRMInstance() [1/2]

template<typename GUM_SCALAR >
gum::prm::PRMInstance< GUM_SCALAR >::PRMInstance ( const std::string &  name,
PRMClass< GUM_SCALAR > &  type 
)

Default constructor of an PRMInstance<GUM_SCALAR>.

When you create an PRMInstance<GUM_SCALAR> all gum::prm::PRMAttribute<GUM_SCALAR> in it's type are added, except for gum::prm::PRMAggregate<GUM_SCALAR> and parameters which are instantiated.

However neither of their children or parents are updated (i.e. DiscreteVariable pointers are inconsistent).

Definition at line 37 of file PRMInstance_tpl.h.

References gum::prm::PRMInstance< GUM_SCALAR >::__copyAggregates(), gum::prm::PRMInstance< GUM_SCALAR >::__copyAttribute(), and gum::prm::PRMInstance< GUM_SCALAR >::__type.

38  :
39  PRMObject(name),
40  __instantiated(false), __type(&type) {
41  GUM_CONSTRUCTOR(PRMInstance);
42 
43  // First we create attributes for each aggregate in type
44  for (const auto agg : __type->aggregates())
45  __copyAggregates(agg);
46 
47  // We add attributes in type by reference for inner ones and by copy for
48  // output ones
49  for (const auto attr : __type->attributes())
50  __copyAttribute(attr);
51  }
PRMClass< GUM_SCALAR > * __type
The type of this PRMInstance<GUM_SCALAR>.
Definition: PRMInstance.h:510
PRMInstance(const std::string &name, PRMClass< GUM_SCALAR > &type)
Default constructor of an PRMInstance<GUM_SCALAR>.
const std::string & name() const
Returns the name of this object.
Definition: PRMObject_inl.h:35
PRMClass< GUM_SCALAR > & type()
Returns the type of this instance.
bool __instantiated
True if this instance has been instantiated.
Definition: PRMInstance.h:507
void __copyAttribute(PRMAttribute< GUM_SCALAR > *source)
Used at construction to instantiate attributes.
void __copyAggregates(PRMAggregate< GUM_SCALAR > *source)
Used at construction to instantiate aggregates.
PRMObject(const std::string &name)
Constructor.
Definition: PRMObject.cpp:43
+ Here is the call graph for this function:

◆ ~PRMInstance()

template<typename GUM_SCALAR >
gum::prm::PRMInstance< GUM_SCALAR >::~PRMInstance ( )
virtual

Destructor.

Definition at line 54 of file PRMInstance_tpl.h.

References gum::prm::PRMInstance< GUM_SCALAR >::__nodeIdMap, gum::prm::PRMInstance< GUM_SCALAR >::__referenceMap, and gum::prm::PRMInstance< GUM_SCALAR >::__referingAttr.

54  {
55  GUM_DESTRUCTOR(PRMInstance);
56 
57  for (const auto& elt : __nodeIdMap)
58  delete elt.second;
59 
60  for (const auto& elt : __referenceMap)
61  delete elt.second;
62 
63  for (const auto& elt : __referingAttr)
64  delete elt.second;
65  }
PRMInstance(const std::string &name, PRMClass< GUM_SCALAR > &type)
Default constructor of an PRMInstance<GUM_SCALAR>.
NodeProperty< std::vector< pair > *> __referingAttr
The set of pair (instance, attribute) referring an attribute of this instance.
Definition: PRMInstance.h:526
NodeProperty< Set< PRMInstance< GUM_SCALAR > *> *> __referenceMap
Mapping between the gum::prm::PRMReferenceSlot and gum::prm::PRMSlotChain<GUM_SCALAR> in __type / and...
Definition: PRMInstance.h:519
NodeProperty< PRMAttribute< GUM_SCALAR > *> __nodeIdMap
The gum::prm::PRMAttribute<GUM_SCALAR> and gum::prm::PRMAggregate<GUM_SCALAR> of this PRMInstance<GUM...
Definition: PRMInstance.h:514

◆ PRMInstance() [2/2]

template<typename GUM_SCALAR >
INLINE gum::prm::PRMInstance< GUM_SCALAR >::PRMInstance ( const PRMInstance< GUM_SCALAR > &  source)
private

Copy constructor.

Definition at line 255 of file PRMInstance_tpl.h.

References GUM_ERROR.

256  :
257  PRMObject(source),
258  __type(source.__type) {
259  GUM_CONS_CPY(PRMInstance);
260  GUM_ERROR(FatalError, "do not copy Instance");
261  }
PRMClass< GUM_SCALAR > * __type
The type of this PRMInstance<GUM_SCALAR>.
Definition: PRMInstance.h:510
PRMInstance(const std::string &name, PRMClass< GUM_SCALAR > &type)
Default constructor of an PRMInstance<GUM_SCALAR>.
PRMObject(const std::string &name)
Constructor.
Definition: PRMObject.cpp:43
#define GUM_ERROR(type, msg)
Definition: exceptions.h:55

Member Function Documentation

◆ __addReferingInstance()

template<typename GUM_SCALAR >
INLINE void gum::prm::PRMInstance< GUM_SCALAR >::__addReferingInstance ( PRMSlotChain< GUM_SCALAR > *  sc,
PRMInstance< GUM_SCALAR > *  i 
)
private

Add this as a referring instance over the attribute pointed by sc in i.

Parameters
scA slot chain pointing over an attribute in i.
iAn instance holding an attribute pointed by sc.

Definition at line 334 of file PRMInstance_tpl.h.

References gum::prm::PRMInstance< GUM_SCALAR >::__referenceMap, gum::prm::PRMInstance< GUM_SCALAR >::__referingAttr, gum::prm::PRMInstance< GUM_SCALAR >::get(), gum::prm::PRMSlotChain< GUM_SCALAR >::lastElt(), and gum::prm::PRMObject::name().

Referenced by gum::prm::PRMInstance< GUM_SCALAR >::__instantiateSlotChain().

335  {
336  NodeId id = i->get(sc->lastElt().safeName()).id();
337  std::string name = sc->lastElt().safeName();
338 
339  try {
340  i->__referenceMap[id]->insert(this);
341  i->__referingAttr[id]->push_back(
342  std::make_pair(this, sc->lastElt().safeName()));
343  } catch (NotFound&) {
344  i->__referenceMap.insert(id, new Set< PRMInstance< GUM_SCALAR >* >());
345  i->__referenceMap[id]->insert(this);
346  i->__referingAttr.insert(id, new std::vector< pair >());
347  i->__referingAttr[id]->push_back(
348  std::make_pair(this, sc->lastElt().safeName()));
349  }
350  }
const std::string & name() const
Returns the name of this object.
Definition: PRMObject_inl.h:35
Size NodeId
Type for node ids.
Definition: graphElements.h:98
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ __copyAggregates()

template<typename GUM_SCALAR >
INLINE void gum::prm::PRMInstance< GUM_SCALAR >::__copyAggregates ( PRMAggregate< GUM_SCALAR > *  source)
private

Used at construction to instantiate aggregates.

Definition at line 231 of file PRMInstance_tpl.h.

References gum::prm::PRMInstance< GUM_SCALAR >::__bijection, gum::prm::PRMInstance< GUM_SCALAR >::__nodeIdMap, gum::prm::PRMAggregate< GUM_SCALAR >::buildImpl(), gum::prm::PRMClassElement< GUM_SCALAR >::id(), gum::prm::PRMObject::name(), and gum::prm::PRMAggregate< GUM_SCALAR >::type().

Referenced by gum::prm::PRMInstance< GUM_SCALAR >::PRMInstance().

232  {
233  auto attr = new PRMScalarAttribute< GUM_SCALAR >(
234  source->name(), source->type(), source->buildImpl());
235  GUM_ASSERT(&(attr->type().variable()) != &(source->type().variable()));
236  attr->setId(source->id());
237  __nodeIdMap.insert(attr->id(), attr);
238  __bijection.insert(&(source->type().variable()), &(attr->type().variable()));
239  }
Bijection< const DiscreteVariable *, const DiscreteVariable *> __bijection
A bijection used for MultiDim handling.
Definition: PRMInstance.h:529
NodeProperty< PRMAttribute< GUM_SCALAR > *> __nodeIdMap
The gum::prm::PRMAttribute<GUM_SCALAR> and gum::prm::PRMAggregate<GUM_SCALAR> of this PRMInstance<GUM...
Definition: PRMInstance.h:514
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ __copyAttribute()

template<typename GUM_SCALAR >
INLINE void gum::prm::PRMInstance< GUM_SCALAR >::__copyAttribute ( PRMAttribute< GUM_SCALAR > *  source)
private

Used at construction to instantiate attributes.

Parameters
sourceAn attribute in __type.

Definition at line 242 of file PRMInstance_tpl.h.

References gum::prm::PRMInstance< GUM_SCALAR >::__bijection, gum::prm::PRMInstance< GUM_SCALAR >::__nodeIdMap, gum::prm::PRMClassElement< GUM_SCALAR >::id(), gum::prm::PRMObject::name(), and gum::prm::PRMAttribute< GUM_SCALAR >::type().

Referenced by gum::prm::PRMInstance< GUM_SCALAR >::PRMInstance().

243  {
244  auto attr =
245  new PRMScalarAttribute< GUM_SCALAR >(source->name(), source->type());
246  GUM_ASSERT(&(attr->type().variable()) != &(source->type().variable()));
247  // The potential is copied when instantiate() is called
248  attr->cpf().fill((GUM_SCALAR)0);
249  attr->setId(source->id());
250  __bijection.insert(&(source->type().variable()), &(attr->type().variable()));
251  __nodeIdMap.insert(attr->id(), attr);
252  }
Bijection< const DiscreteVariable *, const DiscreteVariable *> __bijection
A bijection used for MultiDim handling.
Definition: PRMInstance.h:529
NodeProperty< PRMAttribute< GUM_SCALAR > *> __nodeIdMap
The gum::prm::PRMAttribute<GUM_SCALAR> and gum::prm::PRMAggregate<GUM_SCALAR> of this PRMInstance<GUM...
Definition: PRMInstance.h:514
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ __copyAttributeCPF()

template<typename GUM_SCALAR >
INLINE void gum::prm::PRMInstance< GUM_SCALAR >::__copyAttributeCPF ( PRMAttribute< GUM_SCALAR > *  attr)
private

Copy the content of an PRMAttribute<GUM_SCALAR> from its Class<GUM_SCALAR> counterpart.

Parameters
attrAn PRMAttribute<GUM_SCALAR> of this PRMInstance<GUM_SCALAR>.
Exceptions
OperationNotAllowedIf the MultiDimImplementation is of an unknown type.

Definition at line 603 of file PRMInstance_tpl.h.

References gum::prm::PRMInstance< GUM_SCALAR >::bijection(), gum::prm::PRMAttribute< GUM_SCALAR >::copyCpf(), gum::prm::PRMAttribute< GUM_SCALAR >::cpf(), gum::prm::PRMClassElement< GUM_SCALAR >::safeName(), gum::prm::PRMAttribute< GUM_SCALAR >::type(), and gum::prm::PRMInstance< GUM_SCALAR >::type().

Referenced by gum::prm::PRMInstance< GUM_SCALAR >::__doInstantiate().

604  {
605  const auto& type_attr = static_cast< const PRMAttribute< GUM_SCALAR >& >(
606  type().get(attr->safeName()));
607  attr->copyCpf(bijection(), type_attr);
608  GUM_ASSERT(attr->cpf().contains(attr->type().variable()));
609  }
PRMClass< GUM_SCALAR > & type()
Returns the type of this instance.
const Bijection< const DiscreteVariable *, const DiscreteVariable *> & bijection() const
Returns a mapping between DiscreteVariable used in this and the ones used in this PRMInstance<GUM_SCA...
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ __doInstantiate()

template<typename GUM_SCALAR >
void gum::prm::PRMInstance< GUM_SCALAR >::__doInstantiate ( )
private

Starts this instance instantiations.

Definition at line 76 of file PRMInstance_tpl.h.

References gum::prm::PRMInstance< GUM_SCALAR >::__copyAttributeCPF(), gum::prm::PRMInstance< GUM_SCALAR >::__instantiateSlotChain(), gum::prm::PRMInstance< GUM_SCALAR >::__nodeIdMap, gum::prm::PRMAttribute< GUM_SCALAR >::addParent(), gum::prm::PRMInstance< GUM_SCALAR >::getInstances(), and gum::prm::PRMInstance< GUM_SCALAR >::type().

Referenced by gum::prm::PRMInstance< GUM_SCALAR >::instantiate().

76  {
77  // First retrieving any referenced instance
78  for (const auto chain : type().slotChains()) {
80  }
81 
82  // Now we need to add referred instance to each input node
83  // For Attributes we first add parents, then we initialize CPF
84  for (const auto attr : type().attributes()) {
85  __copyAttributeCPF(__nodeIdMap[(*attr).id()]);
86  }
87 
88  // For PRMAggregate<GUM_SCALAR> we add parents
89  for (const auto agg : type().aggregates()) {
90  PRMAttribute< GUM_SCALAR >& attr = get(agg->safeName());
91 
92  for (const auto node : type().containerDag().parents(agg->id())) {
93  try {
94  attr.addParent(get(node));
95  } catch (NotFound&) {
96  auto elt = &(type().get(node));
97  auto sc = static_cast< PRMSlotChain< GUM_SCALAR >* >(elt);
98  const auto& instances = getInstances(sc->id());
99 
100  for (const auto inst : instances) {
101  attr.addParent(inst->get(sc->lastElt().safeName()));
102  }
103  }
104  }
105  }
106  }
PRMClass< GUM_SCALAR > & type()
Returns the type of this instance.
void __copyAttributeCPF(PRMAttribute< GUM_SCALAR > *attr)
Copy the content of an PRMAttribute<GUM_SCALAR> from its Class<GUM_SCALAR> counterpart.
void __instantiateSlotChain(PRMSlotChain< GUM_SCALAR > *sc)
Retrieve all instances referred by sc.
NodeProperty< PRMAttribute< GUM_SCALAR > *> __nodeIdMap
The gum::prm::PRMAttribute<GUM_SCALAR> and gum::prm::PRMAggregate<GUM_SCALAR> of this PRMInstance<GUM...
Definition: PRMInstance.h:514
const Set< PRMInstance< GUM_SCALAR > *> & getInstances(NodeId id) const
Returns the Set of PRMInstance<GUM_SCALAR> referenced by id.
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ __instantiateSlotChain()

template<typename GUM_SCALAR >
void gum::prm::PRMInstance< GUM_SCALAR >::__instantiateSlotChain ( PRMSlotChain< GUM_SCALAR > *  sc)
private

Retrieve all instances referred by sc.

Parameters
scA slot chain of this instance's type.
Exceptions
NotFoundRaised if a reference in sc is not instantiated.

Definition at line 109 of file PRMInstance_tpl.h.

References gum::prm::PRMInstance< GUM_SCALAR >::__addReferingInstance(), gum::prm::PRMInstance< GUM_SCALAR >::__bijection, gum::prm::PRMInstance< GUM_SCALAR >::__referenceMap, gum::prm::PRMSlotChain< GUM_SCALAR >::chain(), gum::prm::PRMClassElement< GUM_SCALAR >::id(), gum::Set< Key, Alloc >::insert(), gum::prm::PRMSlotChain< GUM_SCALAR >::isMultiple(), gum::prm::PRMSlotChain< GUM_SCALAR >::lastElt(), and gum::prm::PRMSlotChain< GUM_SCALAR >::type().

Referenced by gum::prm::PRMInstance< GUM_SCALAR >::__doInstantiate().

110  {
111  auto first_id = sc->chain()[0]->id();
112  auto set =
113  new Set< PRMInstance< GUM_SCALAR >* >(*(__referenceMap[first_id]));
114  // We proceed with a width-first run of the slot chain
115  for (Size idx = 1; idx < sc->chain().size() - 1; ++idx) {
116  auto temp = new Set< PRMInstance< GUM_SCALAR >* >();
117  for (auto current : *set) {
118  auto& ref = current->type().get(sc->chain()[idx]->name());
119  for (auto next : *(current->__referenceMap[ref.id()])) {
120  temp->insert(next);
121  }
122  }
123  delete set;
124  set = temp;
125  }
126 
127  GUM_ASSERT(set->size() > 0);
128  // set contains all the instances references by sc
129  if (__referenceMap.exists(sc->id())) {
130  delete __referenceMap[sc->id()];
131  __referenceMap[sc->id()] = set;
132  } else {
133  __referenceMap.insert(sc->id(), set);
134  }
135 
136  // Add refering instances
137  for (auto i : *set) {
138  __addReferingInstance(sc, i);
139  }
140 
141  // If sc is not multiple so it can be added as a parent of an attribute
142  if (!sc->isMultiple()) {
143  // We should have only one instance
144  // Less ugly way to get the single instance in set
145  for (auto instance : *set) {
146  auto& attr = instance->get(sc->lastElt().safeName());
147  __bijection.insert(&(sc->type().variable()), &(attr.type().variable()));
148  }
149  }
150  }
void __addReferingInstance(PRMSlotChain< GUM_SCALAR > *sc, PRMInstance< GUM_SCALAR > *i)
Add this as a referring instance over the attribute pointed by sc in i.
Bijection< const DiscreteVariable *, const DiscreteVariable *> __bijection
A bijection used for MultiDim handling.
Definition: PRMInstance.h:529
NodeProperty< Set< PRMInstance< GUM_SCALAR > *> *> __referenceMap
Mapping between the gum::prm::PRMReferenceSlot and gum::prm::PRMSlotChain<GUM_SCALAR> in __type / and...
Definition: PRMInstance.h:519
std::size_t Size
In aGrUM, hashed values are unsigned long int.
Definition: types.h:48
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ add()

template<typename GUM_SCALAR >
void gum::prm::PRMInstance< GUM_SCALAR >::add ( NodeId  id,
PRMInstance< GUM_SCALAR > &  instance 
)

Add an PRMInstance<GUM_SCALAR> to a given PRMReferenceSlot, PRMSlotChain<GUM_SCALAR> or output node.

Three type of nodes can be associated with an PRMInstance<GUM_SCALAR>. When an PRMInstance<GUM_SCALAR> is associated with a PRMReferenceSlot, it represents an arc in the relational skeleton. For a PRMSlotChain<GUM_SCALAR>, it is a placeholder of referenced PRMClassElement by this PRMInstance<GUM_SCALAR>. Finally, for an output node it indicates that an PRMInstance<GUM_SCALAR> has an PRMClassElement referring it.

Parameters
idThe NodeId of a PRMReferenceSlot of this PRMInstance<GUM_SCALAR>.
instanceThe instance added as references by id in this PRMInstance<GUM_SCALAR>.
Exceptions
WrongClassElementRaised if id is not a valid PRMClassElement.
OutOfUpperBoundRaised if no more PRMInstance<GUM_SCALAR> can be added to id.
TypeErrorRaised if instance's type isn't compatible with the reference's type.
NotFoundIf there is no PRMClassElement given id.

Definition at line 153 of file PRMInstance_tpl.h.

References gum::prm::PRMInstance< GUM_SCALAR >::__referenceMap, gum::prm::PRMClassElement< GUM_SCALAR >::elt_type(), gum::prm::PRMSlotChain< GUM_SCALAR >::end(), GUM_ERROR, gum::prm::PRMInstance< GUM_SCALAR >::size(), gum::prm::PRMReferenceSlot< GUM_SCALAR >::slotType(), and gum::prm::PRMInstance< GUM_SCALAR >::type().

Referenced by gum::prm::PRMFactory< GUM_SCALAR >::__addInstance().

154  {
155  PRMClassElement< GUM_SCALAR >* elt = 0;
156 
157  try {
158  elt = &(type().get(id));
159  } catch (NotFound&) {
160  GUM_ERROR(NotFound, "no ClassElement<GUM_SCALAR> matches the given id");
161  }
162 
163  switch (elt->elt_type()) {
165  PRMReferenceSlot< GUM_SCALAR >* ref =
166  static_cast< PRMReferenceSlot< GUM_SCALAR >* >(elt);
167 
168  // Checking if instance's type is legal
169  if (!instance.type().isSubTypeOf(ref->slotType())) {
170  GUM_ERROR(TypeError,
171  "given Instance type is not a proper "
172  "subclass of the ReferenceSlot<GUM_SCALAR> slot type");
173  }
174 
175  // Checking the reference's size limit
176  if (__referenceMap.exists(id)
177  && (!static_cast< PRMReferenceSlot< GUM_SCALAR >& >(type().get(id))
178  .isArray())
179  && (__referenceMap[id]->size() == 1)) {
180  GUM_ERROR(OutOfUpperBound,
181  "ReferenceSlot<GUM_SCALAR> size limit reached");
182  }
183 
184  break;
185  }
186 
188  PRMSlotChain< GUM_SCALAR >& sc =
189  static_cast< PRMSlotChain< GUM_SCALAR >& >(type().get(id));
190 
191  // Checking if instance's type is legal
192  if (!instance.type().isSubTypeOf(sc.end())) {
193  GUM_ERROR(TypeError,
194  "given Instance type is not a proper "
195  "subclass of the ClassElementContainer pointed"
196  " by the SlotChain<GUM_SCALAR>");
197  }
198 
199  // Checking the reference's size limit
200  if (__referenceMap.exists(id)
201  && (!static_cast< PRMSlotChain< GUM_SCALAR >& >(type().get(id))
202  .isMultiple())
203  && (__referenceMap[id]->size() == 1)) {
204  GUM_ERROR(OutOfUpperBound, "SlotChain<GUM_SCALAR> size limit reached");
205  }
206 
207  break;
208  }
209 
210  default: {
211  if (!type().isOutputNode(*elt)) {
212  GUM_ERROR(WrongClassElement,
213  "given ClassElement<GUM_SCALAR> is not an output node");
214  }
215  }
216  }
217 
218  if (!__referenceMap.exists(id)) {
219  __referenceMap.insert(id, new Set< PRMInstance< GUM_SCALAR >* >());
220  }
221 
222  __referenceMap[id]->insert(&instance);
223  }
PRMClass< GUM_SCALAR > & type()
Returns the type of this instance.
Size size() const
Returns the number of attributes in this PRMInstance<GUM_SCALAR>.
NodeProperty< Set< PRMInstance< GUM_SCALAR > *> *> __referenceMap
Mapping between the gum::prm::PRMReferenceSlot and gum::prm::PRMSlotChain<GUM_SCALAR> in __type / and...
Definition: PRMInstance.h:519
#define GUM_ERROR(type, msg)
Definition: exceptions.h:55
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ begin() [1/4]

template<typename GUM_SCALAR >
INLINE PRMInstance< GUM_SCALAR >::iterator gum::prm::PRMInstance< GUM_SCALAR >::begin ( )

Returns an iterator at the begining of the list of gum::prm::PRMAttribute<GUM_SCALAR> in this PRMInstance<GUM_SCALAR>.

Definition at line 389 of file PRMInstance_tpl.h.

References gum::prm::PRMInstance< GUM_SCALAR >::__nodeIdMap.

Referenced by gum::prm::SVE< GUM_SCALAR >::__eliminateNodes(), gum::prm::StructuredInference< GUM_SCALAR >::__reduceAloneInstances(), and gum::prm::StructuredInference< GUM_SCALAR >::searchPatterns().

389  {
390  return __nodeIdMap.begin();
391  }
NodeProperty< PRMAttribute< GUM_SCALAR > *> __nodeIdMap
The gum::prm::PRMAttribute<GUM_SCALAR> and gum::prm::PRMAggregate<GUM_SCALAR> of this PRMInstance<GUM...
Definition: PRMInstance.h:514
+ Here is the caller graph for this function:

◆ begin() [2/4]

template<typename GUM_SCALAR >
INLINE PRMInstance< GUM_SCALAR >::const_iterator gum::prm::PRMInstance< GUM_SCALAR >::begin ( ) const

Returns an iterator at the beginning of the list of gum::prm::PRMAttribute<GUM_SCALAR> in this PRMInstance<GUM_SCALAR>.

Definition at line 401 of file PRMInstance_tpl.h.

References gum::prm::PRMInstance< GUM_SCALAR >::__nodeIdMap.

401  {
402  return __nodeIdMap.begin();
403  }
NodeProperty< PRMAttribute< GUM_SCALAR > *> __nodeIdMap
The gum::prm::PRMAttribute<GUM_SCALAR> and gum::prm::PRMAggregate<GUM_SCALAR> of this PRMInstance<GUM...
Definition: PRMInstance.h:514

◆ begin() [3/4]

template<typename GUM_SCALAR >
INLINE PRMInstance< GUM_SCALAR >::RefIterator gum::prm::PRMInstance< GUM_SCALAR >::begin ( NodeId  id)

Returns an iterator at the beginning of the set of PRMInstance<GUM_SCALAR> associated to a given gum::prm::PRMReferenceSlot or gum::prm::PRMSlotChain<GUM_SCALAR>.

Parameters
idA gum::prm::PRMReferenceSlot or gum::prm::PRMSlotChain<GUM_SCALAR> in this PRMInstance<GUM_SCALAR> type.
Exceptions
NotFoundRaised if no gum::prm::PRMClassElement in this PRMInstance<GUM_SCALAR> type matches id.
WrongClassElementRaised if id is neither a PRMReferenceSlot or PRMSlotChain<GUM_SCALAR>.

Definition at line 413 of file PRMInstance_tpl.h.

References gum::prm::PRMInstance< GUM_SCALAR >::__referenceMap, and GUM_ERROR.

413  {
414  try {
415  return PRMInstance< GUM_SCALAR >::RefIterator(*(__referenceMap[id]));
416  } catch (NotFound&) {
417  GUM_ERROR(NotFound, "no referred instances from this NodeId");
418  }
419  }
NodeProperty< Set< PRMInstance< GUM_SCALAR > *> *> __referenceMap
Mapping between the gum::prm::PRMReferenceSlot and gum::prm::PRMSlotChain<GUM_SCALAR> in __type / and...
Definition: PRMInstance.h:519
#define GUM_ERROR(type, msg)
Definition: exceptions.h:55

◆ begin() [4/4]

template<typename GUM_SCALAR >
INLINE PRMInstance< GUM_SCALAR >::RefConstIterator gum::prm::PRMInstance< GUM_SCALAR >::begin ( NodeId  id) const

Returns an iterator at the beginning of the set of PRMInstance<GUM_SCALAR> associated to a given gum::prm::PRMReferenceSlot or gum::prm::PRMSlotChain<GUM_SCALAR>.

Parameters
idA gum::prm::PRMReferenceSlot or gum::prm::PRMSlotChain<GUM_SCALAR> in this PRMInstance<GUM_SCALAR> type.
Exceptions
NotFoundRaised if no gum::prm::PRMClassElement in this PRMInstance<GUM_SCALAR> type matches id.
WrongClassElementRaised if id is neither a PRMReferenceSlot or PRMSlotChain<GUM_SCALAR>.

Definition at line 423 of file PRMInstance_tpl.h.

References gum::prm::PRMInstance< GUM_SCALAR >::__referenceMap, and GUM_ERROR.

423  {
424  try {
425  return PRMInstance< GUM_SCALAR >::RefConstIterator(*(__referenceMap[id]));
426  } catch (NotFound&) {
427  GUM_ERROR(NotFound, "no referred instances from this NodeId");
428  }
429  }
NodeProperty< Set< PRMInstance< GUM_SCALAR > *> *> __referenceMap
Mapping between the gum::prm::PRMReferenceSlot and gum::prm::PRMSlotChain<GUM_SCALAR> in __type / and...
Definition: PRMInstance.h:519
#define GUM_ERROR(type, msg)
Definition: exceptions.h:55

◆ beginInvRef() [1/2]

template<typename GUM_SCALAR >
INLINE PRMInstance< GUM_SCALAR >::InvRefIterator gum::prm::PRMInstance< GUM_SCALAR >::beginInvRef ( )

Alias to iterate over the gum::prm::PRMAttribute<GUM_SCALAR> in this PRMInstance<GUM_SCALAR>.

Definition at line 562 of file PRMInstance_tpl.h.

References gum::prm::PRMInstance< GUM_SCALAR >::__referingAttr.

Referenced by gum::prm::SVE< GUM_SCALAR >::__eliminateNodes(), gum::prm::SVE< GUM_SCALAR >::__eliminateNodesDownward(), and gum::prm::SVE< GUM_SCALAR >::__eliminateNodesUpward().

562  {
563  return __referingAttr.begin();
564  }
NodeProperty< std::vector< pair > *> __referingAttr
The set of pair (instance, attribute) referring an attribute of this instance.
Definition: PRMInstance.h:526
+ Here is the caller graph for this function:

◆ beginInvRef() [2/2]

template<typename GUM_SCALAR >
INLINE PRMInstance< GUM_SCALAR >::InvRefConstIterator gum::prm::PRMInstance< GUM_SCALAR >::beginInvRef ( ) const

Alias to iterate over the gum::prm::PRMAttribute<GUM_SCALAR> in this PRMInstance<GUM_SCALAR>.

Definition at line 574 of file PRMInstance_tpl.h.

References gum::prm::PRMInstance< GUM_SCALAR >::__referingAttr.

574  {
575  return __referingAttr.begin();
576  }
NodeProperty< std::vector< pair > *> __referingAttr
The set of pair (instance, attribute) referring an attribute of this instance.
Definition: PRMInstance.h:526

◆ bijection()

template<typename GUM_SCALAR >
INLINE const Bijection< const DiscreteVariable *, const DiscreteVariable *> & gum::prm::PRMInstance< GUM_SCALAR >::bijection ( ) const

Returns a mapping between DiscreteVariable used in this and the ones used in this PRMInstance<GUM_SCALAR>'s Class<GUM_SCALAR>.

MultiDims require distinctive DiscreteVariable pointers, thus interface attributes are always instantiated to prevent multiple insertion of the same DiscreteVariable pointer in a MultiDim.

Returns
Returns a bijection in which first elements are DiscreteVariable in this->type() and the second are in this.

Definition at line 354 of file PRMInstance_tpl.h.

References gum::prm::PRMInstance< GUM_SCALAR >::__bijection.

Referenced by gum::prm::PRMInstance< GUM_SCALAR >::__copyAttributeCPF(), gum::prm::SVED< GUM_SCALAR >::__insertLiftedNodes(), gum::prm::SVE< GUM_SCALAR >::__insertLiftedNodes(), and gum::prm::StructuredInference< GUM_SCALAR >::__reduceAloneInstances().

354  {
355  return __bijection;
356  }
Bijection< const DiscreteVariable *, const DiscreteVariable *> __bijection
A bijection used for MultiDim handling.
Definition: PRMInstance.h:529
+ Here is the caller graph for this function:

◆ end() [1/2]

template<typename GUM_SCALAR >
INLINE const PRMInstance< GUM_SCALAR >::iterator & gum::prm::PRMInstance< GUM_SCALAR >::end ( )

Returns a reference over the iterator at the end of the list of gum::prm::PRMAttribute<GUM_SCALAR> in this PRMInstance<GUM_SCALAR>.

Definition at line 395 of file PRMInstance_tpl.h.

References gum::prm::PRMInstance< GUM_SCALAR >::__nodeIdMap.

Referenced by gum::prm::SVE< GUM_SCALAR >::__eliminateNodes(), and gum::prm::StructuredInference< GUM_SCALAR >::__reduceAloneInstances().

395  {
396  return __nodeIdMap.end();
397  }
NodeProperty< PRMAttribute< GUM_SCALAR > *> __nodeIdMap
The gum::prm::PRMAttribute<GUM_SCALAR> and gum::prm::PRMAggregate<GUM_SCALAR> of this PRMInstance<GUM...
Definition: PRMInstance.h:514
+ Here is the caller graph for this function:

◆ end() [2/2]

template<typename GUM_SCALAR >
INLINE const PRMInstance< GUM_SCALAR >::const_iterator & gum::prm::PRMInstance< GUM_SCALAR >::end ( ) const

Returns a reference over the iterator at the end of the list of gum::prm::PRMAttribute<GUM_SCALAR> in this PRMInstance<GUM_SCALAR>.

Definition at line 407 of file PRMInstance_tpl.h.

References gum::prm::PRMInstance< GUM_SCALAR >::__nodeIdMap.

407  {
408  return __nodeIdMap.end();
409  }
NodeProperty< PRMAttribute< GUM_SCALAR > *> __nodeIdMap
The gum::prm::PRMAttribute<GUM_SCALAR> and gum::prm::PRMAggregate<GUM_SCALAR> of this PRMInstance<GUM...
Definition: PRMInstance.h:514

◆ endInvRef() [1/2]

template<typename GUM_SCALAR >
INLINE const PRMInstance< GUM_SCALAR >::InvRefIterator & gum::prm::PRMInstance< GUM_SCALAR >::endInvRef ( )

Alias to iterate over the gum::prm::PRMAttribute<GUM_SCALAR> in this PRMInstance<GUM_SCALAR>.

Definition at line 568 of file PRMInstance_tpl.h.

References gum::prm::PRMInstance< GUM_SCALAR >::__referingAttr.

Referenced by gum::prm::SVE< GUM_SCALAR >::__eliminateNodes(), gum::prm::SVE< GUM_SCALAR >::__eliminateNodesDownward(), and gum::prm::SVE< GUM_SCALAR >::__eliminateNodesUpward().

568  {
569  return __referingAttr.end();
570  }
NodeProperty< std::vector< pair > *> __referingAttr
The set of pair (instance, attribute) referring an attribute of this instance.
Definition: PRMInstance.h:526
+ Here is the caller graph for this function:

◆ endInvRef() [2/2]

template<typename GUM_SCALAR >
INLINE const PRMInstance< GUM_SCALAR >::InvRefConstIterator & gum::prm::PRMInstance< GUM_SCALAR >::endInvRef ( ) const

Alias to iterate over the gum::prm::PRMAttribute<GUM_SCALAR> in this PRMInstance<GUM_SCALAR>.

Definition at line 580 of file PRMInstance_tpl.h.

References gum::prm::PRMInstance< GUM_SCALAR >::__referingAttr.

580  {
581  return __referingAttr.end();
582  }
NodeProperty< std::vector< pair > *> __referingAttr
The set of pair (instance, attribute) referring an attribute of this instance.
Definition: PRMInstance.h:526

◆ enum2str()

static std::string gum::prm::PRMObject::enum2str ( prm_type  type)
inlinestaticinherited

Returns the string representation of a PRMObject.

Definition at line 83 of file PRMObject.h.

References gum::prm::PRMObject::CLASS, gum::prm::PRMObject::CLASS_ELT, gum::prm::PRMObject::INSTANCE, gum::prm::PRMObject::PRM_INTERFACE, gum::prm::PRMObject::SYSTEM, and gum::prm::PRMObject::TYPE.

Referenced by gum::prm::operator<<().

83  {
84  switch (type) {
85  case prm_type::CLASS: return "PRMType::CLASS";
86 
87  case prm_type::CLASS_ELT: return "PRMType::CLASS_ELT";
88 
89  case prm_type::TYPE: return "PRMType::TYPE";
90 
91  case prm_type::SYSTEM: return "PRMType::SYSTEM";
92 
93  case prm_type::INSTANCE: return "PRMType::INSTANCE";
94 
95  case prm_type::PRM_INTERFACE: return "PRMType::PRM_INTERFACE";
96 
97  default: return "unknown";
98  }
99  }
+ Here is the caller graph for this function:

◆ exists() [1/2]

template<typename GUM_SCALAR >
INLINE bool gum::prm::PRMInstance< GUM_SCALAR >::exists ( NodeId  id) const

Returns true if id matches an PRMAttribute<GUM_SCALAR> in this PRMInstance<GUM_SCALAR>.

Definition at line 285 of file PRMInstance_tpl.h.

References gum::prm::PRMInstance< GUM_SCALAR >::__nodeIdMap.

Referenced by gum::prm::PRMInstance< GUM_SCALAR >::exists(), and gum::prm::o3prmr::O3prmrInterpreter::findAttributeName().

285  {
286  return __nodeIdMap.exists(id);
287  }
NodeProperty< PRMAttribute< GUM_SCALAR > *> __nodeIdMap
The gum::prm::PRMAttribute<GUM_SCALAR> and gum::prm::PRMAggregate<GUM_SCALAR> of this PRMInstance<GUM...
Definition: PRMInstance.h:514
+ Here is the caller graph for this function:

◆ exists() [2/2]

template<typename GUM_SCALAR >
INLINE bool gum::prm::PRMInstance< GUM_SCALAR >::exists ( const std::string &  name) const

Returns true if name matches an PRMAttribute<GUM_SCALAR> in this PRMInstance<GUM_SCALAR>.

Definition at line 290 of file PRMInstance_tpl.h.

References gum::prm::PRMInstance< GUM_SCALAR >::__type, and gum::prm::PRMInstance< GUM_SCALAR >::exists().

290  {
291  return __type->exists(name) && exists(__type->get(name).id());
292  }
PRMClass< GUM_SCALAR > * __type
The type of this PRMInstance<GUM_SCALAR>.
Definition: PRMInstance.h:510
const std::string & name() const
Returns the name of this object.
Definition: PRMObject_inl.h:35
bool exists(NodeId id) const
Returns true if id matches an PRMAttribute<GUM_SCALAR> in this PRMInstance<GUM_SCALAR>.
+ Here is the call graph for this function:

◆ get() [1/4]

template<typename GUM_SCALAR >
INLINE PRMAttribute< GUM_SCALAR > & gum::prm::PRMInstance< GUM_SCALAR >::get ( NodeId  id)

Getter on an PRMAttribute<GUM_SCALAR> of this PRMInstance<GUM_SCALAR>.

Recall that PRMAggregate<GUM_SCALAR> are instantiated as PRMAttribute<GUM_SCALAR> when an PRMInstance<GUM_SCALAR> is created. Thus any random variable contained in this PRMInstance<GUM_SCALAR> is mapped to an PRMAttribute<GUM_SCALAR>.

Parameters
idThe PRMAttribute<GUM_SCALAR> id.
Returns
Returns a constant reference on an PRMAttribute<GUM_SCALAR>.
Exceptions
NotFoundRaised if no PRMAttribute<GUM_SCALAR> matches name.

Definition at line 295 of file PRMInstance_tpl.h.

References gum::prm::PRMInstance< GUM_SCALAR >::__nodeIdMap, and GUM_ERROR.

Referenced by gum::prm::SVE< GUM_SCALAR >::__addDelayedVariable(), gum::prm::PRMInstance< GUM_SCALAR >::__addReferingInstance(), gum::prm::SVED< GUM_SCALAR >::__eliminateNodes(), gum::prm::SVE< GUM_SCALAR >::__eliminateNodesWithEvidence(), gum::prm::SVED< GUM_SCALAR >::__getAggPotential(), gum::prm::SVE< GUM_SCALAR >::__getAggPotential(), gum::prm::PRMSystem< double >::__groundAttr(), gum::prm::PRMSystem< double >::__groundPotential(), gum::prm::InstanceBayesNet< GUM_SCALAR >::__init(), gum::prm::StructuredInference< GUM_SCALAR >::__insertNodeInElimLists(), gum::prm::StructuredBayesBall< GUM_SCALAR >::__isHardEvidence(), gum::prm::StructuredInference< GUM_SCALAR >::__reduceAloneInstances(), gum::prm::o3prmr::O3prmrInterpreter::checkObserve(), gum::prm::o3prmr::O3prmrInterpreter::checkQuery(), and gum::prm::o3prmr::O3prmrInterpreter::checkUnobserve().

295  {
296  try {
297  return *(__nodeIdMap[id]);
298  } catch (NotFound&) {
299  GUM_ERROR(NotFound, "no PRMAttribute<GUM_SCALAR> with the given NodeId");
300  }
301  }
#define GUM_ERROR(type, msg)
Definition: exceptions.h:55
NodeProperty< PRMAttribute< GUM_SCALAR > *> __nodeIdMap
The gum::prm::PRMAttribute<GUM_SCALAR> and gum::prm::PRMAggregate<GUM_SCALAR> of this PRMInstance<GUM...
Definition: PRMInstance.h:514
+ Here is the caller graph for this function:

◆ get() [2/4]

template<typename GUM_SCALAR >
INLINE PRMAttribute< GUM_SCALAR > & gum::prm::PRMInstance< GUM_SCALAR >::get ( const std::string &  name)

Given a name returns the related PRMAttribute<GUM_SCALAR>.

Parameters
nameThe PRMAttribute<GUM_SCALAR>'s name.
Returns
Returns a reference over the PRMAttribute<GUM_SCALAR>.
Exceptions
NotFoundRaised if there is no PRMAttribute<GUM_SCALAR> named n.

Definition at line 315 of file PRMInstance_tpl.h.

References gum::prm::PRMInstance< GUM_SCALAR >::__nodeIdMap, GUM_ERROR, and gum::prm::PRMInstance< GUM_SCALAR >::type().

315  {
316  try {
317  return *(__nodeIdMap[type().get(name).id()]);
318  } catch (NotFound&) {
319  GUM_ERROR(NotFound, "no PRMAttribute<GUM_SCALAR> with the given name");
320  }
321  }
const std::string & name() const
Returns the name of this object.
Definition: PRMObject_inl.h:35
PRMClass< GUM_SCALAR > & type()
Returns the type of this instance.
#define GUM_ERROR(type, msg)
Definition: exceptions.h:55
NodeProperty< PRMAttribute< GUM_SCALAR > *> __nodeIdMap
The gum::prm::PRMAttribute<GUM_SCALAR> and gum::prm::PRMAggregate<GUM_SCALAR> of this PRMInstance<GUM...
Definition: PRMInstance.h:514
+ Here is the call graph for this function:

◆ get() [3/4]

template<typename GUM_SCALAR >
INLINE const PRMAttribute< GUM_SCALAR > & gum::prm::PRMInstance< GUM_SCALAR >::get ( NodeId  id) const

Getter on an PRMAttribute<GUM_SCALAR> of this PRMInstance<GUM_SCALAR>.

Recall that PRMAggregate<GUM_SCALAR> are instantiated has PRMAttribute<GUM_SCALAR> when an PRMInstance<GUM_SCALAR> is created. Thus any random variable contained in this PRMInstance<GUM_SCALAR> is mapped to an PRMAttribute<GUM_SCALAR>.

Parameters
idThe PRMAttribute<GUM_SCALAR> id.
Returns
Returns a constant reference on an PRMAttribute<GUM_SCALAR>.
Exceptions
NotFoundRaised if no PRMAttribute<GUM_SCALAR> matches name.

Definition at line 305 of file PRMInstance_tpl.h.

References gum::prm::PRMInstance< GUM_SCALAR >::__nodeIdMap, and GUM_ERROR.

305  {
306  try {
307  return *(__nodeIdMap[id]);
308  } catch (NotFound&) {
309  GUM_ERROR(NotFound, "no PRMAttribute<GUM_SCALAR> with the given NodeId");
310  }
311  }
#define GUM_ERROR(type, msg)
Definition: exceptions.h:55
NodeProperty< PRMAttribute< GUM_SCALAR > *> __nodeIdMap
The gum::prm::PRMAttribute<GUM_SCALAR> and gum::prm::PRMAggregate<GUM_SCALAR> of this PRMInstance<GUM...
Definition: PRMInstance.h:514

◆ get() [4/4]

template<typename GUM_SCALAR >
INLINE const PRMAttribute< GUM_SCALAR > & gum::prm::PRMInstance< GUM_SCALAR >::get ( const std::string &  name) const

Given a name returns the related PRMClassElement.

Parameters
nameThe PRMClassElement's name.
Returns
Returns a constant reference over the PRMClassElement.
Exceptions
NotFoundRaised if there is no PRMClassElement named n.

Definition at line 325 of file PRMInstance_tpl.h.

References gum::prm::PRMInstance< GUM_SCALAR >::__nodeIdMap, GUM_ERROR, and gum::prm::PRMInstance< GUM_SCALAR >::type().

325  {
326  try {
327  return *(__nodeIdMap[type().get(name).id()]);
328  } catch (NotFound&) {
329  GUM_ERROR(NotFound, "no PRMAttribute<GUM_SCALAR> with the given name");
330  }
331  }
const std::string & name() const
Returns the name of this object.
Definition: PRMObject_inl.h:35
PRMClass< GUM_SCALAR > & type()
Returns the type of this instance.
#define GUM_ERROR(type, msg)
Definition: exceptions.h:55
NodeProperty< PRMAttribute< GUM_SCALAR > *> __nodeIdMap
The gum::prm::PRMAttribute<GUM_SCALAR> and gum::prm::PRMAggregate<GUM_SCALAR> of this PRMInstance<GUM...
Definition: PRMInstance.h:514
+ Here is the call graph for this function:

◆ getInstance()

template<typename GUM_SCALAR >
INLINE const PRMInstance< GUM_SCALAR > & gum::prm::PRMInstance< GUM_SCALAR >::getInstance ( NodeId  id) const

Fast access to the first instance in a PRMReferenceSlot or PRMSlotChain<GUM_SCALAR>.

This is equivalent to **(this->getInstance(id).begin()) and should be use when dealing with non multiple PRMReferenceSlot or PRMSlotChain<GUM_SCALAR>.

Parameters
idThe NodeId of a PRMReferenceSlot or PRMSlotChain<GUM_SCALAR> in this PRMInstance<GUM_SCALAR>.
Exceptions
NotFoundRaised if there is no PRMClassElement given id.
UndefinedElementRaised if no PRMInstance<GUM_SCALAR> are referenced by id.

Definition at line 360 of file PRMInstance_tpl.h.

References gum::prm::PRMInstance< GUM_SCALAR >::__referenceMap, GUM_ERROR, and gum::prm::PRMInstance< GUM_SCALAR >::size().

Referenced by gum::prm::PRMSystem< double >::__groundPotential().

360  {
361  try {
362  if (__referenceMap[id]->size() > 0) {
363  return **(__referenceMap[id]->begin());
364  } else {
365  GUM_ERROR(UndefinedElement,
366  "no Instance associated with the given NodeId");
367  }
368  } catch (NotFound&) {
369  GUM_ERROR(NotFound,
370  "no ReferenceSlot<GUM_SCALAR> or SlotChain<GUM_SCALAR> "
371  "matches the given NodeId");
372  }
373  }
Size size() const
Returns the number of attributes in this PRMInstance<GUM_SCALAR>.
NodeProperty< Set< PRMInstance< GUM_SCALAR > *> *> __referenceMap
Mapping between the gum::prm::PRMReferenceSlot and gum::prm::PRMSlotChain<GUM_SCALAR> in __type / and...
Definition: PRMInstance.h:519
#define GUM_ERROR(type, msg)
Definition: exceptions.h:55
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ getInstances()

template<typename GUM_SCALAR >
INLINE const Set< PRMInstance< GUM_SCALAR > *> & gum::prm::PRMInstance< GUM_SCALAR >::getInstances ( NodeId  id) const

Returns the Set of PRMInstance<GUM_SCALAR> referenced by id.

Parameters
idThe NodeId of a PRMReferenceSlot or PRMSlotChain<GUM_SCALAR> in this.
Returns
Returns the Set of PRMInstance<GUM_SCALAR> referenced by id.
Exceptions
NotFoundIf there is no PRMClassElement given id.

Definition at line 377 of file PRMInstance_tpl.h.

References gum::prm::PRMInstance< GUM_SCALAR >::__referenceMap, and GUM_ERROR.

Referenced by gum::prm::PRMInstance< GUM_SCALAR >::__doInstantiate(), gum::prm::SVED< GUM_SCALAR >::__eliminateNodes(), gum::prm::SVE< GUM_SCALAR >::__eliminateNodes(), gum::prm::SVED< GUM_SCALAR >::__eliminateNodesDownward(), gum::prm::SVE< GUM_SCALAR >::__eliminateNodesDownward(), gum::prm::SVED< GUM_SCALAR >::__eliminateNodesUpward(), gum::prm::SVE< GUM_SCALAR >::__eliminateNodesUpward(), and gum::prm::StructuredBayesBall< GUM_SCALAR >::__fromChild().

377  {
378  try {
379  return *(__referenceMap[id]);
380  } catch (NotFound&) {
381  GUM_ERROR(NotFound,
382  "no ReferenceSlot<GUM_SCALAR> or SlotChain<GUM_SCALAR> "
383  "matches the given NodeId");
384  }
385  }
NodeProperty< Set< PRMInstance< GUM_SCALAR > *> *> __referenceMap
Mapping between the gum::prm::PRMReferenceSlot and gum::prm::PRMSlotChain<GUM_SCALAR> in __type / and...
Definition: PRMInstance.h:519
#define GUM_ERROR(type, msg)
Definition: exceptions.h:55
+ Here is the caller graph for this function:

◆ getRefAttr() [1/2]

template<typename GUM_SCALAR >
INLINE std::vector< std::pair< PRMInstance< GUM_SCALAR > *, std::string > > & gum::prm::PRMInstance< GUM_SCALAR >::getRefAttr ( NodeId  id)

Returns a vector of pairs of refering attributes of id.

Definition at line 586 of file PRMInstance_tpl.h.

References gum::prm::PRMInstance< GUM_SCALAR >::__referingAttr.

Referenced by gum::prm::SVED< GUM_SCALAR >::__eliminateNodes(), gum::prm::SVED< GUM_SCALAR >::__eliminateNodesDownward(), gum::prm::SVED< GUM_SCALAR >::__eliminateNodesUpward(), gum::prm::StructuredBayesBall< GUM_SCALAR >::__fromChild(), gum::prm::StructuredBayesBall< GUM_SCALAR >::__fromParent(), and gum::prm::StructuredInference< GUM_SCALAR >::__insertNodeInElimLists().

586  {
587  return *(__referingAttr[id]);
588  }
NodeProperty< std::vector< pair > *> __referingAttr
The set of pair (instance, attribute) referring an attribute of this instance.
Definition: PRMInstance.h:526
+ Here is the caller graph for this function:

◆ getRefAttr() [2/2]

template<typename GUM_SCALAR >
INLINE const std::vector< std::pair< PRMInstance< GUM_SCALAR > *, std::string > > & gum::prm::PRMInstance< GUM_SCALAR >::getRefAttr ( NodeId  id) const

Returns a vector of pairs of refering attributes of id.

Definition at line 593 of file PRMInstance_tpl.h.

References gum::prm::PRMInstance< GUM_SCALAR >::__referingAttr.

593  {
594  return *(__referingAttr[id]);
595  }
NodeProperty< std::vector< pair > *> __referingAttr
The set of pair (instance, attribute) referring an attribute of this instance.
Definition: PRMInstance.h:526

◆ hasRefAttr()

template<typename GUM_SCALAR >
INLINE bool gum::prm::PRMInstance< GUM_SCALAR >::hasRefAttr ( NodeId  id) const

Returns true if id has at least one referring PRMAttribute<GUM_SCALAR>.

Parameters
idA NodeId.
Returns
returns true if is has at least one referring PRMAttribute<GUM_SCALAR>.

Definition at line 598 of file PRMInstance_tpl.h.

References gum::prm::PRMInstance< GUM_SCALAR >::__referingAttr.

598  {
599  return __referingAttr.exists(id) && (!__referingAttr[id]->empty());
600  }
NodeProperty< std::vector< pair > *> __referingAttr
The set of pair (instance, attribute) referring an attribute of this instance.
Definition: PRMInstance.h:526

◆ instantiate()

template<typename GUM_SCALAR >
void gum::prm::PRMInstance< GUM_SCALAR >::instantiate ( )

Instantiate all nodes which requires it.

All attributes are now instantiated, which means they have a different DiscreteVariable pointer. This methods however still connects attributes of different instance together.

Warning
Be aware that this method will delete a large part of this instance attribute's CPF. Furthermore, the instantiated attribute's type will change (but will not be deleted).

Definition at line 68 of file PRMInstance_tpl.h.

References gum::prm::PRMInstance< GUM_SCALAR >::__doInstantiate(), and gum::prm::PRMInstance< GUM_SCALAR >::__instantiated.

68  {
69  if (!__instantiated) {
70  __instantiated = true;
72  }
73  }
void __doInstantiate()
Starts this instance instantiations.
bool __instantiated
True if this instance has been instantiated.
Definition: PRMInstance.h:507
+ Here is the call graph for this function:

◆ isClass()

static INLINE bool gum::prm::PRMObject::isClass ( const PRMObject obj)
inlinestaticinherited

Returns true if obj_ptr is of type Class.

Definition at line 102 of file PRMObject.h.

References gum::prm::PRMObject::CLASS, and gum::prm::PRMObject::obj_type().

Referenced by gum::prm::PRMFactory< GUM_SCALAR >::startAttribute().

102  {
103  return obj.obj_type() == prm_type::CLASS;
104  }
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ isInstance()

static INLINE bool gum::prm::PRMObject::isInstance ( const PRMObject obj)
inlinestaticinherited

Returns true if obj_ptr is of type PRMInstance.

Definition at line 112 of file PRMObject.h.

References gum::prm::PRMObject::INSTANCE, gum::prm::PRMObject::name(), gum::prm::PRMObject::obj_type(), gum::prm::PRMObject::operator!=(), gum::prm::PRMObject::operator=(), gum::prm::PRMObject::operator==(), gum::prm::PRMObject::PRMObject(), and gum::prm::PRMObject::~PRMObject().

112  {
113  return obj.obj_type() == prm_type::INSTANCE;
114  }
+ Here is the call graph for this function:

◆ isInterface()

static INLINE bool gum::prm::PRMObject::isInterface ( const PRMObject obj)
inlinestaticinherited

Returns true if obj_ptr is of type PRMInterface.

Definition at line 107 of file PRMObject.h.

References gum::prm::PRMObject::obj_type(), and gum::prm::PRMObject::PRM_INTERFACE.

107  {
108  return obj.obj_type() == prm_type::PRM_INTERFACE;
109  }
+ Here is the call graph for this function:

◆ LEFT_CAST()

static std::string gum::prm::PRMObject::LEFT_CAST ( )
inlinestaticinherited

Enumeration of the different types of objects handled by a PRM.

The "all" type is used to tell that we want any kind of PRMType (useful with iterators for example). No PRMObject will ever have "all" as type.

Definition at line 79 of file PRMObject.h.

Referenced by gum::prm::decomposePath(), gum::prm::PRMFormAttribute< GUM_SCALAR >::PRMFormAttribute(), and gum::prm::PRMScalarAttribute< GUM_SCALAR >::PRMScalarAttribute().

79 { return "("; }
+ Here is the caller graph for this function:

◆ name() [1/2]

INLINE const std::string & gum::prm::PRMObject::name ( ) const
inherited

Returns the name of this object.

Definition at line 35 of file PRMObject_inl.h.

References gum::prm::PRMObject::__name.

Referenced by gum::prm::SVE< GUM_SCALAR >::__addDelayedVariable(), gum::prm::PRMClass< double >::__addIOInterfaceFlags(), gum::prm::PRMFactory< GUM_SCALAR >::__addParent(), gum::prm::PRMInstance< GUM_SCALAR >::__addReferingInstance(), gum::prm::PRMClass< double >::__checkInterface(), gum::prm::PRMFactory< GUM_SCALAR >::__checkInterfaceImplementation(), gum::prm::PRMClass< double >::__checkInterfaces(), gum::prm::o3prm::O3ClassFactory< GUM_SCALAR >::__checkRawCPT(), gum::prm::PRMClass< double >::__checkRefInterface(), gum::prm::PRMClass< double >::__checkRefInterfaces(), gum::prm::o3prm::O3ClassFactory< GUM_SCALAR >::__checkRuleCPTSumsTo1(), gum::prm::PRMInstance< GUM_SCALAR >::__copyAggregates(), gum::prm::PRMInstance< GUM_SCALAR >::__copyAttribute(), gum::prm::PRMSlotChain< double >::__copyLastElt(), gum::prm::PRMSystem< double >::__groundAttr(), gum::prm::PRMSystem< double >::__groundPotential(), gum::prm::PRMSystem< double >::__groundRef(), gum::prm::PRMClass< double >::__inheritClass(), gum::prm::PRMInterface< double >::__overloadAttribute(), gum::prm::PRMClass< double >::__overloadAttribute(), gum::prm::PRMClass< double >::__overloadParameter(), gum::prm::PRMClass< double >::__overloadReference(), gum::prm::PRMInterface< double >::__overloadReferenceSlot(), gum::prm::__print_attribute__(), gum::prm::__print_instance__(), gum::prm::gspan::StrictSearch< GUM_SCALAR >::__str(), gum::prm::StructuredInference< GUM_SCALAR >::__str(), gum::prm::PRMInterface< double >::add(), gum::prm::PRMSystem< double >::add(), gum::prm::PRMClass< double >::add(), gum::prm::PRMFactory< GUM_SCALAR >::addAggregator(), gum::prm::PRMFormAttribute< GUM_SCALAR >::addParent(), gum::prm::PRMScalarAttribute< GUM_SCALAR >::addParent(), gum::prm::PRMFormAttribute< GUM_SCALAR >::copy(), gum::prm::PRMScalarAttribute< GUM_SCALAR >::copy(), gum::prm::o3prmr::O3prmrInterpreter::findAttributeName(), gum::prm::o3prmr::O3prmrInterpreter::findInstanceName(), gum::prm::PRMFormAttribute< GUM_SCALAR >::getCastDescendant(), gum::prm::PRMScalarAttribute< GUM_SCALAR >::getCastDescendant(), gum::prm::PRMClass< double >::inheritAggregates(), gum::prm::PRMClass< double >::isCastDescendant(), gum::prm::PRMObject::isInstance(), gum::prm::PRMObject::name(), gum::prm::PRMType::name(), gum::prm::PRMFormAttribute< GUM_SCALAR >::newFactory(), gum::prm::PRMScalarAttribute< GUM_SCALAR >::newFactory(), gum::prm::PRMType::operator!=(), gum::prm::PRMObject::operator!=(), operator<<(), gum::prm::PRMType::operator==(), gum::prm::PRMObject::operator==(), gum::prm::PRMClass< double >::overload(), gum::prm::PRMInterface< double >::overload(), gum::prm::PRMFormAttribute< GUM_SCALAR >::PRMFormAttribute(), gum::prm::PRMReferenceSlot< double >::PRMReferenceSlot(), gum::prm::PRMScalarAttribute< GUM_SCALAR >::PRMScalarAttribute(), gum::prm::PRMFactory< GUM_SCALAR >::startClass(), gum::prm::PRMFactory< GUM_SCALAR >::startInterface(), gum::prm::PRMFactory< GUM_SCALAR >::startSystem(), and gum::prm::PRMAggregate< double >::str2enum().

35 { return __name; }
std::string __name
Definition: PRMObject.h:200

◆ name() [2/2]

INLINE void gum::prm::PRMObject::name ( const std::string &  name)
inherited

Change the name of the PRM Object.

Warning
Don't do this unless you know wath you are doing !

Definition at line 39 of file PRMObject_inl.h.

References gum::prm::PRMObject::__name, and gum::prm::PRMObject::name().

39 { __name = name; }
const std::string & name() const
Returns the name of this object.
Definition: PRMObject_inl.h:35
std::string __name
Definition: PRMObject.h:200
+ Here is the call graph for this function:

◆ obj_type()

template<typename GUM_SCALAR >
INLINE PRMObject::prm_type gum::prm::PRMInstance< GUM_SCALAR >::obj_type ( ) const
virtual

Returns the PRM type of this object.

Implements gum::prm::PRMObject.

Definition at line 270 of file PRMInstance_tpl.h.

References gum::prm::PRMObject::INSTANCE.

◆ operator!=()

INLINE bool gum::prm::PRMObject::operator!= ( const PRMObject obj) const
inherited

To PRMObject are equal if they have the same name (which is unique).

Definition at line 49 of file PRMObject_inl.h.

References gum::prm::PRMObject::__name, and gum::prm::PRMObject::name().

Referenced by gum::prm::PRMObject::isInstance().

49  {
50  return __name != obj.name();
51  }
std::string __name
Definition: PRMObject.h:200
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ operator=()

template<typename GUM_SCALAR >
INLINE PRMInstance< GUM_SCALAR > & gum::prm::PRMInstance< GUM_SCALAR >::operator= ( const PRMClass< GUM_SCALAR > &  from)
private

Copy operator. Don't use it.

Definition at line 265 of file PRMInstance_tpl.h.

References GUM_ERROR.

265  {
266  GUM_ERROR(FatalError, "do not copy Instance");
267  }
#define GUM_ERROR(type, msg)
Definition: exceptions.h:55

◆ operator==()

INLINE bool gum::prm::PRMObject::operator== ( const PRMObject obj) const
inherited

To PRMObject are equal if they have the same name (which is unique).

Definition at line 43 of file PRMObject_inl.h.

References gum::prm::PRMObject::__name, and gum::prm::PRMObject::name().

Referenced by gum::prm::PRMObject::isInstance().

43  {
44  return __name == obj.name();
45  }
std::string __name
Definition: PRMObject.h:200
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ RIGHT_CAST()

static std::string gum::prm::PRMObject::RIGHT_CAST ( )
inlinestaticinherited

Enumeration of the different types of objects handled by a PRM.

The "all" type is used to tell that we want any kind of PRMType (useful with iterators for example). No PRMObject will ever have "all" as type.

Definition at line 80 of file PRMObject.h.

Referenced by gum::prm::decomposePath(), gum::prm::PRMFormAttribute< GUM_SCALAR >::PRMFormAttribute(), and gum::prm::PRMScalarAttribute< GUM_SCALAR >::PRMScalarAttribute().

80 { return ")"; }
+ Here is the caller graph for this function:

◆ size()

template<typename GUM_SCALAR >
INLINE Size gum::prm::PRMInstance< GUM_SCALAR >::size ( ) const

Returns the number of attributes in this PRMInstance<GUM_SCALAR>.

Returns
the number of attributes in this PRMInstance<GUM_SCALAR>.

Definition at line 226 of file PRMInstance_tpl.h.

References gum::prm::PRMInstance< GUM_SCALAR >::__nodeIdMap.

Referenced by gum::prm::StructuredInference< GUM_SCALAR >::__reduceAloneInstances(), gum::prm::PRMInstance< GUM_SCALAR >::add(), and gum::prm::PRMInstance< GUM_SCALAR >::getInstance().

226  {
227  return __nodeIdMap.size();
228  }
NodeProperty< PRMAttribute< GUM_SCALAR > *> __nodeIdMap
The gum::prm::PRMAttribute<GUM_SCALAR> and gum::prm::PRMAggregate<GUM_SCALAR> of this PRMInstance<GUM...
Definition: PRMInstance.h:514
+ Here is the caller graph for this function:

◆ type() [1/2]

template<typename GUM_SCALAR >
INLINE PRMClass< GUM_SCALAR > & gum::prm::PRMInstance< GUM_SCALAR >::type ( )

Returns the type of this instance.

Definition at line 275 of file PRMInstance_tpl.h.

References gum::prm::PRMInstance< GUM_SCALAR >::__type.

Referenced by gum::prm::StructuredBayesBall< GUM_SCALAR >::__buildHashKey(), gum::prm::SVED< GUM_SCALAR >::__checkElimOrder(), gum::prm::SVE< GUM_SCALAR >::__checkElimOrder(), gum::prm::PRMInstance< GUM_SCALAR >::__copyAttributeCPF(), gum::prm::PRMInstance< GUM_SCALAR >::__doInstantiate(), gum::prm::SVE< GUM_SCALAR >::__eliminateNodes(), gum::prm::SVED< GUM_SCALAR >::__eliminateNodesDownward(), gum::prm::SVE< GUM_SCALAR >::__eliminateNodesDownward(), gum::prm::SVED< GUM_SCALAR >::__eliminateNodesUpward(), gum::prm::SVE< GUM_SCALAR >::__eliminateNodesUpward(), gum::prm::SVE< GUM_SCALAR >::__eliminateNodesWithEvidence(), gum::prm::StructuredBayesBall< GUM_SCALAR >::__fromChild(), gum::prm::StructuredBayesBall< GUM_SCALAR >::__fromParent(), gum::prm::StructuredBayesBall< GUM_SCALAR >::__getSC(), gum::prm::PRMSystem< double >::__groundAttr(), gum::prm::PRMSystem< double >::__groundPotential(), gum::prm::InstanceBayesNet< GUM_SCALAR >::__init(), gum::prm::SVED< GUM_SCALAR >::__initLiftedNodes(), gum::prm::SVED< GUM_SCALAR >::__initReqSets(), gum::prm::SVE< GUM_SCALAR >::__insertLiftedNodes(), gum::prm::StructuredInference< GUM_SCALAR >::__insertNodeInElimLists(), gum::prm::__print_attribute__(), gum::prm::StructuredInference< GUM_SCALAR >::__reduceAloneInstances(), gum::prm::SVE< GUM_SCALAR >::__variableElimination(), gum::prm::PRMSystem< double >::add(), gum::prm::PRMInstance< GUM_SCALAR >::add(), and gum::prm::PRMInstance< GUM_SCALAR >::get().

275  {
276  return *__type;
277  }
PRMClass< GUM_SCALAR > * __type
The type of this PRMInstance<GUM_SCALAR>.
Definition: PRMInstance.h:510
+ Here is the caller graph for this function:

◆ type() [2/2]

template<typename GUM_SCALAR >
INLINE const PRMClass< GUM_SCALAR > & gum::prm::PRMInstance< GUM_SCALAR >::type ( ) const

Returns the type of this instance.

Definition at line 280 of file PRMInstance_tpl.h.

References gum::prm::PRMInstance< GUM_SCALAR >::__type.

280  {
281  return *__type;
282  }
PRMClass< GUM_SCALAR > * __type
The type of this PRMInstance<GUM_SCALAR>.
Definition: PRMInstance.h:510

Member Data Documentation

◆ __bijection

◆ __instantiated

template<typename GUM_SCALAR>
bool gum::prm::PRMInstance< GUM_SCALAR >::__instantiated
private

True if this instance has been instantiated.

Definition at line 507 of file PRMInstance.h.

Referenced by gum::prm::PRMInstance< GUM_SCALAR >::instantiate().

◆ __nodeIdMap

◆ __referenceMap

◆ __referingAttr

◆ __type

template<typename GUM_SCALAR>
PRMClass< GUM_SCALAR >* gum::prm::PRMInstance< GUM_SCALAR >::__type
private

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