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
core.context.ContextCreator Class Reference

Context creator. More...

Inherits object.

Public Member Functions

def __init__
 
def get
 
def restore
 

Public Attributes

 core
 
 current
 
 available
 

Detailed Description

Context creator.

Allows the generation of new contexts.

A context creater has a unique prefix. Having this prefix allows us to have multiple context creators that generate unique contexts without synchronizing.

Constructor & Destructor Documentation

def core.context.ContextCreator.__init__ (   self,
  core 
)

Member Function Documentation

def core.context.ContextCreator.get (   self)
def core.context.ContextCreator.restore (   self,
  context 
)

Member Data Documentation

core.context.ContextCreator.core
core.context.ContextCreator.current
core.context.ContextCreator.available