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

model::TTupleMutable Class Reference

Inheritance diagram for model::TTupleMutable:

behavioral::TMutable List of all members.

Public Methods

 TTupleMutable (TTuple tTUPLE)
void setTuple (TTuple tTUPLE)
TTuple getTuple ()

Detailed Description

Model tuple subject interface. This is a tuple that can be observed using the observer design pattern.
See also:
org.mpcl.designpatterns.behavioral.

Definition at line 37 of file TTupleMutable.java.


Constructor & Destructor Documentation

model::TTupleMutable::TTupleMutable TTuple    tTUPLE [inline]
 

Builds a new instance.

Parameters:
tTUPLE  The tuple object to be mutated.

Definition at line 52 of file TTupleMutable.java.


Member Function Documentation

TTuple model::TTupleMutable::getTuple   [inline]
 

Returns the model tuple.

Returns:
The model tuple.

Definition at line 75 of file TTupleMutable.java.

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

Sets the model tuple.

Parameters:
tTUPLE  Model tuple.

Definition at line 61 of file TTupleMutable.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