|
| Pipe (Process &p1, Process &p2) |
|
| Pipe (Process &p1, Process &p2, Process &p3) |
|
void | setSuccessors (const std::vector< ProcessorNo > &drn) |
|
void | setPredecessors (const std::vector< ProcessorNo > &src) |
|
void | start () |
|
void | show () const |
|
std::vector< ProcessorNo > | getSuccessors () const |
|
std::vector< ProcessorNo > | getPredecessors () const |
|
std::vector< ProcessorNo > | getEntrances () const |
|
std::vector< ProcessorNo > | getExits () const |
|
int | getReceivedStops () const |
|
int | getReceivedTT () const |
|
void | addReceivedStops () |
|
void | addReceivedTT () |
|
void | resetReceivedStops () |
|
void | resetReceivedTT () |
|
int | getNumOfPredecessors () const |
|
int | getNumOfSuccessors () const |
|
int | getNumOfEntrances () const |
|
int | getNumOfExits () const |
|
void | newSeed () |
|
ProcessorNo | getRandomReceiver () |
|
ProcessorNo | getNextReceiver () |
|
ProcessorNo | getReceiver () |
|
void | setNextReceiver (int index) |
|
bool | isKnownSource (ProcessorNo no) const |
|
|
std::vector< ProcessorNo > | predecessors |
|
std::vector< ProcessorNo > | successors |
|
std::vector< ProcessorNo > | entrances |
|
std::vector< ProcessorNo > | exits |
|
int | numOfPredecessors |
|
int | numOfSuccessors |
|
int | numOfEntrances |
|
int | numOfExits |
|
int | receivedStops |
|
int | receivedTT |
|
bool | finished |
|
The documentation for this class was generated from the following file: