C# Class DataDictionary.Generated.Structure

Inheritance: DataDictionary.Types.Type
Show file Open project: ERTMSSolutions/ERTMSFormalSpecs Class Usage Examples

Public Methods

Method Description
NotifyControllers ( Lock aLock ) : void
Structure ( ) : System
allElements ( ) : ArrayList

Part of the list interface for Elements

allInterfaces ( ) : ArrayList

Part of the list interface for Interfaces

allProcedures ( ) : ArrayList

Part of the list interface for Procedures

allRules ( ) : ArrayList

Part of the list interface for Rules

allStateMachines ( ) : ArrayList

Part of the list interface for StateMachines

appendElements ( Lock aLock, StructureElement el ) : void
appendElements ( StructureElement el ) : void

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, StructureRef el ) : void
appendInterfaces ( StructureRef el ) : void

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, Procedure el ) : void
appendProcedures ( Procedure el ) : void

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, Rule el ) : void
appendRules ( Rule el ) : void

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, StateMachine el ) : void
appendStateMachines ( StateMachine el ) : void

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 ( Structure other ) : void
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 ) : StructureElement

Part of the list interface for Elements This function returns an element from the collection in Elements based on an index.

getInterfaces ( int idx ) : StructureRef

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 ) : Procedure

Part of the list interface for Procedures This function returns an element from the collection in Procedures based on an index.

getRules ( int idx ) : Rule

Part of the list interface for Rules This function returns an element from the collection in Rules based on an index.

getStateMachines ( int idx ) : StateMachine

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, StructureElement el ) : void

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.

Private Methods

Method Description
getElements ( ) : ArrayList

Part of the list interface for Elements

getInterfaces ( ) : ArrayList

Part of the list interface for Interfaces

getProcedures ( ) : ArrayList

Part of the list interface for Procedures

getRules ( ) : ArrayList

Part of the list interface for Rules

getStateMachines ( ) : ArrayList

Part of the list interface for StateMachines

Method Details

NotifyControllers() public method

public NotifyControllers ( Lock aLock ) : void
aLock Lock
return void

Structure() public method

public Structure ( ) : System
return System

allElements() public method

Part of the list interface for Elements
public allElements ( ) : ArrayList
return System.Collections.ArrayList

allInterfaces() public method

Part of the list interface for Interfaces
public allInterfaces ( ) : ArrayList
return System.Collections.ArrayList

allProcedures() public method

Part of the list interface for Procedures
public allProcedures ( ) : ArrayList
return System.Collections.ArrayList

allRules() public method

Part of the list interface for Rules
public allRules ( ) : ArrayList
return System.Collections.ArrayList

allStateMachines() public method

Part of the list interface for StateMachines
public allStateMachines ( ) : ArrayList
return System.Collections.ArrayList

appendElements() public method

public appendElements ( Lock aLock, StructureElement el ) : void
aLock Lock
el StructureElement
return void

appendElements() public method

Part of the list interface for Elements
public appendElements ( StructureElement el ) : void
el StructureElement a StructureElement to add to the collection in /// Elements
return void

appendElements() public method

Part of the list interface for Elements
public appendElements ( System coll ) : void
coll System a collection ofStructureElements to add to the collection in /// Elements
return void

appendElements() public method

public appendElements ( System coll, Lock aLock ) : void
coll System
aLock Lock
return void

appendInterfaces() public method

public appendInterfaces ( Lock aLock, StructureRef el ) : void
aLock Lock
el StructureRef
return void

appendInterfaces() public method

Part of the list interface for Interfaces
public appendInterfaces ( StructureRef el ) : void
el StructureRef a StructureRef to add to the collection in /// Interfaces
return void

appendInterfaces() public method

Part of the list interface for Interfaces
public appendInterfaces ( System coll ) : void
coll System a collection ofStructureRefs to add to the collection in /// Interfaces
return void

appendInterfaces() public method

public appendInterfaces ( System coll, Lock aLock ) : void
coll System
aLock Lock
return void

appendProcedures() public method

public appendProcedures ( Lock aLock, Procedure el ) : void
aLock Lock
el Procedure
return void

appendProcedures() public method

Part of the list interface for Procedures
public appendProcedures ( Procedure el ) : void
el Procedure a Procedure to add to the collection in /// Procedures
return void

appendProcedures() public method

Part of the list interface for Procedures
public appendProcedures ( System coll ) : void
coll System a collection ofProcedures to add to the collection in /// Procedures
return void

appendProcedures() public method

public appendProcedures ( System coll, Lock aLock ) : void
coll System
aLock Lock
return void

appendRules() public method

public appendRules ( Lock aLock, Rule el ) : void
aLock Lock
el Rule
return void

appendRules() public method

Part of the list interface for Rules
public appendRules ( Rule el ) : void
el Rule a Rule to add to the collection in /// Rules
return void

appendRules() public method

Part of the list interface for Rules
public appendRules ( System coll ) : void
coll System a collection ofRules to add to the collection in /// Rules
return void

appendRules() public method

public appendRules ( System coll, Lock aLock ) : void
coll System
aLock Lock
return void

appendStateMachines() public method

