aGrUM 3.1.1
a C++ library for (probabilistic) graphical models
gum::learning::GraphChange Class Reference

#include <graphChange.h>

Inheritance diagram for gum::learning::GraphChange:

Public Member Functions

Operators
GraphChangeoperator= (const GraphChange &from) noexcept
 copy constructor
GraphChangeoperator= (GraphChange &&from) noexcept
 move operator
bool operator== (const GraphChange &from) const noexcept
 returns whether two graph changes are identical or not
bool operator!= (const GraphChange &from) const noexcept
 returns whether two graph changes are different or not
Accessors/Modifiers
GraphChangeType type () const noexcept
 returns the type of the operation
std::string typeAsString () const
 returns a string corresponding to the type of the change
NodeId node1 () const noexcept
 returns the first node involved in the modification
NodeId node2 () const noexcept
 returns the second node involved in the modification
NodeId node3 () const
 returns the third node involved in the modification (if any)
std::string toString () const
 put the content of the graph change into a string

Protected Attributes

LearnNodeId nodes_ [3]
 the nodes involved in the edge or arc to be modified
GraphChangeType type_
 the type of modification

Friends

class HashFunc< GraphChange >
class HashFunc< ArcAddition >
class HashFunc< ArcDeletion >
class HashFunc< ArcReversal >
class HashFunc< ArcTriangleDeletion1 >
class HashFunc< ArcTriangleDeletion2 >
class HashFunc< EdgeAddition >
class HashFunc< EdgeDeletion >

Constructors / Destructors

 GraphChange (GraphChangeType type, NodeId node1, NodeId node2, NodeId node3=0) noexcept
 default constructor
 GraphChange (const GraphChange &from) noexcept
 copy constructor
 GraphChange (GraphChange &&from) noexcept
 move constructor
 ~GraphChange () noexcept
 destructor

Detailed Description

Definition at line 101 of file graphChange.h.

Constructor & Destructor Documentation

◆ GraphChange() [1/3]

gum::learning::GraphChange::GraphChange ( GraphChangeType type,
NodeId node1,
NodeId node2,
NodeId node3 = 0 )
protectednoexcept

default constructor

References node1(), node2(), node3(), and type().

Referenced by GraphChange(), GraphChange(), ~GraphChange(), HashFunc< ArcAddition >, gum::learning::EdgeDeletion::operator!=(), operator!=(), operator=(), operator=(), and operator==().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ GraphChange() [2/3]

gum::learning::GraphChange::GraphChange ( const GraphChange & from)
noexcept

copy constructor

References GraphChange().

Here is the call graph for this function:

◆ GraphChange() [3/3]

gum::learning::GraphChange::GraphChange ( GraphChange && from)
noexcept

move constructor

References GraphChange().

Here is the call graph for this function:

◆ ~GraphChange()

gum::learning::GraphChange::~GraphChange ( )
noexcept

destructor

References GraphChange().

Here is the call graph for this function:

Member Function Documentation

◆ node1()

NodeId gum::learning::GraphChange::node1 ( ) const
noexcept

returns the first node involved in the modification

References node1().

Referenced by gum::learning::ArcAddition::ArcAddition(), gum::learning::ArcDeletion::ArcDeletion(), gum::learning::ArcReversal::ArcReversal(), gum::learning::ArcTriangleDeletion1::ArcTriangleDeletion1(), gum::learning::ArcTriangleDeletion2::ArcTriangleDeletion2(), gum::learning::EdgeAddition::EdgeAddition(), gum::learning::EdgeDeletion::EdgeDeletion(), GraphChange(), gum::learning::StructuralConstraintDAG::checkModificationAlone(), gum::learning::StructuralConstraintDiGraph::checkModificationAlone(), gum::learning::StructuralConstraintForbiddenArcs::checkModificationAlone(), gum::learning::StructuralConstraintIndegree::checkModificationAlone(), gum::learning::StructuralConstraintMandatoryArcs::checkModificationAlone(), gum::learning::StructuralConstraintNoChildrenNodes::checkModificationAlone(), gum::learning::StructuralConstraintNoParentNodes::checkModificationAlone(), gum::learning::StructuralConstraintPossibleEdges::checkModificationAlone(), gum::learning::StructuralConstraintSliceOrder::checkModificationAlone(), gum::learning::StructuralConstraintTabuList::checkModificationAlone(), gum::learning::StructuralConstraintTotalOrder::checkModificationAlone(), gum::learning::StructuralConstraintForbiddenArcs::isAlwaysInvalidAlone(), gum::learning::StructuralConstraintMandatoryArcs::isAlwaysInvalidAlone(), gum::learning::StructuralConstraintNoChildrenNodes::isAlwaysInvalidAlone(), gum::learning::StructuralConstraintPossibleEdges::isAlwaysInvalidAlone(), gum::learning::StructuralConstraintSliceOrder::isAlwaysInvalidAlone(), gum::learning::StructuralConstraintTotalOrder::isAlwaysInvalidAlone(), node1(), and toString().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ node2()

