#include <DUGInterface.hpp>


Public Member Functions | |
| EdgeInterface () | |
| ~EdgeInterface () | |
| virtual EdgeType | getType () const =0 |
| virtual ProcHandle | getSourceProc () const =0 |
| virtual ProcHandle | getSinkProc () const =0 |
| virtual CallHandle | getCall () const =0 |
| virtual ProcHandle | getProc () const =0 |
| virtual OA_ptr< NodeInterface > | getDUGSource () const =0 |
| virtual OA_ptr< NodeInterface > | getDUGSink () const =0 |
| virtual void | dumpdot (std::ostream &os, OA_ptr< DUGIRInterface > ir)=0 |
| EdgeInterface () | |
| ~EdgeInterface () | |
| virtual EdgeType | getType () const =0 |
| virtual ProcHandle | getSourceProc () const =0 |
| virtual ProcHandle | getSinkProc () const =0 |
| virtual CallHandle | getCall () const =0 |
| virtual ProcHandle | getProc () const =0 |
| virtual OA_ptr< NodeInterface > | getDUGSource () const =0 |
| virtual OA_ptr< NodeInterface > | getDUGSink () const =0 |
| virtual void | dumpdot (std::ostream &os, OA_ptr< DUGIRInterface > ir)=0 |
Definition at line 124 of file CSFIActivity/DUGInterface.hpp.
| OA::DUG::EdgeInterface::EdgeInterface | ( | ) | [inline] |
Definition at line 126 of file CSFIActivity/DUGInterface.hpp.
| OA::DUG::EdgeInterface::~EdgeInterface | ( | ) | [inline, virtual] |
Reimplemented from OA::DGraph::EdgeInterface.
Definition at line 127 of file CSFIActivity/DUGInterface.hpp.
| OA::DUG::EdgeInterface::EdgeInterface | ( | ) | [inline] |
Definition at line 128 of file CSFSActivity/DUGInterface.hpp.
| OA::DUG::EdgeInterface::~EdgeInterface | ( | ) | [inline, virtual] |
Reimplemented from OA::DGraph::EdgeInterface.
Definition at line 129 of file CSFSActivity/DUGInterface.hpp.
| virtual void OA::DUG::EdgeInterface::dumpdot | ( | std::ostream & | os, | |
| OA_ptr< DUGIRInterface > | ir | |||
| ) | [pure virtual] |
Implemented in OA::DUG::Edge, and OA::DUG::Edge.
| virtual void OA::DUG::EdgeInterface::dumpdot | ( | std::ostream & | os, | |
| OA_ptr< DUGIRInterface > | ir | |||
| ) | [pure virtual] |
Implemented in OA::DUG::Edge, and OA::DUG::Edge.
| virtual CallHandle OA::DUG::EdgeInterface::getCall | ( | ) | const [pure virtual] |
Implemented in OA::DUG::Edge, and OA::DUG::Edge.
| virtual CallHandle OA::DUG::EdgeInterface::getCall | ( | ) | const [pure virtual] |
Implemented in OA::DUG::Edge, and OA::DUG::Edge.
| virtual OA_ptr<NodeInterface> OA::DUG::EdgeInterface::getDUGSink | ( | ) | const [pure virtual] |
Implemented in OA::DUG::Edge, and OA::DUG::Edge.
| virtual OA_ptr<NodeInterface> OA::DUG::EdgeInterface::getDUGSink | ( | ) | const [pure virtual] |
Implemented in OA::DUG::Edge, and OA::DUG::Edge.
| virtual OA_ptr<NodeInterface> OA::DUG::EdgeInterface::getDUGSource | ( | ) | const [pure virtual] |
Implemented in OA::DUG::Edge, and OA::DUG::Edge.
| virtual OA_ptr<NodeInterface> OA::DUG::EdgeInterface::getDUGSource | ( | ) | const [pure virtual] |
Implemented in OA::DUG::Edge, and OA::DUG::Edge.
| virtual ProcHandle OA::DUG::EdgeInterface::getProc | ( | ) | const [pure virtual] |
Implemented in OA::DUG::Edge, and OA::DUG::Edge.
| virtual ProcHandle OA::DUG::EdgeInterface::getProc | ( | ) | const [pure virtual] |
Implemented in OA::DUG::Edge, and OA::DUG::Edge.
| virtual ProcHandle OA::DUG::EdgeInterface::getSinkProc | ( | ) | const [pure virtual] |
Implemented in OA::DUG::Edge, and OA::DUG::Edge.
| virtual ProcHandle OA::DUG::EdgeInterface::getSinkProc | ( | ) | const [pure virtual] |
Implemented in OA::DUG::Edge, and OA::DUG::Edge.
| virtual ProcHandle OA::DUG::EdgeInterface::getSourceProc | ( | ) | const [pure virtual] |
Implemented in OA::DUG::Edge, and OA::DUG::Edge.
| virtual ProcHandle OA::DUG::EdgeInterface::getSourceProc | ( | ) | const [pure virtual] |
Implemented in OA::DUG::Edge, and OA::DUG::Edge.
| virtual EdgeType OA::DUG::EdgeInterface::getType | ( | ) | const [pure virtual] |
Implemented in OA::DUG::Edge, and OA::DUG::Edge.
| virtual EdgeType OA::DUG::EdgeInterface::getType | ( | ) | const [pure virtual] |
Implemented in OA::DUG::Edge, and OA::DUG::Edge.
1.7.1