public appendStateMachines ( Lock aLock, StateMachine el ) : void
aLock Lock
el StateMachine
return void

appendStateMachines() public method

Part of the list interface for StateMachines
public appendStateMachines ( StateMachine el ) : void
el StateMachine a StateMachine to add to the collection in /// StateMachines
return void

appendStateMachines() public method

Part of the list interface for StateMachines
public appendStateMachines ( System coll ) : void
coll System a collection ofStateMachines to add to the collection in /// StateMachines
return void

appendStateMachines() public method

public appendStateMachines ( System coll, Lock aLock ) : void
coll System
aLock Lock
return void

copyTo() public method

public copyTo ( Structure other ) : void
other Structure
return void

countElements() public method

Part of the list interface for Elements
public countElements ( ) : int
return int

countInterfaces() public method

Part of the list interface for Interfaces
public countInterfaces ( ) : int
return int

countProcedures() public method

Part of the list interface for Procedures
public countProcedures ( ) : int
return int

countRules() public method

Part of the list interface for Rules
public countRules ( ) : int
return int

countStateMachines() public method

Part of the list interface for StateMachines
public countStateMachines ( ) : int
return int

deleteElements() public method

Part of the list interface for Elements This deletion function removes an element from the collection in Elements
public deleteElements ( int idx ) : void
idx int the index of the element to remove
return void

deleteElements() public method

public deleteElements ( int idx, Lock aLock ) : void
idx int
aLock Lock
return void

deleteInterfaces() public method

Part of the list interface for Interfaces This deletion function removes an element from the collection in Interfaces
public deleteInterfaces ( int idx ) : void
idx int the index of the element to remove
return void

deleteInterfaces() public method

public deleteInterfaces ( int idx, Lock aLock ) : void
idx int
aLock Lock
return void

deleteProcedures() public method

Part of the list interface for Procedures This deletion function removes an element from the collection in Procedures
public deleteProcedures ( int idx ) : void
idx int the index of the element to remove
return void

deleteProcedures() public method

public deleteProcedures ( int idx, Lock aLock ) : void
idx int
aLock Lock
return void

deleteRules() public method

Part of the list interface for Rules This deletion function removes an element from the collection in Rules
public deleteRules ( int idx ) : void
idx int the index of the element to remove
return void

deleteRules() public method

public deleteRules ( int idx, Lock aLock ) : void
idx int
aLock Lock
return void

deleteStateMachines() public method

Part of the list interface for StateMachines This deletion function removes an element from the collection in StateMachines
public deleteStateMachines ( int idx ) : void
idx int the index of the element to remove
return void

deleteStateMachines() public method

public deleteStateMachines ( int idx, Lock aLock ) : void
idx int
aLock Lock
return void

dispatch() public method

public dispatch ( XmlBooster.XmlBBaseVisitor v ) : void
v XmlBooster.XmlBBaseVisitor
return void

dispatch() public method

public dispatch ( XmlBooster.XmlBBaseVisitor v, bool visitSubNodes ) : void
v XmlBooster.XmlBBaseVisitor
visitSubNodes bool
return void

find() public method

public find ( Object search ) : bool
search Object
return bool

getElements() public method

Part of the list interface for Elements This function returns an element from the collection in Elements based on an index.
public getElements ( int idx ) : StructureElement
idx int the index of the element to extract
return StructureElement

getInterfaces() public method

Part of the list interface for Interfaces This function returns an element from the collection in Interfaces based on an index.
public getInterfaces ( int idx ) : StructureRef
idx int the index of the element to extract
return StructureRef

getIsAbstract() public method

public getIsAbstract ( ) : bool
return bool

getProcedures() public method

Part of the list interface for Procedures This function returns an element from the collection in Procedures based on an index.
public getProcedures ( int idx ) : Procedure
idx int the index of the element to extract
return Procedure

getRules() public method

Part of the list interface for Rules This function returns an element from the collection in Rules based on an index.
public getRules ( int idx ) : Rule
idx int the index of the element to extract
return Rule

getStateMachines() public method

Part of the list interface for StateMachines This function returns an element from the collection in StateMachines based on an index.
public getStateMachines ( int idx ) : StateMachine
idx int the index of the element to extract
return StateMachine

indexOfElements() public method

Part of the list interface for Elements This function returns the index of an element in the collection.
public indexOfElements ( IXmlBBase el ) : int
el IXmlBBase the object to look for
return int

indexOfInterfaces() public method

Part of the list interface for Interfaces This function returns the index of an element in the collection.
public indexOfInterfaces ( IXmlBBase el ) : int
el IXmlBBase the object to look for
return int

indexOfProcedures() public method

Part of the list interface for Procedures This function returns the index of an element in the collection.
public indexOfProcedures ( IXmlBBase el ) : int
el IXmlBBase the object to look for
return int

indexOfRules() public method

Part of the list interface for Rules This function returns the index of an element in the collection.
public indexOfRules ( IXmlBBase el ) : int
el IXmlBBase the object to look for
return int

indexOfStateMachines() public method

Part of the list interface for StateMachines This function returns the index of an element in the collection.
public indexOfStateMachines ( IXmlBBase el ) : int
el IXmlBBase the object to look for
return int

