Method | Description | |
---|---|---|
NotifyControllers ( Lock aLock ) : void | ||
Structure ( ) : System | ||
allElements ( ) : |
Part of the list interface for Elements
|
|
allInterfaces ( ) : |
Part of the list interface for Interfaces
|
|
allProcedures ( ) : |
Part of the list interface for Procedures
|
|
allRules ( ) : |
Part of the list interface for Rules
|
|
allStateMachines ( ) : |
Part of the list interface for StateMachines
|
|
appendElements ( Lock aLock, |
||
appendElements ( |
Part of the list interface for Elements
|
|
appendElements ( System coll ) : void |
Part of the list interface for Elements
|
|
appendElements ( System coll, Lock aLock ) : void | ||
appendInterfaces ( Lock aLock, |
||
appendInterfaces ( |
Part of the list interface for Interfaces
|
|
appendInterfaces ( System coll ) : void |
Part of the list interface for Interfaces
|
|
appendInterfaces ( System coll, Lock aLock ) : void | ||
appendProcedures ( Lock aLock, |
||
appendProcedures ( |
Part of the list interface for Procedures
|
|
appendProcedures ( System coll ) : void |
Part of the list interface for Procedures
|
|
appendProcedures ( 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 | ||
appendStateMachines ( Lock aLock, |
||
appendStateMachines ( |
Part of the list interface for StateMachines
|
|
appendStateMachines ( System coll ) : void |
Part of the list interface for StateMachines
|
|
appendStateMachines ( System coll, Lock aLock ) : void | ||
copyTo ( |
||
countElements ( ) : int |
Part of the list interface for Elements
|
|
countInterfaces ( ) : int |
Part of the list interface for Interfaces
|
|
countProcedures ( ) : int |
Part of the list interface for Procedures
|
|
countRules ( ) : int |
Part of the list interface for Rules
|
|
countStateMachines ( ) : int |
Part of the list interface for StateMachines
|
|
deleteElements ( int idx ) : void |
Part of the list interface for Elements This deletion function removes an element from the collection in Elements
|
|
deleteElements ( int idx, Lock aLock ) : void | ||
deleteInterfaces ( int idx ) : void |
Part of the list interface for Interfaces This deletion function removes an element from the collection in Interfaces
|
|
deleteInterfaces ( int idx, Lock aLock ) : void | ||
deleteProcedures ( int idx ) : void |
Part of the list interface for Procedures This deletion function removes an element from the collection in Procedures
|
|
deleteProcedures ( 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 | ||
deleteStateMachines ( int idx ) : void |
Part of the list interface for StateMachines This deletion function removes an element from the collection in StateMachines
|
|
deleteStateMachines ( int idx, Lock aLock ) : void | ||
dispatch ( XmlBooster.XmlBBaseVisitor v ) : void | ||
dispatch ( XmlBooster.XmlBBaseVisitor v, bool visitSubNodes ) : void | ||
find ( Object search ) : bool | ||
getElements ( int idx ) : |
Part of the list interface for Elements This function returns an element from the collection in Elements based on an index.
|
|
getInterfaces ( int idx ) : |
Part of the list interface for Interfaces This function returns an element from the collection in Interfaces based on an index.
|
|
getIsAbstract ( ) : bool | ||
getProcedures ( int idx ) : |
Part of the list interface for Procedures This function returns an element from the collection in Procedures based on an index.
|
|
getRules ( int idx ) : |
Part of the list interface for Rules This function returns an element from the collection in Rules based on an index.
|
|
getStateMachines ( int idx ) : |
Part of the list interface for StateMachines This function returns an element from the collection in StateMachines based on an index.
|
|
indexOfElements ( IXmlBBase el ) : int |
Part of the list interface for Elements This function returns the index of an element in the collection.
|
|
indexOfInterfaces ( IXmlBBase el ) : int |
Part of the list interface for Interfaces This function returns the index of an element in the collection.
|
|
indexOfProcedures ( IXmlBBase el ) : int |
Part of the list interface for Procedures 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.
|
|
indexOfStateMachines ( IXmlBBase el ) : int |
Part of the list interface for StateMachines This function returns the index of an element in the collection.
|
|
insertElements ( int idx, |
Part of the list interface for Elements This insertion function inserts a new element in the collection in Elements
|
|
insertElements ( int idx, StructureElement el, Lock aLock ) : void | ||
insertInterfaces ( int idx, StructureRef el ) : void |
Part of the list interface for Interfaces This insertion function inserts a new element in the collection in Interfaces
|
|
insertInterfaces ( int idx, StructureRef el, Lock aLock ) : void | ||
insertProcedures ( int idx, Procedure el ) : void |
Part of the list interface for Procedures This insertion function inserts a new element in the collection in Procedures
|
|
insertProcedures ( int idx, Procedure el, Lock aLock ) : void | ||
insertRules ( int idx, Rule el ) : void |
Part of the list interface for Rules This insertion function inserts a new element in the collection in Rules
|
|
insertRules ( int idx, Rule el, Lock aLock ) : void | ||
insertStateMachines ( int idx, StateMachine el ) : void |
Part of the list interface for StateMachines This insertion function inserts a new element in the collection in StateMachines
|
|
insertStateMachines ( int idx, StateMachine el, Lock aLock ) : void | ||
parse ( 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 ( 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. | |
removeElements ( IXmlBBase obj ) : void |
Part of the list interface for Elements This deletion function removes an element from the collection in Elements If the object given in parameter is not found in the the collection, this function does nothing.
|
|
removeElements ( IXmlBBase obj, Lock aLock ) : void | ||
removeInterfaces ( IXmlBBase obj ) : void |
Part of the list interface for Interfaces This deletion function removes an element from the collection in Interfaces If the object given in parameter is not found in the the collection, this function does nothing.
|
|
removeInterfaces ( IXmlBBase obj, Lock aLock ) : void | ||
removeProcedures ( IXmlBBase obj ) : void |
Part of the list interface for Procedures This deletion function removes an element from the collection in Procedures If the object given in parameter is not found in the the collection, this function does nothing.
|
|
removeProcedures ( 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 | ||
removeStateMachines ( IXmlBBase obj ) : void |
Part of the list interface for StateMachines This deletion function removes an element from the collection in StateMachines If the object given in parameter is not found in the the collection, this function does nothing.
|
|
removeStateMachines ( IXmlBBase obj, Lock aLock ) : void | ||
setAllElements ( Lock aLock, System coll ) : void | ||
setAllElements ( System coll ) : void |
Part of the list interface for Elements
|
|
setAllInterfaces ( Lock aLock, System coll ) : void | ||
setAllInterfaces ( System coll ) : void |
Part of the list interface for Interfaces
|
|
setAllProcedures ( Lock aLock, System coll ) : void | ||
setAllProcedures ( System coll ) : void |
Part of the list interface for Procedures
|
|
setAllRules ( Lock aLock, System coll ) : void | ||
setAllRules ( System coll ) : void |
Part of the list interface for Rules
|
|
setAllStateMachines ( Lock aLock, System coll ) : void | ||
setAllStateMachines ( System coll ) : void |
Part of the list interface for StateMachines
|
|
setIsAbstract ( bool v ) : void | ||
subElements ( ArrayList l ) : 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. | |
unParse ( TextWriter pw, bool typeId, string headingTag, 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. | |
unParseBody ( TextWriter pw ) : 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. |
Method | Description | |
---|---|---|
getElements ( ) : |
Part of the list interface for Elements
|
|
getInterfaces ( ) : |
Part of the list interface for Interfaces
|
|
getProcedures ( ) : |
Part of the list interface for Procedures
|
|
getRules ( ) : |
Part of the list interface for Rules
|
|
getStateMachines ( ) : |
Part of the list interface for StateMachines
|
public NotifyControllers ( Lock aLock ) : void | ||
aLock | Lock | |
return | void |
public allInterfaces ( ) : |
||
return |
public allProcedures ( ) : |
||
return |
public allStateMachines ( ) : |
||
return |
public appendElements ( Lock aLock, |
||
aLock | Lock | |
el | ||
return | void |
public appendElements ( |
||
el | a StructureElement to add to the collection in /// Elements | |
return | void |
public appendElements ( System coll ) : void | ||
coll | System | a collection ofStructureElements to add to the collection in /// Elements |
return | void |
public appendElements ( System coll, Lock aLock ) : void | ||
coll | System | |
aLock | Lock | |
return | void |
public appendInterfaces ( Lock aLock, |
||
aLock | Lock | |
el | ||
return | void |
public appendInterfaces ( |
||
el | a StructureRef to add to the collection in /// Interfaces | |
return | void |
public appendInterfaces ( System coll ) : void | ||
coll | System | a collection ofStructureRefs to add to the collection in /// Interfaces |
return | void |
public appendInterfaces ( System coll, Lock aLock ) : void | ||
coll | System | |
aLock | Lock | |
return | void |
public appendProcedures ( Lock aLock, |
||
aLock | Lock | |
el | ||
return | void |
public appendProcedures ( |
||
el | a Procedure to add to the collection in /// Procedures | |
return | void |
public appendProcedures ( System coll ) : void | ||
coll | System | a collection ofProcedures to add to the collection in /// Procedures |
return | void |
public appendProcedures ( 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 appendStateMachines ( Lock aLock, |
||
aLock | Lock | |
el | ||
return | void |
public appendStateMachines ( |
||
el | a StateMachine to add to the collection in /// StateMachines | |
return | void |
public appendStateMachines ( System coll ) : void | ||
coll | System | a collection ofStateMachines to add to the collection in /// StateMachines |
return | void |
public appendStateMachines ( System coll, Lock aLock ) : void | ||
coll | System | |
aLock | Lock | |
return | void |
public deleteElements ( int idx ) : void | ||
idx | int | the index of the element to remove |
return | void |
public deleteElements ( int idx, Lock aLock ) : void | ||
idx | int | |
aLock | Lock | |
return | void |
public deleteInterfaces ( int idx ) : void | ||
idx | int | the index of the element to remove |
return | void |
public deleteInterfaces ( int idx, Lock aLock ) : void | ||
idx | int | |
aLock | Lock | |
return | void |
public deleteProcedures ( int idx ) : void | ||
idx | int | the index of the element to remove |
return | void |
public deleteProcedures ( 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 deleteStateMachines ( int idx ) : void | ||
idx | int | the index of the element to remove |
return | void |
public deleteStateMachines ( 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 getElements ( int idx ) : |
||
idx | int | the index of the element to extract |
return |
public getInterfaces ( int idx ) : |
||
idx | int | the index of the element to extract |
return |
public getProcedures ( 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 getStateMachines ( int idx ) : |
||
idx | int | the index of the element to extract |
return |
public indexOfElements ( IXmlBBase el ) : int | ||
el | IXmlBBase | the object to look for |
return | int |
public indexOfInterfaces ( IXmlBBase el ) : int | ||
el | IXmlBBase | the object to look for |
return | int |
public indexOfProcedures ( 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 indexOfStateMachines ( IXmlBBase el ) : int | ||
el | IXmlBBase | the object to look for |
return | int |
public insertElements ( int idx, |
||
idx | int | the index where the insertion must take place |
el | the element to insert | |
return | void |
public insertElements ( int idx, StructureElement el, Lock aLock ) : void | ||
idx | int | |
el | StructureElement | |
aLock | Lock | |
return | void |
public insertInterfaces ( int idx, StructureRef el ) : void | ||
idx | int | the index where the insertion must take place |
el | StructureRef | the element to insert |
return | void |
public insertInterfaces ( int idx, StructureRef el, Lock aLock ) : void | ||
idx | int | |
el | StructureRef | |
aLock | Lock | |
return | void |
public insertProcedures ( int idx, Procedure el ) : void | ||
idx | int | the index where the insertion must take place |
el | Procedure | the element to insert |
return | void |
public insertProcedures ( int idx, Procedure el, Lock aLock ) : void | ||
idx | int | |
el | Procedure | |
aLock | Lock | |
return | void |
public insertRules ( int idx, Rule el ) : void | ||
idx | int | the index where the insertion must take place |
el | Rule | the element to insert |
return | void |
public insertRules ( int idx, Rule el, Lock aLock ) : void | ||
idx | int | |
el | Rule | |
aLock | Lock | |
return | void |
public insertStateMachines ( int idx, StateMachine el ) : void | ||
idx | int | the index where the insertion must take place |
el | StateMachine | the element to insert |
return | void |
public insertStateMachines ( int idx, StateMachine el, Lock aLock ) : void | ||
idx | int | |
el | StateMachine | |
aLock | Lock | |
return | void |
public parse ( XmlBContext ctxt, string endingTag ) : void | ||
ctxt | XmlBContext | |
endingTag | string | |
return | void |
public removeElements ( IXmlBBase obj ) : void | ||
obj | IXmlBBase | the object to remove |
return | void |
public removeElements ( IXmlBBase obj, Lock aLock ) : void | ||
obj | IXmlBBase | |
aLock | Lock | |
return | void |
public removeInterfaces ( IXmlBBase obj ) : void | ||
obj | IXmlBBase | the object to remove |
return | void |
public removeInterfaces ( IXmlBBase obj, Lock aLock ) : void | ||
obj | IXmlBBase | |
aLock | Lock | |
return | void |
public removeProcedures ( IXmlBBase obj ) : void | ||
obj | IXmlBBase | the object to remove |
return | void |
public removeProcedures ( 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 removeStateMachines ( IXmlBBase obj ) : void | ||
obj | IXmlBBase | the object to remove |
return | void |
public removeStateMachines ( IXmlBBase obj, Lock aLock ) : void | ||
obj | IXmlBBase | |
aLock | Lock | |
return | void |
public setAllElements ( Lock aLock, System coll ) : void | ||
aLock | Lock | |
coll | System | |
return | void |
public setAllElements ( System coll ) : void | ||
coll | System | a collection of elements which replaces /// Elements's current content. |
return | void |
public setAllInterfaces ( Lock aLock, System coll ) : void | ||
aLock | Lock | |
coll | System | |
return | void |
public setAllInterfaces ( System coll ) : void | ||
coll | System | a collection of elements which replaces /// Interfaces's current content. |
return | void |
public setAllProcedures ( Lock aLock, System coll ) : void | ||
aLock | Lock | |
coll | System | |
return | void |
public setAllProcedures ( System coll ) : void | ||
coll | System | a collection of elements which replaces /// Procedures'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 setAllStateMachines ( Lock aLock, System coll ) : void | ||
aLock | Lock | |
coll | System | |
return | void |
public setAllStateMachines ( System coll ) : void | ||
coll | System | a collection of elements which replaces /// StateMachines's current content. |
return | void |
public unParse ( TextWriter pw, bool typeId, string headingTag, string endingTag ) : void | ||
pw | TextWriter | |
typeId | bool | |
headingTag | string | |
endingTag | string | |
return | void |