MaxPlusAnalysis::DependencyGraphs::Node Class Reference

#include <mpdependencies.h>

Collaboration diagram for MaxPlusAnalysis::DependencyGraphs::Node:

List of all members.

Public Member Functions

void findCycle ()
void markCycle ()
void addDependency (Channel *from, Channel *to, Node *toNode)
 Node (Channel *ch, const unsigned int numberOfChannels)

Public Attributes

Channelchannel
Dependency ** dependencies
unsigned int numberOfDependencies
unsigned int dependenciesVisited
bool partOfCycle

Detailed Description

class Node A node in the depencency graph, corresponds to a channel of the SDF graph.


Constructor & Destructor Documentation

MaxPlusAnalysis::DependencyGraphs::Node::Node ( Channel ch,
const unsigned int  numberOfChannels 
)

Member Function Documentation

void MaxPlusAnalysis::DependencyGraphs::Node::addDependency ( Channel from,
Channel to,
Node toNode 
)
void MaxPlusAnalysis::DependencyGraphs::Node::findCycle (  ) 
void MaxPlusAnalysis::DependencyGraphs::Node::markCycle (  ) 

Member Data Documentation


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