C# Class DataDictionary.Generated.Structure

Inheritance: DataDictionary.Types.Type
Afficher le fichier Open project: ERTMSSolutions/ERTMSFormalSpecs Class Usage Examples

Méthodes publiques

Méthode 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

Méthode 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 méthode

public NotifyControllers ( Lock aLock ) : void
aLock Lock
Résultat void

Structure() public méthode

public Structure ( ) : System
Résultat System

allElements() public méthode

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

allInterfaces() public méthode

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

allProcedures() public méthode

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

allRules() public méthode

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

allStateMachines() public méthode

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

appendElements() public méthode

public appendElements ( Lock aLock, StructureElement el ) : void
aLock Lock
el StructureElement
Résultat void

appendElements() public méthode

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

appendElements() public méthode

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

appendElements() public méthode

public appendElements ( System coll, Lock aLock ) : void
coll System
aLock Lock
Résultat void

appendInterfaces() public méthode

public appendInterfaces ( Lock aLock, StructureRef el ) : void
aLock Lock
el StructureRef
Résultat void

appendInterfaces() public méthode

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

appendInterfaces() public méthode

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

appendInterfaces() public méthode

public appendInterfaces ( System coll, Lock aLock ) : void
coll System
aLock Lock
Résultat void

appendProcedures() public méthode

public appendProcedures ( Lock aLock, Procedure el ) : void
aLock Lock
el Procedure
Résultat void

appendProcedures() public méthode

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

appendProcedures() public méthode

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

appendProcedures() public méthode

public appendProcedures ( System coll, Lock aLock ) : void
coll System
aLock Lock
Résultat void

appendRules() public méthode

public appendRules ( Lock aLock, Rule el ) : void
aLock Lock
el Rule
Résultat void

appendRules() public méthode

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

appendRules() public méthode

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

appendRules() public méthode

public appendRules ( System coll, Lock aLock ) : void
coll System
aLock Lock
Résultat void

appendStateMachines() public méthode

public appendStateMachines ( Lock aLock, StateMachine el ) : void
aLock Lock
el StateMachine
Résultat void

appendStateMachines() public méthode

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

appendStateMachines() public méthode

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

appendStateMachines() public méthode

public appendStateMachines ( System coll, Lock aLock ) : void
coll System
aLock Lock
Résultat void

copyTo() public méthode

public copyTo ( Structure other ) : void
other Structure
Résultat void

countElements() public méthode

Part of the list interface for Elements
public countElements ( ) : int
Résultat int

countInterfaces() public méthode

Part of the list interface for Interfaces
public countInterfaces ( ) : int
Résultat int

countProcedures() public méthode

Part of the list interface for Procedures
public countProcedures ( ) : int
Résultat int

countRules() public méthode

Part of the list interface for Rules
public countRules ( ) : int
Résultat int

countStateMachines() public méthode

Part of the list interface for StateMachines
public countStateMachines ( ) : int
Résultat int

deleteElements() public méthode

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
Résultat void

deleteElements() public méthode

public deleteElements ( int idx, Lock aLock ) : void
idx int
aLock Lock
Résultat void

deleteInterfaces() public méthode

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
Résultat void

deleteInterfaces() public méthode

public deleteInterfaces ( int idx, Lock aLock ) : void
idx int
aLock Lock
Résultat void

deleteProcedures() public méthode

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
Résultat void

deleteProcedures() public méthode

public deleteProcedures ( int idx, Lock aLock ) : void
idx int
aLock Lock
Résultat void

deleteRules() public méthode

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
Résultat void

deleteRules() public méthode

public deleteRules ( int idx, Lock aLock ) : void
idx int
aLock Lock
Résultat void

deleteStateMachines() public méthode

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
Résultat void

deleteStateMachines() public méthode

public deleteStateMachines ( int idx, Lock aLock ) : void
idx int
aLock Lock
Résultat void

dispatch() public méthode

public dispatch ( XmlBooster.XmlBBaseVisitor v ) : void
v XmlBooster.XmlBBaseVisitor
Résultat void

dispatch() public méthode