NodeId gum::learning::GraphChange::node2 ( ) const
noexcept

returns the second node involved in the modification

References node2().

Referenced by gum::learning::ArcAddition::ArcAddition(), gum::learning::ArcDeletion::ArcDeletion(), gum::learning::ArcReversal::ArcReversal(), gum::learning::ArcTriangleDeletion1::ArcTriangleDeletion1(), gum::learning::ArcTriangleDeletion2::ArcTriangleDeletion2(), gum::learning::EdgeAddition::EdgeAddition(), gum::learning::EdgeDeletion::EdgeDeletion(), GraphChange(), gum::learning::StructuralConstraintDAG::checkModificationAlone(), gum::learning::StructuralConstraintDiGraph::checkModificationAlone(), gum::learning::StructuralConstraintForbiddenArcs::checkModificationAlone(), gum::learning::StructuralConstraintIndegree::checkModificationAlone(), gum::learning::StructuralConstraintMandatoryArcs::checkModificationAlone(), gum::learning::StructuralConstraintNoChildrenNodes::checkModificationAlone(), gum::learning::StructuralConstraintNoParentNodes::checkModificationAlone(), gum::learning::StructuralConstraintPossibleEdges::checkModificationAlone(), gum::learning::StructuralConstraintSliceOrder::checkModificationAlone(), gum::learning::StructuralConstraintTabuList::checkModificationAlone(), gum::learning::StructuralConstraintTotalOrder::checkModificationAlone(), gum::learning::StructuralConstraintForbiddenArcs::isAlwaysInvalidAlone(), gum::learning::StructuralConstraintMandatoryArcs::isAlwaysInvalidAlone(), gum::learning::StructuralConstraintNoChildrenNodes::isAlwaysInvalidAlone(), gum::learning::StructuralConstraintPossibleEdges::isAlwaysInvalidAlone(), gum::learning::StructuralConstraintSliceOrder::isAlwaysInvalidAlone(), gum::learning::StructuralConstraintTotalOrder::isAlwaysInvalidAlone(), node2(), and toString().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ node3()

NodeId gum::learning::GraphChange::node3 ( ) const

returns the third node involved in the modification (if any)

Exceptions
InvalidNodeis raised if the modification does not involve a third

References node3(), and toString().

Referenced by GraphChange(), gum::learning::StructuralConstraintDAG::checkModificationAlone(), gum::learning::StructuralConstraintDiGraph::checkModificationAlone(), gum::learning::StructuralConstraintForbiddenArcs::checkModificationAlone(), gum::learning::StructuralConstraintIndegree::checkModificationAlone(), gum::learning::StructuralConstraintMandatoryArcs::checkModificationAlone(), gum::learning::StructuralConstraintNoChildrenNodes::checkModificationAlone(), gum::learning::StructuralConstraintNoParentNodes::checkModificationAlone(), gum::learning::StructuralConstraintPossibleEdges::checkModificationAlone(), gum::learning::StructuralConstraintSliceOrder::checkModificationAlone(), gum::learning::StructuralConstraintTabuList::checkModificationAlone(), gum::learning::StructuralConstraintTotalOrder::checkModificationAlone(), gum::learning::StructuralConstraintForbiddenArcs::isAlwaysInvalidAlone(), gum::learning::StructuralConstraintMandatoryArcs::isAlwaysInvalidAlone(), gum::learning::StructuralConstraintNoChildrenNodes::isAlwaysInvalidAlone(), gum::learning::StructuralConstraintPossibleEdges::isAlwaysInvalidAlone(), gum::learning::StructuralConstraintSliceOrder::isAlwaysInvalidAlone(), gum::learning::StructuralConstraintTotalOrder::isAlwaysInvalidAlone(), node3(), and toString().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ operator!=()