insertElements() public method

Part of the list interface for Elements This insertion function inserts a new element in the collection in Elements
public insertElements ( int idx, StructureElement el ) : void
idx int the index where the insertion must take place
el StructureElement the element to insert
return void

insertElements() public method

public insertElements ( int idx, StructureElement el, Lock aLock ) : void
idx int
el StructureElement
aLock Lock
return void

insertInterfaces() public method

Part of the list interface for Interfaces This insertion function inserts a new element in the collection in Interfaces
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

insertInterfaces() public method

public insertInterfaces ( int idx, StructureRef el, Lock aLock ) : void
idx int
el StructureRef
aLock Lock
return void

insertProcedures() public method

Part of the list interface for Procedures This insertion function inserts a new element in the collection in Procedures
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

insertProcedures() public method

public insertProcedures ( int idx, Procedure el, Lock aLock ) : void
idx int
el Procedure
aLock Lock
return void

insertRules() public method

Part of the list interface for Rules This insertion function inserts a new element in the collection in Rules
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

insertRules() public method

public insertRules ( int idx, Rule el, Lock aLock ) : void
idx int
el Rule
aLock Lock
return void

insertStateMachines() public method

Part of the list interface for StateMachines This insertion function inserts a new element in the collection in StateMachines
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

insertStateMachines() public method

public insertStateMachines ( int idx, StateMachine el, Lock aLock ) : void
idx int
el StateMachine
aLock Lock
return void

parse() public method

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.
public parse ( XmlBContext ctxt, string endingTag ) : void
ctxt XmlBContext
endingTag string
return void

parseBody() public method

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.
public parseBody ( XmlBContext ctxt ) : void
ctxt XmlBContext
return void

removeElements() public method

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.
public removeElements ( IXmlBBase obj ) : void
obj IXmlBBase the object to remove
return void

removeElements() public method

public removeElements ( IXmlBBase obj, Lock aLock ) : void
obj IXmlBBase
aLock Lock
return void

removeInterfaces() public method

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.
public removeInterfaces ( IXmlBBase obj ) : void
obj IXmlBBase the object to remove
return void

removeInterfaces() public method

public removeInterfaces ( IXmlBBase obj, Lock aLock ) : void
obj IXmlBBase
aLock Lock
return void

removeProcedures() public method

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.
public removeProcedures ( IXmlBBase obj ) : void
obj IXmlBBase the object to remove
return void

removeProcedures() public method

public removeProcedures ( IXmlBBase obj, Lock aLock ) : void
obj IXmlBBase
aLock Lock
return void

removeRules() public method

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.
public removeRules ( IXmlBBase obj ) : void
obj IXmlBBase the object to remove
return void

removeRules() public method

public removeRules ( IXmlBBase obj, Lock aLock ) : void
obj IXmlBBase
aLock Lock
return void

removeStateMachines() public method

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.
public removeStateMachines ( IXmlBBase obj ) : void
obj IXmlBBase the object to remove
return void

removeStateMachines() public method

public removeStateMachines ( IXmlBBase obj, Lock aLock ) : void
obj IXmlBBase
aLock Lock
return void

setAllElements() public method

public setAllElements ( Lock aLock, System coll ) : void
aLock Lock
coll System
return void

setAllElements() public method

Part of the list interface for Elements
public setAllElements ( System coll ) : void
coll System a collection of elements which replaces /// Elements's current content.
return void

setAllInterfaces() public method

public setAllInterfaces ( Lock aLock, System coll ) : void
aLock Lock
coll System
return void

setAllInterfaces() public method

Part of the list interface for Interfaces
public setAllInterfaces ( System coll ) : void
coll System a collection of elements which replaces /// Interfaces's current content.
return void

setAllProcedures() public method

public setAllProcedures ( Lock aLock, System coll ) : void
aLock Lock
coll System
return void

setAllProcedures() public method

Part of the list interface for Procedures
public setAllProcedures ( System coll ) : void
coll System a collection of elements which replaces /// Procedures's current content.
return void

setAllRules() public method

public setAllRules ( Lock aLock, System coll ) : void
aLock Lock
coll System
return void

setAllRules() public method

Part of the list interface for Rules
public setAllRules ( System coll ) : void
coll System a collection of elements which replaces /// Rules's current content.
return void

setAllStateMachines() public method

public setAllStateMachines ( Lock aLock, System coll ) : void
aLock Lock
coll System
return void

setAllStateMachines() public method

Part of the list interface for StateMachines
public setAllStateMachines ( System coll ) : void
coll System a collection of elements which replaces /// StateMachines's current content.
return void

setIsAbstract() public method

public setIsAbstract ( bool v ) : void
v bool
return void

subElements() public method

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.
public subElements ( ArrayList l ) : void
l ArrayList
return void

unParse() public method

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.
public unParse ( TextWriter pw, bool typeId, string headingTag, string endingTag ) : void
pw TextWriter
typeId bool
headingTag string
endingTag string
return void

unParseBody() public method

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.
public unParseBody ( TextWriter pw ) : void
pw TextWriter
return void