public dispatch ( XmlBooster.XmlBBaseVisitor v, bool visitSubNodes ) : void
v XmlBooster.XmlBBaseVisitor
visitSubNodes bool
Résultat void

find() public méthode

public find ( Object search ) : bool
search Object
Résultat bool

getElements() public méthode

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
Résultat StructureElement

getInterfaces() public méthode

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
Résultat StructureRef

getIsAbstract() public méthode

public getIsAbstract ( ) : bool
Résultat bool

getProcedures() public méthode

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
Résultat Procedure

getRules() public méthode

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
Résultat Rule

getStateMachines() public méthode

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
Résultat StateMachine

indexOfElements() public méthode

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
Résultat int

indexOfInterfaces() public méthode

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
Résultat int

indexOfProcedures() public méthode

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
Résultat int

indexOfRules() public méthode

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
Résultat int

indexOfStateMachines() public méthode

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
Résultat int

insertElements() public méthode

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
Résultat void

insertElements() public méthode

public insertElements ( int idx, StructureElement el, Lock aLock ) : void
idx int
el StructureElement
aLock Lock
Résultat void

insertInterfaces() public méthode

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
Résultat void

insertInterfaces() public méthode

public insertInterfaces ( int idx, StructureRef el, Lock aLock ) : void
idx int
el StructureRef
aLock Lock
Résultat void

insertProcedures() public méthode

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
Résultat void

insertProcedures() public méthode

public insertProcedures ( int idx, Procedure el, Lock aLock ) : void
idx int
el Procedure
aLock Lock
Résultat void

insertRules() public méthode

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
Résultat void

insertRules() public méthode

public insertRules ( int idx, Rule el, Lock aLock ) : void
idx int
el Rule
aLock Lock
Résultat void

insertStateMachines() public méthode

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
Résultat void

insertStateMachines() public méthode

public insertStateMachines ( int idx, StateMachine el, Lock aLock ) : void
idx int
el StateMachine
aLock Lock
Résultat void

parse() public méthode

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
Résultat void

parseBody() public méthode

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
Résultat void

removeElements() public méthode

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
Résultat void

removeElements() public méthode

public removeElements ( IXmlBBase obj, Lock aLock ) : void
obj IXmlBBase
aLock Lock
Résultat void

removeInterfaces() public méthode

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
Résultat void

removeInterfaces() public méthode

public removeInterfaces ( IXmlBBase obj, Lock aLock ) : void
obj IXmlBBase
aLock Lock
Résultat void

removeProcedures() public méthode

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
Résultat void

removeProcedures() public méthode

public removeProcedures ( IXmlBBase obj, Lock aLock ) : void
obj IXmlBBase
aLock Lock
Résultat void

removeRules() public méthode

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
Résultat void

removeRules() public méthode

public removeRules ( IXmlBBase obj, Lock aLock ) : void
obj IXmlBBase
aLock Lock
Résultat void

removeStateMachines() public méthode

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
Résultat void

removeStateMachines() public méthode

public removeStateMachines ( IXmlBBase obj, Lock aLock ) : void
obj IXmlBBase
aLock Lock
Résultat void

setAllElements() public méthode

public setAllElements ( Lock aLock, System coll ) : void
aLock Lock
coll System
Résultat void

setAllElements() public méthode

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

setAllInterfaces() public méthode

public setAllInterfaces ( Lock aLock, System coll ) : void
aLock Lock
coll System
Résultat void

setAllInterfaces() public méthode

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

setAllProcedures() public méthode

public setAllProcedures ( Lock aLock, System coll ) : void
aLock Lock
coll System
Résultat void

setAllProcedures() public méthode

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

setAllRules() public méthode

public setAllRules ( Lock aLock, System coll ) : void
aLock Lock
coll System
Résultat void

setAllRules() public méthode

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

setAllStateMachines() public méthode

public setAllStateMachines ( Lock aLock, System coll ) : void
aLock Lock
coll System
Résultat void

setAllStateMachines() public méthode

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

setIsAbstract() public méthode

public setIsAbstract ( bool v ) : void
v bool
Résultat void

subElements() public méthode

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
Résultat void

unParse() public méthode

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
Résultat void

unParseBody() public méthode

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
Résultat void