![]() |
MapLink Pro 11.2
Envitia MapLink Pro: The Ultimate Mapping Application Toolkit
|
Public Member Functions | |
| TSLLILineage () | |
| TSLLILineage (const TSLLILineage &right) | |
| virtual | ~TSLLILineage () |
| TSLLILineage & | operator= (const TSLLILineage &right) |
| void | statement (TSLCharacterString *input, bool assumeOwnership=true) |
| void | statement (const char *input) |
| bool | insertSource (TSLLISource *val, int pos=-1) |
| bool | removeSource (int pos=-1) |
| bool | insertProcessStep (TSLLIProcessStep *val, int pos=-1) |
| bool | removeProcessStep (int pos=-1) |
| bool | linkProcessStepToSource (int indexOfProcessStep, int indexOfSource) |
| bool | linkSourceToProcessStep (int indexOfSource, int indexOfProcessStep) |
| bool | removeLinkFromProcessStepToSource (int indexOfProcessStep, int indexOfSource) |
| bool | removeLinkFromSourceToProcessStep (int indexOfSource, int indexOfProcessStep) |
| const TSLMDCollection< TSLLISource * > * | processStepLinksAt (int index) |
| const TSLMDCollection< TSLLIProcessStep * > * | sourceLinksAt (int index) |
| virtual bool | serialize (void *outputStreamOfXML, int indentation=-1, bool isRootHandler=true) const |
| const TSLCharacterString * | statement () const |
| TSLCharacterString * | statement () |
| const TSLMDCollection< TSLLISource * > & | source () const |
| TSLMDCollection< TSLLISource * > & | source () |
| const TSLLISource * | sourceAt (int pos) const |
| TSLLISource * | sourceAt (int pos) |
| const TSLMDCollection< TSLLIProcessStep * > & | processStep () const |
| TSLMDCollection< TSLLIProcessStep * > & | processStep () |
| const TSLLIProcessStep * | processStepAt (int pos) const |
| TSLLIProcessStep * | processStepAt (int pos) |
Static Public Member Functions | |
| static TSLLILineage * | create () |
| TSLLILineage::TSLLILineage | ( | ) |
The default constructor.
| TSLLILineage::TSLLILineage | ( | const TSLLILineage & | right | ) |
The copy constructor.
|
virtual |
The destructor.
|
static |
| bool TSLLILineage::insertProcessStep | ( | TSLLIProcessStep * | val, |
| int | pos = -1 ) |
| bool TSLLILineage::insertSource | ( | TSLLISource * | val, |
| int | pos = -1 ) |
This method takes ownership of the object passed.
| bool TSLLILineage::linkProcessStepToSource | ( | int | indexOfProcessStep, |
| int | indexOfSource ) |
| bool TSLLILineage::linkSourceToProcessStep | ( | int | indexOfSource, |
| int | indexOfProcessStep ) |
| TSLLILineage & TSLLILineage::operator= | ( | const TSLLILineage & | right | ) |
Assignment operator.
|
inline |
|
inline |
|
inline |
|
inline |
| const TSLMDCollection< TSLLISource * > * TSLLILineage::processStepLinksAt | ( | int | index | ) |
| bool TSLLILineage::removeLinkFromProcessStepToSource | ( | int | indexOfProcessStep, |
| int | indexOfSource ) |
| bool TSLLILineage::removeLinkFromSourceToProcessStep | ( | int | indexOfSource, |
| int | indexOfProcessStep ) |
| bool TSLLILineage::removeProcessStep | ( | int | pos = -1 | ) |
| bool TSLLILineage::removeSource | ( | int | pos = -1 | ) |
|
virtual |
|
inline |
|
inline |
|
inline |
|
inline |
| const TSLMDCollection< TSLLIProcessStep * > * TSLLILineage::sourceLinksAt | ( | int | index | ) |
|
inline |
Returns the statement attribute.
|
inline |
Returns the statement attribute.
| void TSLLILineage::statement | ( | const char * | input | ) |
Overload to allow assignment of string as a literal.
| void TSLLILineage::statement | ( | TSLCharacterString * | input, |
| bool | assumeOwnership = true ) |
Sets the statement attribute.