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.dispatcher.TokenDispatcher Class Reference

Token Dispatcher. More...

Inherits object.

Public Member Functions

def __init__
 
def processStop
 
def processStandard
 
def process
 

Public Attributes

 core
 

Detailed Description

Token Dispatcher.

The token dispatcher is responsible for processing the incoming tokens and deciding how to handle them.

Constructor & Destructor Documentation

def core.dispatcher.TokenDispatcher.__init__ (   self,
  core 
)

Member Function Documentation

def core.dispatcher.TokenDispatcher.processStop (   self,
  token 
)
def core.dispatcher.TokenDispatcher.processStandard (   self,
  token 
)
def core.dispatcher.TokenDispatcher.process (   self,
  token 
)

Member Data Documentation

core.dispatcher.TokenDispatcher.core