Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members  

model::TTupleMutableObservable Class Reference

Inheritance diagram for model::TTupleMutableObservable:

behavioral::TMutableObservable List of all members.

Public Methods

 TTupleMutableObservable (TTuple tTUPLE)
void setTuple (TTuple tTUPLE)
TTuple getTuple ()

Detailed Description

Model mutable observable tuple class. It represents a model tuple object that the application wants to have mutated and observed.
See also:
org.mpcl.designpatterns.behavioral.TMutableObservable

Definition at line 38 of file TTupleMutableObservable.java.


Constructor & Destructor Documentation

model::TTupleMutableObservable::TTupleMutableObservable TTuple    tTUPLE [inline]
 

Builds a new instance.

Parameters:
tTUPLE  The tuple object to be observed and mutated.

Definition at line 53 of file TTupleMutableObservable.java.


Member Function Documentation

TTuple model::TTupleMutableObservable::getTuple   [inline]
 

Returns the model tuple.

Returns:
The model tuple.

Definition at line 76 of file TTupleMutableObservable.java.

void model::TTupleMutableObservable::setTuple TTuple    tTUPLE [inline]
 

Sets the model tuple.

Parameters:
tTUPLE  Model tuple.

Definition at line 62 of file TTupleMutableObservable.java.


The documentation for this class was generated from the following file:
Generated on Mon Oct 13 02:35:27 2003 for MPCL by doxygen1.2.18