Method | Description | |
---|---|---|
NotifyControllers ( Lock aLock ) : void | ||
Translation ( ) : System | ||
allSourceTexts ( ) : |
Part of the list interface for SourceTexts
|
|
allSubSteps ( ) : |
Part of the list interface for SubSteps
|
|
appendSourceTexts ( Lock aLock, |
||
appendSourceTexts ( |
Part of the list interface for SourceTexts
|
|
appendSourceTexts ( System coll ) : void |
Part of the list interface for SourceTexts
|
|
appendSourceTexts ( System coll, Lock aLock ) : void | ||
appendSubSteps ( Lock aLock, |
||
appendSubSteps ( |
Part of the list interface for SubSteps
|
|
appendSubSteps ( System coll ) : void |
Part of the list interface for SubSteps
|
|
appendSubSteps ( System coll, Lock aLock ) : void | ||
copyTo ( |
||
countSourceTexts ( ) : int |
Part of the list interface for SourceTexts
|
|
countSubSteps ( ) : int |
Part of the list interface for SubSteps
|
|
deleteSourceTexts ( int idx ) : void |
Part of the list interface for SourceTexts This deletion function removes an element from the collection in SourceTexts
|
|
deleteSourceTexts ( int idx, Lock aLock ) : void | ||
deleteSubSteps ( int idx ) : void |
Part of the list interface for SubSteps This deletion function removes an element from the collection in SubSteps
|
|
deleteSubSteps ( int idx, Lock aLock ) : void | ||
dispatch ( XmlBooster.XmlBBaseVisitor v ) : void | ||
dispatch ( XmlBooster.XmlBBaseVisitor v, bool visitSubNodes ) : void | ||
find ( Object search ) : bool | ||
getImplemented ( ) : bool | ||
getObsoleteComment ( ) : string | ||
getSourceTexts ( int idx ) : |
Part of the list interface for SourceTexts This function returns an element from the collection in SourceTexts based on an index.
|
|
getSubSteps ( int idx ) : |
Part of the list interface for SubSteps This function returns an element from the collection in SubSteps based on an index.
|
|
indexOfSourceTexts ( IXmlBBase el ) : int |
Part of the list interface for SourceTexts This function returns the index of an element in the collection.
|
|
indexOfSubSteps ( IXmlBBase el ) : int |
Part of the list interface for SubSteps This function returns the index of an element in the collection.
|
|
insertSourceTexts ( int idx, |
Part of the list interface for SourceTexts This insertion function inserts a new element in the collection in SourceTexts
|
|
insertSourceTexts ( int idx, |
||
insertSubSteps ( int idx, |
Part of the list interface for SubSteps This insertion function inserts a new element in the collection in SubSteps
|
|
insertSubSteps ( int idx, |
||
parse ( XmlBooster.XmlBContext ctxt, string endingTag ) : void | This method is used by XMLBooster-generated code internally. Please refrain from using it, as it might produce unexpected results, and might change or even disappear in the future. | |
parseBody ( XmlBooster.XmlBContext ctxt ) : void | This method is used by XMLBooster-generated code internally. Please refrain from using it, as it might produce unexpected results, and might change or even disappear in the future. | |
removeSourceTexts ( IXmlBBase obj ) : void |
Part of the list interface for SourceTexts This deletion function removes an element from the collection in SourceTexts If the object given in parameter is not found in the the collection, this function does nothing.
|
|
removeSourceTexts ( IXmlBBase obj, Lock aLock ) : void | ||
removeSubSteps ( IXmlBBase obj ) : void |
Part of the list interface for SubSteps This deletion function removes an element from the collection in SubSteps If the object given in parameter is not found in the the collection, this function does nothing.
|
|
removeSubSteps ( IXmlBBase obj, Lock aLock ) : void | ||
setAllSourceTexts ( Lock aLock, System coll ) : void | ||
setAllSourceTexts ( System coll ) : void |
Part of the list interface for SourceTexts
|
|
setAllSubSteps ( Lock aLock, System coll ) : void | ||
setAllSubSteps ( System coll ) : void |
Part of the list interface for SubSteps
|
|
setImplemented ( bool v ) : void | ||
setObsoleteComment ( string v ) : void | ||
subElements ( |
This method is used by XMLBooster-generated code internally. Please refrain from using it, as it might produce unexpected results, and might change or even disappear in the future. | |
unParse ( |
This method is used by XMLBooster-generated code internally. Please refrain from using it, as it might produce unexpected results, and might change or even disappear in the future. | |
unParseBody ( |
This method is used by XMLBooster-generated code internally. Please refrain from using it, as it might produce unexpected results, and might change or even disappear in the future. |
Method | Description | |
---|---|---|
getSourceTexts ( ) : |
Part of the list interface for SourceTexts
|
|
getSubSteps ( ) : |
Part of the list interface for SubSteps
|
public NotifyControllers ( Lock aLock ) : void | ||
aLock | Lock | |
return | void |
public allSourceTexts ( ) : |
||
return |
public appendSourceTexts ( Lock aLock, |
||
aLock | Lock | |
el | ||
return | void |
public appendSourceTexts ( |
||
el | a SourceText to add to the collection in /// SourceTexts | |
return | void |
public appendSourceTexts ( System coll ) : void | ||
coll | System | a collection ofSourceTexts to add to the collection in /// SourceTexts |
return | void |
public appendSourceTexts ( System coll, Lock aLock ) : void | ||
coll | System | |
aLock | Lock | |
return | void |
public appendSubSteps ( Lock aLock, |
||
aLock | Lock | |
el | ||
return | void |
public appendSubSteps ( |
||
el | a SubStep to add to the collection in /// SubSteps | |
return | void |
public appendSubSteps ( System coll ) : void | ||
coll | System | a collection ofSubSteps to add to the collection in /// SubSteps |
return | void |
public appendSubSteps ( System coll, Lock aLock ) : void | ||
coll | System | |
aLock | Lock | |
return | void |
public deleteSourceTexts ( int idx ) : void | ||
idx | int | the index of the element to remove |
return | void |
public deleteSourceTexts ( int idx, Lock aLock ) : void | ||
idx | int | |
aLock | Lock | |
return | void |
public deleteSubSteps ( int idx ) : void | ||
idx | int | the index of the element to remove |
return | void |
public deleteSubSteps ( int idx, Lock aLock ) : void | ||
idx | int | |
aLock | Lock | |
return | void |
public dispatch ( XmlBooster.XmlBBaseVisitor v ) : void | ||
v | XmlBooster.XmlBBaseVisitor | |
return | void |
public dispatch ( XmlBooster.XmlBBaseVisitor v, bool visitSubNodes ) : void | ||
v | XmlBooster.XmlBBaseVisitor | |
visitSubNodes | bool | |
return | void |
public getSourceTexts ( int idx ) : |
||
idx | int | the index of the element to extract |
return |
public getSubSteps ( int idx ) : |
||
idx | int | the index of the element to extract |
return |
public indexOfSourceTexts ( IXmlBBase el ) : int | ||
el | IXmlBBase | the object to look for |
return | int |
public indexOfSubSteps ( IXmlBBase el ) : int | ||
el | IXmlBBase | the object to look for |
return | int |
public insertSourceTexts ( int idx, |
||
idx | int | the index where the insertion must take place |
el | the element to insert | |
return | void |
public insertSourceTexts ( int idx, |
||
idx | int | |
el | ||
aLock | Lock | |
return | void |
public insertSubSteps ( int idx, |
||
idx | int | the index where the insertion must take place |
el | the element to insert | |
return | void |
public insertSubSteps ( int idx, |
||
idx | int | |
el | ||
aLock | Lock | |
return | void |
public parse ( XmlBooster.XmlBContext ctxt, string endingTag ) : void | ||
ctxt | XmlBooster.XmlBContext | |
endingTag | string | |
return | void |
public parseBody ( XmlBooster.XmlBContext ctxt ) : void | ||
ctxt | XmlBooster.XmlBContext | |
return | void |
public removeSourceTexts ( IXmlBBase obj ) : void | ||
obj | IXmlBBase | the object to remove |
return | void |
public removeSourceTexts ( IXmlBBase obj, Lock aLock ) : void | ||
obj | IXmlBBase | |
aLock | Lock | |
return | void |
public removeSubSteps ( IXmlBBase obj ) : void | ||
obj | IXmlBBase | the object to remove |
return | void |
public removeSubSteps ( IXmlBBase obj, Lock aLock ) : void | ||
obj | IXmlBBase | |
aLock | Lock | |
return | void |
public setAllSourceTexts ( Lock aLock, System coll ) : void | ||
aLock | Lock | |
coll | System | |
return | void |
public setAllSourceTexts ( System coll ) : void | ||
coll | System | a collection of elements which replaces /// SourceTexts's current content. |
return | void |
public setAllSubSteps ( Lock aLock, System coll ) : void | ||
aLock | Lock | |
coll | System | |
return | void |
public setAllSubSteps ( System coll ) : void | ||
coll | System | a collection of elements which replaces /// SubSteps's current content. |
return | void |
public setObsoleteComment ( string v ) : void | ||
v | string | |
return | void |
public subElements ( |
||
l | ||
return | void |
public unParse ( |
||
pw | ||
typeId | bool | |
headingTag | string | |
endingTag | string | |
return | void |
public unParseBody ( |
||
pw | ||
return | void |