Method | Description | |
---|---|---|
NotifyControllers ( Lock aLock ) : void | ||
SubStep ( ) : System | ||
allActions ( ) : |
Part of the list interface for Actions
|
|
allExpectations ( ) : |
Part of the list interface for Expectations
|
|
appendActions ( Action el ) : void |
Part of the list interface for Actions
|
|
appendActions ( Lock aLock, Action el ) : void | ||
appendActions ( System coll ) : void |
Part of the list interface for Actions
|
|
appendActions ( System coll, Lock aLock ) : void | ||
appendExpectations ( |
Part of the list interface for Expectations
|
|
appendExpectations ( Lock aLock, |
||
appendExpectations ( System coll ) : void |
Part of the list interface for Expectations
|
|
appendExpectations ( System coll, Lock aLock ) : void | ||
copyTo ( |
||
countActions ( ) : int |
Part of the list interface for Actions
|
|
countExpectations ( ) : int |
Part of the list interface for Expectations
|
|
deleteActions ( int idx ) : void |
Part of the list interface for Actions This deletion function removes an element from the collection in Actions
|
|
deleteActions ( int idx, Lock aLock ) : void | ||
deleteExpectations ( int idx ) : void |
Part of the list interface for Expectations This deletion function removes an element from the collection in Expectations
|
|
deleteExpectations ( int idx, Lock aLock ) : void | ||
dispatch ( XmlBooster.XmlBBaseVisitor v ) : void | ||
dispatch ( XmlBooster.XmlBBaseVisitor v, bool visitSubNodes ) : void | ||
find ( Object search ) : bool | ||
getActions ( int idx ) : Action |
Part of the list interface for Actions This function returns an element from the collection in Actions based on an index.
|
|
getComment ( ) : string | ||
getExpectations ( int idx ) : |
Part of the list interface for Expectations This function returns an element from the collection in Expectations based on an index.
|
|
getSkipEngine ( ) : bool | ||
getTimeDelay ( ) : acceptor.TimeDelay | ||
getTimeDelay_AsString ( ) : string | ||
getTimer ( ) : double | ||
indexOfActions ( IXmlBBase el ) : int |
Part of the list interface for Actions This function returns the index of an element in the collection.
|
|
indexOfExpectations ( IXmlBBase el ) : int |
Part of the list interface for Expectations This function returns the index of an element in the collection.
|
|
insertActions ( int idx, Action el ) : void |
Part of the list interface for Actions This insertion function inserts a new element in the collection in Actions
|
|
insertActions ( int idx, Action el, Lock aLock ) : void | ||
insertExpectations ( int idx, |
Part of the list interface for Expectations This insertion function inserts a new element in the collection in Expectations
|
|
insertExpectations ( 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. | |
removeActions ( IXmlBBase obj ) : void |
Part of the list interface for Actions This deletion function removes an element from the collection in Actions If the object given in parameter is not found in the the collection, this function does nothing.
|
|
removeActions ( IXmlBBase obj, Lock aLock ) : void | ||
removeExpectations ( IXmlBBase obj ) : void |
Part of the list interface for Expectations This deletion function removes an element from the collection in Expectations If the object given in parameter is not found in the the collection, this function does nothing.
|
|
removeExpectations ( IXmlBBase obj, Lock aLock ) : void | ||
setAllActions ( Lock aLock, System coll ) : void | ||
setAllActions ( System coll ) : void |
Part of the list interface for Actions
|
|
setAllExpectations ( Lock aLock, System coll ) : void | ||
setAllExpectations ( System coll ) : void |
Part of the list interface for Expectations
|
|
setComment ( string v ) : void | ||
setSkipEngine ( bool v ) : void | ||
setTimeDelay ( |
||
setTimeDelay_AsString ( string v ) : bool | ||
setTimer ( double 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 | |
---|---|---|
getActions ( ) : |
Part of the list interface for Actions
|
|
getExpectations ( ) : |
Part of the list interface for Expectations
|
public NotifyControllers ( Lock aLock ) : void | ||
aLock | Lock | |
return | void |
public allExpectations ( ) : |
||
return |
public appendActions ( Action el ) : void | ||
el | Action | a Action to add to the collection in /// Actions |
return | void |
public appendActions ( Lock aLock, Action el ) : void | ||
aLock | Lock | |
el | Action | |
return | void |
public appendActions ( System coll ) : void | ||
coll | System | a collection ofActions to add to the collection in /// Actions |
return | void |
public appendActions ( System coll, Lock aLock ) : void | ||
coll | System | |
aLock | Lock | |
return | void |
public appendExpectations ( |
||
el | a Expectation to add to the collection in /// Expectations | |
return | void |
public appendExpectations ( Lock aLock, |
||
aLock | Lock | |
el | ||
return | void |
public appendExpectations ( System coll ) : void | ||
coll | System | a collection ofExpectations to add to the collection in /// Expectations |
return | void |
public appendExpectations ( System coll, Lock aLock ) : void | ||
coll | System | |
aLock | Lock | |
return | void |
public deleteActions ( int idx ) : void | ||
idx | int | the index of the element to remove |
return | void |
public deleteActions ( int idx, Lock aLock ) : void | ||
idx | int | |
aLock | Lock | |
return | void |
public deleteExpectations ( int idx ) : void | ||
idx | int | the index of the element to remove |
return | void |
public deleteExpectations ( 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 getActions ( int idx ) : Action | ||
idx | int | the index of the element to extract |
return | Action |
public getExpectations ( int idx ) : |
||
idx | int | the index of the element to extract |
return |
public indexOfActions ( IXmlBBase el ) : int | ||
el | IXmlBBase | the object to look for |
return | int |
public indexOfExpectations ( IXmlBBase el ) : int | ||
el | IXmlBBase | the object to look for |
return | int |
public insertActions ( int idx, Action el ) : void | ||
idx | int | the index where the insertion must take place |
el | Action | the element to insert |
return | void |
public insertActions ( int idx, Action el, Lock aLock ) : void | ||
idx | int | |
el | Action | |
aLock | Lock | |
return | void |
public insertExpectations ( int idx, |
||
idx | int | the index where the insertion must take place |
el | the element to insert | |
return | void |
public insertExpectations ( 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 removeActions ( IXmlBBase obj ) : void | ||
obj | IXmlBBase | the object to remove |
return | void |
public removeActions ( IXmlBBase obj, Lock aLock ) : void | ||
obj | IXmlBBase | |
aLock | Lock | |
return | void |
public removeExpectations ( IXmlBBase obj ) : void | ||
obj | IXmlBBase | the object to remove |
return | void |
public removeExpectations ( IXmlBBase obj, Lock aLock ) : void | ||
obj | IXmlBBase | |
aLock | Lock | |
return | void |
public setAllActions ( Lock aLock, System coll ) : void | ||
aLock | Lock | |
coll | System | |
return | void |
public setAllActions ( System coll ) : void | ||
coll | System | a collection of elements which replaces /// Actions's current content. |
return | void |
public setAllExpectations ( Lock aLock, System coll ) : void | ||
aLock | Lock | |
coll | System | |
return | void |
public setAllExpectations ( System coll ) : void | ||
coll | System | a collection of elements which replaces /// Expectations's current content. |
return | void |
public setTimeDelay_AsString ( string v ) : bool | ||
v | string | |
return | bool |
public subElements ( |
||
l | ||
return | void |
public unParse ( |
||
pw | ||
typeId | bool | |
headingTag | string | |
endingTag | string | |
return | void |
public unParseBody ( |
||
pw | ||
return | void |