42#include "tpg/tpgVertex.h"
60 const uint64_t actionID;
85 return this->actionID;
Class representing an Action of a TPGGraph.
Definition: tpgAction.h:52
TPGAction(const uint64_t id)
Main constructor of a TPGAction.
Definition: tpgAction.h:68
uint64_t getActionID() const
Get the action ID associated to the TPGAction.
Definition: tpgAction.h:83
virtual void addOutgoingEdge(TPGEdge *edge)
Specialization throwing an std::runtime_exception.
Definition: tpgAction.cpp:40
Class representing edges of the Tangled Program Graphs.
Definition: tpgEdge.h:51
Abstract class representing the vertices of a TPGGraph.
Definition: tpgVertex.h:49
Definition: tpgActionInstrumented.h:8