MaxPlusAnalysis::DependencyGraphs::Graph Class Reference

#include <mpdependencies.h>

Collaboration diagram for MaxPlusAnalysis::DependencyGraphs::Graph:

List of all members.

Public Member Functions

 Graph (const GraphDecoration::Graph *SG)
void addDependency (Channel *from, Channel *to)
ChannelListfindCriticalChannels ()
void fire (State *x, Actor *a)

Public Attributes

const GraphDecoration::GraphG
Node ** nodes

Detailed Description

class Graph A depencency graph, captures critical dependencies between channels of the SDF graph


Constructor & Destructor Documentation

MaxPlusAnalysis::DependencyGraphs::Graph::Graph ( const GraphDecoration::Graph SG  ) 

Member Function Documentation

void MaxPlusAnalysis::DependencyGraphs::Graph::addDependency ( Channel from,
Channel to 
)
ChannelList* MaxPlusAnalysis::DependencyGraphs::Graph::findCriticalChannels (  ) 
void MaxPlusAnalysis::DependencyGraphs::Graph::fire ( State x,
Actor a 
)

Member Data Documentation


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