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

model::TTuple Class Reference

Base tuple class. More...

List of all members.

Public Methods

void setIsNew (boolean gIS_NEW)
boolean isNew ()

Protected Methods

 TTuple ()
 TTuple (boolean gIS_NEW)


Detailed Description

Base tuple class.

Definition at line 31 of file TTuple.java.


Constructor & Destructor Documentation

model::TTuple::TTuple   [inline, protected]
 

Builds a new tuple.

Postcondition:
isNew()

Definition at line 46 of file TTuple.java.

model::TTuple::TTuple boolean    gIS_NEW [inline, protected]
 

Builds a new tuple.

Postcondition:
( isNew() == gIS_NEW )

Definition at line 55 of file TTuple.java.


Member Function Documentation

boolean model::TTuple::isNew   [inline]
 

Tells if the tuple has been newly created, no read from the model.

Returns:
True if the tuple is new.

Definition at line 84 of file TTuple.java.

void model::TTuple::setIsNew boolean    gIS_NEW [inline]
 

Sets the tuple state. If the tuple is new, then it has not been read from the model. If it is not new (old), then it has been read from the model.

Postcondition:
( isNew() == gIS_NEW )

Definition at line 70 of file TTuple.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