|
GME
13
|
#include <OCLFeatureImplementation.h>


Public Member Functions | |
| virtual void | Initialize () |
| void | SetSubResult (const OclMeta::Object &object) |
| void | SetSubOriResult (const OclMeta::Object &oriobject) |
| OclMeta::Object | GetSubResult () const |
| OclMeta::Object | GetSubOriResult () const |
| bool | DoSnapshot () const |
| void | SetDoSnapshot (bool bDo) |
| bool | DoStop () const |
| void | SetDoStop (bool bDo) |
| virtual void | Finalize () |
Definition at line 194 of file OCLFeatureImplementation.h.
| bool OclImplementation::Iterator::DoSnapshot | ( | ) | const [inline] |
Definition at line 211 of file OCLFeatureImplementation.h.
| bool OclImplementation::Iterator::DoStop | ( | ) | const [inline] |
Definition at line 213 of file OCLFeatureImplementation.h.
| virtual void OclImplementation::Iterator::Finalize | ( | ) | [inline, virtual] |
Reimplemented from OclImplementation::Feature.
Definition at line 215 of file OCLFeatureImplementation.h.
| OclMeta::Object OclImplementation::Iterator::GetSubOriResult | ( | ) | const [inline] |
Definition at line 210 of file OCLFeatureImplementation.h.
| OclMeta::Object OclImplementation::Iterator::GetSubResult | ( | ) | const [inline] |
Definition at line 209 of file OCLFeatureImplementation.h.
| virtual void OclImplementation::Iterator::Initialize | ( | ) | [inline, virtual] |
Reimplemented from OclImplementation::Feature.
Definition at line 206 of file OCLFeatureImplementation.h.
| void OclImplementation::Iterator::SetDoSnapshot | ( | bool | bDo | ) | [inline] |
Definition at line 212 of file OCLFeatureImplementation.h.
| void OclImplementation::Iterator::SetDoStop | ( | bool | bDo | ) | [inline] |
Definition at line 214 of file OCLFeatureImplementation.h.
| void OclImplementation::Iterator::SetSubOriResult | ( | const OclMeta::Object & | oriobject | ) | [inline] |
Definition at line 208 of file OCLFeatureImplementation.h.
| void OclImplementation::Iterator::SetSubResult | ( | const OclMeta::Object & | object | ) | [inline] |
Definition at line 207 of file OCLFeatureImplementation.h.
1.7.6.1