#include <ckgraph.h>
Public Member Functions | |
Edge (int _id, int _msgs, int _bytes) | |
~Edge () | |
int | getNeighborId () |
int | getNumMsgs () |
int | getNumBytes () |
void | setNumBytes (int _bytes) |
Data Fields | |
int | node1 |
int | node2 |
Private Attributes | |
int | id |
int | msgs |
int | bytes |
Friends | |
class | ObjGraph |
Definition at line 59 of file ckgraph.h.
int Edge::getNumBytes | ( | ) | [inline] |
Definition at line 69 of file ckgraph.h.
References bytes.
Referenced by adjustqueues(), and removeinSwap().
void Edge::setNumBytes | ( | int | _bytes | ) | [inline] |
int Edge::msgs [private] |
int Edge::bytes [private] |