Method | Description | |
---|---|---|
NotifyControllers ( Lock aLock ) : void | ||
RuleCondition ( ) : System | ||
allActions ( ) : |
Part of the list interface for Actions
|
|
allPreConditions ( ) : |
Part of the list interface for PreConditions
|
|
allSubRules ( ) : |
Part of the list interface for SubRules
|
|
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 | ||
appendPreConditions ( Lock aLock, |
||
appendPreConditions ( |
Part of the list interface for PreConditions
|
|
appendPreConditions ( System coll ) : void |
Part of the list interface for PreConditions
|
|
appendPreConditions ( System coll, Lock aLock ) : void | ||
appendSubRules ( Lock aLock, |
||
appendSubRules ( |
Part of the list interface for SubRules
|
|
appendSubRules ( System coll ) : void |
Part of the list interface for SubRules
|
|
appendSubRules ( System coll, Lock aLock ) : void | ||
copyTo ( |
||
countActions ( ) : int |
Part of the list interface for Actions
|
|
countPreConditions ( ) : int |
Part of the list interface for PreConditions
|
|
countSubRules ( ) : int |
Part of the list interface for SubRules
|
|
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 | ||
deletePreConditions ( int idx ) : void |
Part of the list interface for PreConditions This deletion function removes an element from the collection in PreConditions
|
|
deletePreConditions ( int idx, Lock aLock ) : void | ||
deleteSubRules ( int idx ) : void |
Part of the list interface for SubRules This deletion function removes an element from the collection in SubRules
|
|
deleteSubRules ( 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.
|
|
getPreConditions ( int idx ) : |
Part of the list interface for PreConditions This function returns an element from the collection in PreConditions based on an index.
|
|
getSubRules ( int idx ) : |
Part of the list interface for SubRules This function returns an element from the collection in SubRules based on an index.
|
|
indexOfActions ( IXmlBBase el ) : int |
Part of the list interface for Actions This function returns the index of an element in the collection.
|
|
indexOfPreConditions ( IXmlBBase el ) : int |
Part of the list interface for PreConditions This function returns the index of an element in the collection.
|
|
indexOfSubRules ( IXmlBBase el ) : int |
Part of the list interface for SubRules 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 | ||
insertPreConditions ( int idx, |
Part of the list interface for PreConditions This insertion function inserts a new element in the collection in PreConditions
|
|
insertPreConditions ( int idx, |
||
insertSubRules ( int idx, |
Part of the list interface for SubRules This insertion function inserts a new element in the collection in SubRules
|
|
insertSubRules ( 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 | ||
removePreConditions ( IXmlBBase obj ) : void |
Part of the list interface for PreConditions This deletion function removes an element from the collection in PreConditions If the object given in parameter is not found in the the collection, this function does nothing.
|
|
removePreConditions ( IXmlBBase obj, Lock aLock ) : void | ||
removeSubRules ( IXmlBBase obj ) : void |
Part of the list interface for SubRules This deletion function removes an element from the collection in SubRules If the object given in parameter is not found in the the collection, this function does nothing.
|
|
removeSubRules ( IXmlBBase obj, Lock aLock ) : void | ||
setAllActions ( Lock aLock, System coll ) : void | ||
setAllActions ( System coll ) : void |
Part of the list interface for Actions
|
|
setAllPreConditions ( Lock aLock, System coll ) : void | ||
setAllPreConditions ( System coll ) : void |
Part of the list interface for PreConditions
|
|
setAllSubRules ( Lock aLock, System coll ) : void | ||
setAllSubRules ( System coll ) : void |
Part of the list interface for SubRules
|
|
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
|
|
getPreConditions ( ) : |
Part of the list interface for PreConditions
|
|
getSubRules ( ) : |
Part of the list interface for SubRules
|
public NotifyControllers ( Lock aLock ) : void | ||
aLock | Lock | |
return | void |
public allPreConditions ( ) : |
||
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 appendPreConditions ( Lock aLock, |
||
aLock | Lock | |
el | ||
return | void |
public appendPreConditions ( |
||
el | a PreCondition to add to the collection in /// PreConditions | |
return | void |
public appendPreConditions ( System coll ) : void | ||
coll | System | a collection ofPreConditions to add to the collection in /// PreConditions |
return | void |
public appendPreConditions ( System coll, Lock aLock ) : void | ||
coll | System | |
aLock | Lock | |
return | void |
public appendSubRules ( Lock aLock, |
||
aLock | Lock | |
el | ||
return | void |
public appendSubRules ( |
||
el | a Rule to add to the collection in /// SubRules | |
return | void |
public appendSubRules ( System coll ) : void | ||
coll | System | a collection ofRules to add to the collection in /// SubRules |
return | void |
public appendSubRules ( 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 deletePreConditions ( int idx ) : void | ||
idx | int | the index of the element to remove |
return | void |
public deletePreConditions ( int idx, Lock aLock ) : void | ||
idx | int | |
aLock | Lock | |
return | void |
public deleteSubRules ( int idx ) : void | ||
idx | int | the index of the element to remove |
return | void |
public deleteSubRules ( 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 getPreConditions ( int idx ) : |
||
idx | int | the index of the element to extract |
return |
public getSubRules ( 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 indexOfPreConditions ( IXmlBBase el ) : int | ||
el | IXmlBBase | the object to look for |
return | int |
public indexOfSubRules ( 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 insertPreConditions ( int idx, |
||
idx | int | the index where the insertion must take place |
el | the element to insert | |
return | void |
public insertPreConditions ( int idx, |
||
idx | int | |
el | ||
aLock | Lock | |
return | void |
public insertSubRules ( int idx, |
||
idx | int | the index where the insertion must take place |
el | the element to insert | |
return | void |
public insertSubRules ( 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 removePreConditions ( IXmlBBase obj ) : void | ||
obj | IXmlBBase | the object to remove |
return | void |
public removePreConditions ( IXmlBBase obj, Lock aLock ) : void | ||
obj | IXmlBBase | |
aLock | Lock | |
return | void |
public removeSubRules ( IXmlBBase obj ) : void | ||
obj | IXmlBBase | the object to remove |
return | void |
public removeSubRules ( 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 setAllPreConditions ( Lock aLock, System coll ) : void | ||
aLock | Lock | |
coll | System | |
return | void |
public setAllPreConditions ( System coll ) : void | ||
coll | System | a collection of elements which replaces /// PreConditions's current content. |
return | void |
public setAllSubRules ( Lock aLock, System coll ) : void | ||
aLock | Lock | |
coll | System | |
return | void |
public setAllSubRules ( System coll ) : void | ||
coll | System | a collection of elements which replaces /// SubRules's current content. |
return | void |
public subElements ( |
||
l | ||
return | void |
public unParse ( |
||
pw | ||
typeId | bool | |
headingTag | string | |
endingTag | string | |
return | void |
public unParseBody ( |
||
pw | ||
return | void |