Public Member Functions

OA::DGraph::EdgeInterface Class Reference

#include <DGraphInterface.hpp>

Inheritance diagram for OA::DGraph::EdgeInterface:
Inheritance graph
[legend]
Collaboration diagram for OA::DGraph::EdgeInterface:
Collaboration graph
[legend]

List of all members.

Public Member Functions

virtual ~EdgeInterface ()
virtual unsigned int getId () const =0
virtual OA_ptr< NodeInterfacegetSource () const =0
virtual OA_ptr< NodeInterfacegetSink () const =0
virtual bool operator== (EdgeInterface &other)=0
virtual bool operator< (EdgeInterface &other)=0
virtual void dump (std::ostream &os)=0

Detailed Description

Definition at line 104 of file DGraphInterface.hpp.


Constructor & Destructor Documentation

virtual OA::DGraph::EdgeInterface::~EdgeInterface (  )  [inline, virtual]

Member Function Documentation

virtual void OA::DGraph::EdgeInterface::dump ( std::ostream &  os  )  [pure virtual]
virtual unsigned int OA::DGraph::EdgeInterface::getId (  )  const [pure virtual]
virtual OA_ptr<NodeInterface> OA::DGraph::EdgeInterface::getSink (  )  const [pure virtual]
virtual OA_ptr<NodeInterface> OA::DGraph::EdgeInterface::getSource (  )  const [pure virtual]
virtual bool OA::DGraph::EdgeInterface::operator< ( EdgeInterface other  )  [pure virtual]
virtual bool OA::DGraph::EdgeInterface::operator== ( EdgeInterface other  )  [pure virtual]

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