Dataflow Software Stack  032db78
Master Thesis of Mathijs Saey at the VUB
 All Classes Namespaces Files Functions Variables Pages
Public Member Functions | Public Attributes | List of all members
frontEnd.IF1.environment.CompoundScope Class Reference

Single part of the scope stack. More...

Inherits object.

Public Member Functions

def __init__
 
def addSubGraph
 Add a graph to the list of subgraphs. More...
 

Public Attributes

 graphs
 

Detailed Description

Single part of the scope stack.

This scope is only to be used inside the global environment of a compound node. It is meant to store the various subgraphs of a compound node.

Constructor & Destructor Documentation

def frontEnd.IF1.environment.CompoundScope.__init__ (   self)

Member Function Documentation

def frontEnd.IF1.environment.CompoundScope.addSubGraph (   self,
  graph 
)

Add a graph to the list of subgraphs.

Member Data Documentation

frontEnd.IF1.environment.CompoundScope.graphs