Main Page   Packages   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members  

FGWorkSendVals Class Reference

Inheritance diagram for FGWorkSendVals:
[legend]
Collaboration diagram for FGWorkSendVals:
[legend]
List of all members.

Public Methods

 FGWorkSendVals (FASet values, FGNode dest)
void doWork ()

Private Attributes

FASet values

Detailed Description

This class is a specialized form of work concerned with pushing along new values to flow graph nodes.

Author:
John Hatcliff , Venkatesh Prasad Ranganath
Version:
Name:
(
Revision:
1.1.1.1
)

Definition at line 52 of file FGWorkSendVals.java.


Constructor & Destructor Documentation

FGWorkSendVals::FGWorkSendVals FASet   values,
FGNode   dest
[inline]
 

Constructor for the class.

Parameters:
values   the set of values to be pushed.
dest   the node where the values are to be sent.

Definition at line 64 of file FGWorkSendVals.java.


Member Function Documentation

void FGWorkSendVals::doWork   [inline, virtual]
 

Pushes the given values into the given flow graph node.

Reimplemented from FGWork.

Definition at line 82 of file FGWorkSendVals.java.


Member Data Documentation

FASet FGWorkSendVals::values [private]
 

Set of values to be pushed into the destination node.

Definition at line 57 of file FGWorkSendVals.java.


The documentation for this class was generated from the following file:
Generated at Thu Feb 7 07:11:09 2002 for Bandera by doxygen1.2.10 written by Dimitri van Heesch, © 1997-2001