bool gum::learning::GraphChange::operator!= ( const GraphChange & from) const
noexcept

returns whether two graph changes are different or not

References GraphChange().

Here is the call graph for this function:

◆ operator=() [1/2]

GraphChange & gum::learning::GraphChange::operator= ( const GraphChange & from)
noexcept

copy constructor

References GraphChange().

Here is the call graph for this function:

◆ operator=() [2/2]

GraphChange & gum::learning::GraphChange::operator= ( GraphChange && from)
noexcept

move operator

References GraphChange().

Here is the call graph for this function:

◆ operator==()

bool gum::learning::GraphChange::operator== ( const GraphChange & from) const
noexcept

returns whether two graph changes are identical or not

References GraphChange().

Here is the call graph for this function:

◆ toString()

std::string gum::learning::GraphChange::toString ( ) const

put the content of the graph change into a string

put the content of the GraphChange into a string

Definition at line 62 of file graphChange.cpp.

62 {
63 switch (type()) {
65 return std::format("ArcAddition ( {} , {} )", node1(), node2());
66
68 return std::format("ArcDeletion ( {} , {} )", node1(), node2());
69
71 return std::format("ArcReversal ( {} , {} )", node1(), node2());
72
74 return std::format("ArcTriangleDeletion1 ( {} , {} , {} )", node1(), node2(), node3());
75
77 return std::format("ArcTriangleDeletion2 ( {} , {} , {} )", node1(), node2(), node3());
78
80 return std::format("EdgeAddition ( {} , {} )", node1(), node2());
81
83 return std::format("EdgeDeletion ( {} , {} )", node1(), node2());
84 }
85
86 GUM_ERROR(OperationNotAllowed,
87 "Graph modification " << (int)type() << " is not supported yet in method toString")
88 }
NodeId node1() const noexcept
returns the first node involved in the modification
GraphChangeType type() const noexcept
returns the type of the operation
NodeId node2() const noexcept
returns the second node involved in the modification
NodeId node3() const
returns the third node involved in the modification (if any)
#define GUM_ERROR(type, msg)
Definition exceptions.h:76

References gum::learning::ARC_ADDITION, gum::learning::ARC_DELETION, gum::learning::ARC_REVERSAL, gum::learning::ARC_TRIANGLE_DELETION1, gum::learning::ARC_TRIANGLE_DELETION2, gum::learning::EDGE_ADDITION, gum::learning::EDGE_DELETION, GUM_ERROR, node1(), node2(), node3(), and type().

Referenced by node3(), and gum::learning::operator<<().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ type()

GraphChangeType gum::learning::GraphChange::type ( ) const
noexcept

returns the type of the operation

References type(), and typeAsString().

Referenced by GraphChange(), gum::learning::StructuralConstraintDAG::checkModificationAlone(), gum::learning::StructuralConstraintDiGraph::checkModificationAlone(), gum::learning::StructuralConstraintForbiddenArcs::checkModificationAlone(), gum::learning::StructuralConstraintIndegree::checkModificationAlone(), gum::learning::StructuralConstraintMandatoryArcs::checkModificationAlone(), gum::learning::StructuralConstraintNoChildrenNodes::checkModificationAlone(), gum::learning::StructuralConstraintNoParentNodes::checkModificationAlone(), gum::learning::StructuralConstraintPossibleEdges::checkModificationAlone(), gum::learning::StructuralConstraintSliceOrder::checkModificationAlone(), gum::learning::StructuralConstraintTabuList::checkModificationAlone(), gum::learning::StructuralConstraintTotalOrder::checkModificationAlone(), gum::learning::StructuralConstraintForbiddenArcs::isAlwaysInvalidAlone(), gum::learning::StructuralConstraintMandatoryArcs::isAlwaysInvalidAlone(), gum::learning::StructuralConstraintNoChildrenNodes::isAlwaysInvalidAlone(), gum::learning::StructuralConstraintPossibleEdges::isAlwaysInvalidAlone(), gum::learning::StructuralConstraintSliceOrder::isAlwaysInvalidAlone(), gum::learning::StructuralConstraintTotalOrder::isAlwaysInvalidAlone(), gum::learning::StructuralConstraintDAG::modifyGraphAlone(), gum::learning::StructuralConstraintDiGraph::modifyGraphAlone(), gum::learning::StructuralConstraintTabuList::modifyGraphAlone(), toString(), type(), and typeAsString().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ typeAsString()

