Method | Description | |
---|---|---|
NotifyControllers ( Lock aLock ) : void | ||
Procedure ( ) : System | ||
allParameters ( ) : |
Part of the list interface for Parameters
|
|
allRules ( ) : |
Part of the list interface for Rules
|
|
appendParameters ( Lock aLock, |
||
appendParameters ( |
Part of the list interface for Parameters
|
|
appendParameters ( System coll ) : void |
Part of the list interface for Parameters
|
|
appendParameters ( System coll, Lock aLock ) : void | ||
appendRules ( Lock aLock, |
||
appendRules ( |
Part of the list interface for Rules
|
|
appendRules ( System coll ) : void |
Part of the list interface for Rules
|
|
appendRules ( System coll, Lock aLock ) : void | ||
copyTo ( |
||
countParameters ( ) : int |
Part of the list interface for Parameters
|
|
countRules ( ) : int |
Part of the list interface for Rules
|
|
deleteParameters ( int idx ) : void |
Part of the list interface for Parameters This deletion function removes an element from the collection in Parameters
|
|
deleteParameters ( int idx, Lock aLock ) : void | ||
deleteRules ( int idx ) : void |
Part of the list interface for Rules This deletion function removes an element from the collection in Rules
|
|
deleteRules ( int idx, Lock aLock ) : void | ||
dispatch ( XmlBooster.XmlBBaseVisitor v ) : void | ||
dispatch ( XmlBooster.XmlBBaseVisitor v, bool visitSubNodes ) : void | ||
find ( Object search ) : bool | ||
getHeight ( ) : int | ||
getHidden ( ) : bool | ||
getParameters ( int idx ) : |
Part of the list interface for Parameters This function returns an element from the collection in Parameters based on an index.
|
|
getPinned ( ) : bool | ||
getRules ( int idx ) : |
Part of the list interface for Rules This function returns an element from the collection in Rules based on an index.
|
|
getStateMachine ( ) : |
||
getWidth ( ) : int | ||
getX ( ) : int | ||
getY ( ) : int | ||
indexOfParameters ( IXmlBBase el ) : int |
Part of the list interface for Parameters This function returns the index of an element in the collection.
|
|
indexOfRules ( IXmlBBase el ) : int |
Part of the list interface for Rules This function returns the index of an element in the collection.
|
|
insertParameters ( int idx, |
Part of the list interface for Parameters This insertion function inserts a new element in the collection in Parameters
|
|
insertParameters ( int idx, |
||
insertRules ( int idx, |
Part of the list interface for Rules This insertion function inserts a new element in the collection in Rules
|
|
insertRules ( 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. | |
removeParameters ( IXmlBBase obj ) : void |
Part of the list interface for Parameters This deletion function removes an element from the collection in Parameters If the object given in parameter is not found in the the collection, this function does nothing.
|
|
removeParameters ( IXmlBBase obj, Lock aLock ) : void | ||
removeRules ( IXmlBBase obj ) : void |
Part of the list interface for Rules This deletion function removes an element from the collection in Rules If the object given in parameter is not found in the the collection, this function does nothing.
|
|
removeRules ( IXmlBBase obj, Lock aLock ) : void | ||
setAllParameters ( Lock aLock, System coll ) : void | ||
setAllParameters ( System coll ) : void |
Part of the list interface for Parameters
|
|
setAllRules ( Lock aLock, System coll ) : void | ||
setAllRules ( System coll ) : void |
Part of the list interface for Rules
|
|
setHeight ( int v ) : void | ||
setHidden ( bool v ) : void | ||
setPinned ( bool v ) : void | ||
setStateMachine ( |
||
setWidth ( int v ) : void | ||
setX ( int v ) : void | ||
setY ( int 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 | |
---|---|---|
getParameters ( ) : |
Part of the list interface for Parameters
|
|
getRules ( ) : |
Part of the list interface for Rules
|
public NotifyControllers ( Lock aLock ) : void | ||
aLock | Lock | |
return | void |
public allParameters ( ) : |
||
return |
public appendParameters ( Lock aLock, |
||
aLock | Lock | |
el | ||
return | void |
public appendParameters ( |
||
el | a Parameter to add to the collection in /// Parameters | |
return | void |
public appendParameters ( System coll ) : void | ||
coll | System | a collection ofParameters to add to the collection in /// Parameters |
return | void |
public appendParameters ( System coll, Lock aLock ) : void | ||
coll | System | |
aLock | Lock | |
return | void |
public appendRules ( Lock aLock, |
||
aLock | Lock | |
el | ||
return | void |
public appendRules ( |
||
el | a Rule to add to the collection in /// Rules | |
return | void |
public appendRules ( System coll ) : void | ||
coll | System | a collection ofRules to add to the collection in /// Rules |
return | void |
public appendRules ( System coll, Lock aLock ) : void | ||
coll | System | |
aLock | Lock | |
return | void |
public deleteParameters ( int idx ) : void | ||
idx | int | the index of the element to remove |
return | void |
public deleteParameters ( int idx, Lock aLock ) : void | ||
idx | int | |
aLock | Lock | |
return | void |
public deleteRules ( int idx ) : void | ||
idx | int | the index of the element to remove |
return | void |
public deleteRules ( 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 getParameters ( int idx ) : |
||
idx | int | the index of the element to extract |
return |
public getRules ( int idx ) : |
||
idx | int | the index of the element to extract |
return |
public indexOfParameters ( IXmlBBase el ) : int | ||
el | IXmlBBase | the object to look for |
return | int |
public indexOfRules ( IXmlBBase el ) : int | ||
el | IXmlBBase | the object to look for |
return | int |
public insertParameters ( int idx, |
||
idx | int | the index where the insertion must take place |
el | the element to insert | |
return | void |
public insertParameters ( int idx, |
||
idx | int | |
el | ||
aLock | Lock | |
return | void |
public insertRules ( int idx, |
||
idx | int | the index where the insertion must take place |
el | the element to insert | |
return | void |
public insertRules ( 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 removeParameters ( IXmlBBase obj ) : void | ||
obj | IXmlBBase | the object to remove |
return | void |
public removeParameters ( IXmlBBase obj, Lock aLock ) : void | ||
obj | IXmlBBase | |
aLock | Lock | |
return | void |
public removeRules ( IXmlBBase obj ) : void | ||
obj | IXmlBBase | the object to remove |
return | void |
public removeRules ( IXmlBBase obj, Lock aLock ) : void | ||
obj | IXmlBBase | |
aLock | Lock | |
return | void |
public setAllParameters ( Lock aLock, System coll ) : void | ||
aLock | Lock | |
coll | System | |
return | void |
public setAllParameters ( System coll ) : void | ||
coll | System | a collection of elements which replaces /// Parameters's current content. |
return | void |
public setAllRules ( Lock aLock, System coll ) : void | ||
aLock | Lock | |
coll | System | |
return | void |
public setAllRules ( System coll ) : void | ||
coll | System | a collection of elements which replaces /// Rules's current content. |
return | void |
public setStateMachine ( |
||
v | ||
return | void |
public subElements ( |
||
l | ||
return | void |
public unParse ( |
||
pw | ||
typeId | bool | |
headingTag | string | |
endingTag | string | |
return | void |
public unParseBody ( |
||
pw | ||
return | void |