Метод | Описание | |
---|---|---|
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. |
Метод | Описание | |
---|---|---|
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 | |
Результат | void |
public allActions ( ) : |
||
Результат |
public allPreConditions ( ) : |
||
Результат |
public allSubRules ( ) : |
||
Результат |
public appendActions ( Action el ) : void | ||
el | Action | a Action to add to the collection in /// Actions |
Результат | void |
public appendActions ( Lock aLock, Action el ) : void | ||
aLock | Lock | |
el | Action | |
Результат | void |
public appendActions ( System coll ) : void | ||
coll | System | a collection ofActions to add to the collection in /// Actions |
Результат | void |
public appendActions ( System coll, Lock aLock ) : void | ||
coll | System | |
aLock | Lock | |
Результат | void |
public appendPreConditions ( Lock aLock, |
||
aLock | Lock | |
el | ||
Результат | void |
public appendPreConditions ( |
||
el | a PreCondition to add to the collection in /// PreConditions | |
Результат | void |
public appendPreConditions ( System coll ) : void | ||
coll | System | a collection ofPreConditions to add to the collection in /// PreConditions |
Результат | void |
public appendPreConditions ( System coll, Lock aLock ) : void | ||
coll | System | |
aLock | Lock | |
Результат | void |
public appendSubRules ( Lock aLock, |
||
aLock | Lock | |
el | ||
Результат | void |
public appendSubRules ( |
||
el | a Rule to add to the collection in /// SubRules | |
Результат | void |
public appendSubRules ( System coll ) : void | ||
coll | System | a collection ofRules to add to the collection in /// SubRules |
Результат | void |
public appendSubRules ( System coll, Lock aLock ) : void | ||
coll | System | |
aLock | Lock | |
Результат | void |
public copyTo ( |
||
other | ||
Результат | void |
public deleteActions ( int idx ) : void | ||
idx | int | the index of the element to remove |
Результат | void |
public deleteActions ( int idx, Lock aLock ) : void | ||
idx | int | |
aLock | Lock | |
Результат | void |
public deletePreConditions ( int idx ) : void | ||
idx | int | the index of the element to remove |
Результат | void |
public deletePreConditions ( int idx, Lock aLock ) : void | ||
idx | int | |
aLock | Lock | |
Результат | void |
public deleteSubRules ( int idx ) : void | ||
idx | int | the index of the element to remove |
Результат | void |
public deleteSubRules ( 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 getActions ( int idx ) : Action | ||
idx | int | the index of the element to extract |
Результат | Action |
public getPreConditions ( int idx ) : |
||
idx | int | the index of the element to extract |
Результат |
public getSubRules ( int idx ) : |
||
idx | int | the index of the element to extract |
Результат |
public indexOfActions ( IXmlBBase el ) : int | ||
el | IXmlBBase | the object to look for |
Результат | int |
public indexOfPreConditions ( IXmlBBase el ) : int | ||
el | IXmlBBase | the object to look for |
Результат | int |
public indexOfSubRules ( IXmlBBase el ) : int | ||
el | IXmlBBase | the object to look for |
Результат | int |
public insertActions ( int idx, Action el ) : void | ||
idx | int | the index where the insertion must take place |
el | Action | the element to insert |
Результат | void |
public insertActions ( int idx, Action el, Lock aLock ) : void | ||
idx | int | |
el | Action | |
aLock | Lock | |
Результат | void |
public insertPreConditions ( int idx, |
||
idx | int | the index where the insertion must take place |
el | the element to insert | |
Результат | void |
public insertPreConditions ( int idx, |
||
idx | int | |
el | ||
aLock | Lock | |
Результат | void |
public insertSubRules ( int idx, |
||
idx | int | the index where the insertion must take place |
el | the element to insert | |
Результат | void |
public insertSubRules ( 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 removeActions ( IXmlBBase obj ) : void | ||
obj | IXmlBBase | the object to remove |
Результат | void |
public removeActions ( IXmlBBase obj, Lock aLock ) : void | ||
obj | IXmlBBase | |
aLock | Lock | |
Результат | void |
public removePreConditions ( IXmlBBase obj ) : void | ||
obj | IXmlBBase | the object to remove |
Результат | void |
public removePreConditions ( IXmlBBase obj, Lock aLock ) : void | ||
obj | IXmlBBase | |
aLock | Lock | |
Результат | void |
public removeSubRules ( IXmlBBase obj ) : void | ||
obj | IXmlBBase | the object to remove |
Результат | void |
public removeSubRules ( IXmlBBase obj, Lock aLock ) : void | ||
obj | IXmlBBase | |
aLock | Lock | |
Результат | void |
public setAllActions ( Lock aLock, System coll ) : void | ||
aLock | Lock | |
coll | System | |
Результат | void |
public setAllActions ( System coll ) : void | ||
coll | System | a collection of elements which replaces /// Actions's current content. |
Результат | void |
public setAllPreConditions ( Lock aLock, System coll ) : void | ||
aLock | Lock | |
coll | System | |
Результат | void |
public setAllPreConditions ( System coll ) : void | ||
coll | System | a collection of elements which replaces /// PreConditions's current content. |
Результат | void |
public setAllSubRules ( Lock aLock, System coll ) : void | ||
aLock | Lock | |
coll | System | |
Результат | void |
public setAllSubRules ( System coll ) : void | ||
coll | System | a collection of elements which replaces /// SubRules's current content. |
Результат | void |
public subElements ( |
||
l | ||
Результат | void |
public unParse ( |
||
pw | ||
typeId | bool | |
headingTag | string | |
endingTag | string | |
Результат | void |
public unParseBody ( |
||
pw | ||
Результат | void |