FSMSADF::BindingAwareGraph::BindingAwareProperties Class Reference

#include <binding_aware_graph.h>

Collaboration diagram for FSMSADF::BindingAwareGraph::BindingAwareProperties:

List of all members.

Public Member Functions

bool actorMappedToProcessor (Actor *a) const
bool channelMappedToConnection (Channel *c) const

Public Attributes

map< Actor *, Processor * > actorToProcessor
map< Channel *, Connection * > channelToConnection
map< Processor
*, StaticOrderSchedule * > 
processorToStaticOrderSchedule
map< Processor *, TimeprocessorToTimeslice

Member Function Documentation

bool FSMSADF::BindingAwareGraph::BindingAwareProperties::actorMappedToProcessor ( Actor a  )  const

actorMappedToProcessor() The function returns true when the supplied actor is mapped to a processor. Otherwise the function returns false.

References actorToProcessor.

bool FSMSADF::BindingAwareGraph::BindingAwareProperties::channelMappedToConnection ( Channel c  )  const

channelMappedToConnection() The function returns true when the supplied channel is mapped to a connection. Otherwise the function returns false.

References channelToConnection.


Member Data Documentation


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