Interface of the UseCaseIterator. More...
Public Member Functions | |
void | Init (in boolean allLevels) |
boolean | More () |
void | Next () |
SObject | Value () |
void | Register () |
Increase the reference count (mark as used by another object). | |
void | Destroy () |
Decrease the reference count (release by another object). |
Interface of the UseCaseIterator.
This interface contains a set of methods used for iteration over the objects in the use case.
void SALOMEDS::UseCaseIterator::Init | ( | in boolean | allLevels | ) |
Activates the UseCaseIterator.
allLevels | If the value of this parameter is True the Iterator is activated for all subobjects. |
boolean SALOMEDS::UseCaseIterator::More | ( | ) |
Method More
void SALOMEDS::UseCaseIterator::Next | ( | ) |
Passes the iterator to the next object.
SObject SALOMEDS::UseCaseIterator::Value | ( | ) |
Returns the SObject corresponding to the current object found by the Iterator.
void SALOME::GenericObj::Register | ( | ) | [inherited] |
Increase the reference count (mark as used by another object).
void SALOME::GenericObj::Destroy | ( | ) | [inherited] |
Decrease the reference count (release by another object).