std::string gum::learning::GraphChange::typeAsString ( ) const

returns a string corresponding to the type of the change

Definition at line 91 of file graphChange.cpp.

91 {
92 switch (type()) {
93 case GraphChangeType::ARC_ADDITION : return "ArcAddition";
94
95 case GraphChangeType::ARC_DELETION : return "ArcDeletion";
96
97 case GraphChangeType::ARC_REVERSAL : return "ArcReversal";
98
99 case GraphChangeType::ARC_TRIANGLE_DELETION1 : return "ArcTriangleDeletion1";
100
101 case GraphChangeType::ARC_TRIANGLE_DELETION2 : return "ArcTriangleDeletion2";
102
103 case GraphChangeType::EDGE_ADDITION : return "EdgeAddition";
104
105 case GraphChangeType::EDGE_DELETION : return "EdgeDeletion";
106 }
107
108 GUM_ERROR(OperationNotAllowed,
109 "Graph modification " << (int)type()
110 << " is not supported yet in method typeAsString")
111 }

References gum::learning::ARC_ADDITION, gum::learning::ARC_DELETION, gum::learning::ARC_REVERSAL, gum::learning::ARC_TRIANGLE_DELETION1, gum::learning::ARC_TRIANGLE_DELETION2, gum::learning::EDGE_ADDITION, gum::learning::EDGE_DELETION, GUM_ERROR, and type().

Referenced by gum::learning::StructuralConstraintDAG::checkModificationAlone(), gum::learning::StructuralConstraintDiGraph::checkModificationAlone(), gum::learning::StructuralConstraintForbiddenArcs::checkModificationAlone(), gum::learning::StructuralConstraintIndegree::checkModificationAlone(), gum::learning::StructuralConstraintMandatoryArcs::checkModificationAlone(), gum::learning::StructuralConstraintPossibleEdges::checkModificationAlone(), gum::learning::StructuralConstraintTabuList::checkModificationAlone(), gum::learning::StructuralConstraintForbiddenArcs::isAlwaysInvalidAlone(), gum::learning::StructuralConstraintMandatoryArcs::isAlwaysInvalidAlone(), gum::learning::StructuralConstraintPossibleEdges::isAlwaysInvalidAlone(), gum::learning::StructuralConstraintSliceOrder::isAlwaysInvalidAlone(), gum::learning::StructuralConstraintTotalOrder::isAlwaysInvalidAlone(), gum::learning::StructuralConstraintDAG::modifyGraphAlone(), gum::learning::StructuralConstraintDiGraph::modifyGraphAlone(), gum::learning::StructuralConstraintTabuList::modifyGraphAlone(), and type().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ HashFunc< ArcAddition >

friend class HashFunc< ArcAddition >
friend

Definition at line 182 of file graphChange.h.

References GraphChange(), and type_.

◆ HashFunc< ArcDeletion >

friend class HashFunc< ArcDeletion >
friend

Definition at line 182 of file graphChange.h.

◆ HashFunc< ArcReversal >

friend class HashFunc< ArcReversal >
friend

Definition at line 182 of file graphChange.h.

◆ HashFunc< ArcTriangleDeletion1 >

Definition at line 182 of file graphChange.h.

◆ HashFunc< ArcTriangleDeletion2 >

Definition at line 182 of file graphChange.h.

◆ HashFunc< EdgeAddition >

friend class HashFunc< EdgeAddition >
friend

Definition at line 182 of file graphChange.h.

◆ HashFunc< EdgeDeletion >

friend class HashFunc< EdgeDeletion >
friend

Definition at line 182 of file graphChange.h.

◆ HashFunc< GraphChange >

friend class HashFunc< GraphChange >
friend

Definition at line 182 of file graphChange.h.

Member Data Documentation

◆ nodes_

LearnNodeId gum::learning::GraphChange::nodes_[3]
protected

the nodes involved in the edge or arc to be modified

Definition at line 175 of file graphChange.h.

◆ type_

GraphChangeType gum::learning::GraphChange::type_
protected

the type of modification

Definition at line 182 of file graphChange.h.

Referenced by HashFunc< ArcAddition >.


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