Метод | Описание | |
---|---|---|
NotifyControllers ( Lock aLock ) : void | ||
StateMachine ( ) : System | ||
allRules ( ) : |
Part of the list interface for Rules
|
|
allStates ( ) : |
Part of the list interface for States
|
|
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 | ||
appendStates ( Lock aLock, |
||
appendStates ( |
Part of the list interface for States
|
|
appendStates ( System coll ) : void |
Part of the list interface for States
|
|
appendStates ( System coll, Lock aLock ) : void | ||
copyTo ( |
||
countRules ( ) : int |
Part of the list interface for Rules
|
|
countStates ( ) : int |
Part of the list interface for States
|
|
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 | ||
deleteStates ( int idx ) : void |
Part of the list interface for States This deletion function removes an element from the collection in States
|
|
deleteStates ( int idx, Lock aLock ) : void | ||
dispatch ( XmlBooster.XmlBBaseVisitor v ) : void | ||
dispatch ( XmlBooster.XmlBBaseVisitor v, bool visitSubNodes ) : void | ||
find ( Object search ) : bool | ||
getInitialState ( ) : string | ||
getRules ( int idx ) : |
Part of the list interface for Rules This function returns an element from the collection in Rules based on an index.
|
|
getStates ( int idx ) : |
Part of the list interface for States This function returns an element from the collection in States based on an index.
|
|
indexOfRules ( IXmlBBase el ) : int |
Part of the list interface for Rules This function returns the index of an element in the collection.
|
|
indexOfStates ( IXmlBBase el ) : int |
Part of the list interface for States This function returns the index of an element in the collection.
|
|
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, |
||
insertStates ( int idx, |
Part of the list interface for States This insertion function inserts a new element in the collection in States
|
|
insertStates ( 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. | |
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 | ||
removeStates ( IXmlBBase obj ) : void |
Part of the list interface for States This deletion function removes an element from the collection in States If the object given in parameter is not found in the the collection, this function does nothing.
|
|
removeStates ( IXmlBBase obj, Lock aLock ) : void | ||
setAllRules ( Lock aLock, System coll ) : void | ||
setAllRules ( System coll ) : void |
Part of the list interface for Rules
|
|
setAllStates ( Lock aLock, System coll ) : void | ||
setAllStates ( System coll ) : void |
Part of the list interface for States
|
|
setInitialState ( 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. |
Метод | Описание | |
---|---|---|
getRules ( ) : |
Part of the list interface for Rules
|
|
getStates ( ) : |
Part of the list interface for States
|
public NotifyControllers ( Lock aLock ) : void | ||
aLock | Lock | |
Результат | void |
public appendRules ( Lock aLock, |
||
aLock | Lock | |
el | ||
Результат | void |
public appendRules ( |
||
el | a Rule to add to the collection in /// Rules | |
Результат | void |
public appendRules ( System coll ) : void | ||
coll | System | a collection ofRules to add to the collection in /// Rules |
Результат | void |
public appendRules ( System coll, Lock aLock ) : void | ||
coll | System | |
aLock | Lock | |
Результат | void |
public appendStates ( Lock aLock, |
||
aLock | Lock | |
el | ||
Результат | void |
public appendStates ( |
||
el | a State to add to the collection in /// States | |
Результат | void |
public appendStates ( System coll ) : void | ||
coll | System | a collection ofStates to add to the collection in /// States |
Результат | void |
public appendStates ( System coll, Lock aLock ) : void | ||
coll | System | |
aLock | Lock | |
Результат | void |
public copyTo ( |
||
other | ||
Результат | void |
public deleteRules ( int idx ) : void | ||
idx | int | the index of the element to remove |
Результат | void |
public deleteRules ( int idx, Lock aLock ) : void | ||
idx | int | |
aLock | Lock | |
Результат | void |
public deleteStates ( int idx ) : void | ||
idx | int | the index of the element to remove |
Результат | void |
public deleteStates ( int idx, Lock aLock ) : void | ||
idx | int | |
aLock | Lock | |
Результат | void |
public dispatch ( XmlBooster.XmlBBaseVisitor v ) : void | ||
v | XmlBooster.XmlBBaseVisitor | |
Результат | void |
public dispatch ( XmlBooster.XmlBBaseVisitor v, bool visitSubNodes ) : void | ||
v | XmlBooster.XmlBBaseVisitor | |
visitSubNodes | bool | |
Результат | void |
public getRules ( int idx ) : |
||
idx | int | the index of the element to extract |
Результат |
public getStates ( int idx ) : |
||
idx | int | the index of the element to extract |
Результат |
public indexOfRules ( IXmlBBase el ) : int | ||
el | IXmlBBase | the object to look for |
Результат | int |
public indexOfStates ( IXmlBBase el ) : int | ||
el | IXmlBBase | the object to look for |
Результат | int |
public insertRules ( int idx, |
||
idx | int | the index where the insertion must take place |
el | the element to insert | |
Результат | void |
public insertRules ( int idx, |
||
idx | int | |
el | ||
aLock | Lock | |
Результат | void |
public insertStates ( int idx, |
||
idx | int | the index where the insertion must take place |
el | the element to insert | |
Результат | void |
public insertStates ( int idx, |
||
idx | int | |
el | ||
aLock | Lock | |
Результат | void |
public parse ( XmlBooster.XmlBContext ctxt, string endingTag ) : void | ||
ctxt | XmlBooster.XmlBContext | |
endingTag | string | |
Результат | void |
public parseBody ( XmlBooster.XmlBContext ctxt ) : void | ||
ctxt | XmlBooster.XmlBContext | |
Результат | void |
public removeRules ( IXmlBBase obj ) : void | ||
obj | IXmlBBase | the object to remove |
Результат | void |
public removeRules ( IXmlBBase obj, Lock aLock ) : void | ||
obj | IXmlBBase | |
aLock | Lock | |
Результат | void |
public removeStates ( IXmlBBase obj ) : void | ||
obj | IXmlBBase | the object to remove |
Результат | void |
public removeStates ( IXmlBBase obj, Lock aLock ) : void | ||
obj | IXmlBBase | |
aLock | Lock | |
Результат | void |
public setAllRules ( Lock aLock, System coll ) : void | ||
aLock | Lock | |
coll | System | |
Результат | void |
public setAllRules ( System coll ) : void | ||
coll | System | a collection of elements which replaces /// Rules's current content. |
Результат | void |
public setAllStates ( Lock aLock, System coll ) : void | ||
aLock | Lock | |
coll | System | |
Результат | void |
public setAllStates ( System coll ) : void | ||
coll | System | a collection of elements which replaces /// States's current content. |
Результат | void |
public setInitialState ( string v ) : void | ||
v | string | |
Результат | void |
public subElements ( |
||
l | ||
Результат | void |
public unParse ( |
||
pw | ||
typeId | bool | |
headingTag | string | |
endingTag | string | |
Результат | void |
public unParseBody ( |
||
pw | ||
Результат | void |