C# Класс DataDictionary.Generated.Structure

Наследование: DataDictionary.Types.Type
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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.

Приватные методы

Метод Описание
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

Описание методов

NotifyControllers() публичный Метод

public NotifyControllers ( Lock aLock ) : void
aLock Lock
Результат void

Structure() публичный Метод

public Structure ( ) : System
Результат System

allElements() публичный Метод

Part of the list interface for Elements
public allElements ( ) : ArrayList
Результат System.Collections.ArrayList

allInterfaces() публичный Метод

Part of the list interface for Interfaces
public allInterfaces ( ) : ArrayList
Результат System.Collections.ArrayList

allProcedures() публичный Метод

Part of the list interface for Procedures
public allProcedures ( ) : ArrayList
Результат System.Collections.ArrayList

allRules() публичный Метод

Part of the list interface for Rules
public allRules ( ) : ArrayList
Результат System.Collections.ArrayList

allStateMachines() публичный Метод

Part of the list interface for StateMachines
public allStateMachines ( ) : ArrayList
Результат System.Collections.ArrayList

appendElements() публичный Метод

public appendElements ( Lock aLock, StructureElement el ) : void
aLock Lock
el StructureElement
Результат void

appendElements() публичный Метод

Part of the list interface for Elements
public appendElements ( StructureElement el ) : void
el StructureElement a StructureElement to add to the collection in /// Elements
Результат void

appendElements() публичный Метод

Part of the list interface for Elements
public appendElements ( System coll ) : void
coll System a collection ofStructureElements to add to the collection in /// Elements
Результат void

appendElements() публичный Метод

public appendElements ( System coll, Lock aLock ) : void
coll System
aLock Lock
Результат void

appendInterfaces() публичный Метод

public appendInterfaces ( Lock aLock, StructureRef el ) : void
aLock Lock
el StructureRef
Результат void

appendInterfaces() публичный Метод

Part of the list interface for Interfaces
public appendInterfaces ( StructureRef el ) : void
el StructureRef a StructureRef to add to the collection in /// Interfaces
Результат void

appendInterfaces() публичный Метод

Part of the list interface for Interfaces
public appendInterfaces ( System coll ) : void
coll System a collection ofStructureRefs to add to the collection in /// Interfaces
Результат void

appendInterfaces() публичный Метод

public appendInterfaces ( System coll, Lock aLock ) : void
coll System
aLock Lock
Результат void

appendProcedures() публичный Метод

public appendProcedures ( Lock aLock, Procedure el ) : void
aLock Lock
el Procedure
Результат void

appendProcedures() публичный Метод

Part of the list interface for Procedures
public appendProcedures ( Procedure el ) : void
el Procedure a Procedure to add to the collection in /// Procedures
Результат void

appendProcedures() публичный Метод

Part of the list interface for Procedures
public appendProcedures ( System coll ) : void
coll System a collection ofProcedures to add to the collection in /// Procedures
Результат void

appendProcedures() публичный Метод

public appendProcedures ( System coll, Lock aLock ) : void
coll System
aLock Lock
Результат void

appendRules() публичный Метод

public appendRules ( Lock aLock, Rule el ) : void
aLock Lock
el Rule
Результат void

appendRules() публичный Метод

Part of the list interface for Rules
public appendRules ( Rule el ) : void
el Rule a Rule to add to the collection in /// Rules
Результат void

appendRules() публичный Метод

Part of the list interface for Rules
public appendRules ( System coll ) : void
coll System a collection ofRules to add to the collection in /// Rules
Результат void

appendRules() публичный Метод

public appendRules ( System coll, Lock aLock ) : void
coll System
aLock Lock
Результат void

appendStateMachines() публичный Метод

public appendStateMachines ( Lock aLock, StateMachine el ) : void
aLock Lock
el StateMachine
Результат void

appendStateMachines() публичный Метод

Part of the list interface for StateMachines
public appendStateMachines ( StateMachine el ) : void
el StateMachine a StateMachine to add to the collection in /// StateMachines
Результат void

appendStateMachines() публичный Метод

Part of the list interface for StateMachines
public appendStateMachines ( System coll ) : void
coll System a collection ofStateMachines to add to the collection in /// StateMachines
Результат void

appendStateMachines() публичный Метод

public appendStateMachines ( System coll, Lock aLock ) : void
coll System
aLock Lock
Результат void

copyTo() публичный Метод

public copyTo ( Structure other ) : void
other Structure
Результат void

countElements() публичный Метод

Part of the list interface for Elements
public countElements ( ) : int
Результат int

countInterfaces() публичный Метод

Part of the list interface for Interfaces
public countInterfaces ( ) : int
Результат int

countProcedures() публичный Метод

Part of the list interface for Procedures
public countProcedures ( ) : int
Результат int

countRules() публичный Метод

Part of the list interface for Rules
public countRules ( ) : int
Результат int

countStateMachines() публичный Метод

Part of the list interface for StateMachines
public countStateMachines ( ) : int
Результат int

deleteElements() публичный Метод

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
Результат void

deleteElements() публичный Метод

public deleteElements ( int idx, Lock aLock ) : void
idx int
aLock Lock
Результат void

deleteInterfaces() публичный Метод

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
Результат void

deleteInterfaces() публичный Метод

public deleteInterfaces ( int idx, Lock aLock ) : void
idx int
aLock Lock
Результат void

deleteProcedures() публичный Метод

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
Результат void

deleteProcedures() публичный Метод

public deleteProcedures ( int idx, Lock aLock ) : void
idx int
aLock Lock
Результат void

deleteRules() публичный Метод

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
Результат void

deleteRules() публичный Метод

public deleteRules ( int idx, Lock aLock ) : void
idx int
aLock Lock
Результат void

deleteStateMachines() публичный Метод

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
Результат void

deleteStateMachines() публичный Метод

public deleteStateMachines ( int idx, Lock aLock ) : void
idx int
aLock Lock
Результат void

dispatch() публичный Метод

public dispatch ( XmlBooster.XmlBBaseVisitor v ) : void
v XmlBooster.XmlBBaseVisitor
Результат void

dispatch() публичный Метод

public dispatch ( XmlBooster.XmlBBaseVisitor v, bool visitSubNodes ) : void
v XmlBooster.XmlBBaseVisitor
visitSubNodes bool
Результат void

find() публичный Метод

public find ( Object search ) : bool
search Object
Результат bool

getElements() публичный Метод

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
Результат StructureElement

getInterfaces() публичный Метод

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
Результат StructureRef

getIsAbstract() публичный Метод

public getIsAbstract ( ) : bool
Результат bool

getProcedures() публичный Метод

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
Результат Procedure

getRules() публичный Метод

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
Результат Rule

getStateMachines() публичный Метод

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
Результат StateMachine

indexOfElements() публичный Метод

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
Результат int

indexOfInterfaces() публичный Метод

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
Результат int

indexOfProcedures() публичный Метод

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
Результат int

indexOfRules() публичный Метод

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
Результат int

indexOfStateMachines() публичный Метод

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
Результат int

insertElements() публичный Метод

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
Результат void

insertElements() публичный Метод

public insertElements ( int idx, StructureElement el, Lock aLock ) : void
idx int
el StructureElement
aLock Lock
Результат void

insertInterfaces() публичный Метод

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
Результат void

insertInterfaces() публичный Метод

public insertInterfaces ( int idx, StructureRef el, Lock aLock ) : void
idx int
el StructureRef
aLock Lock
Результат void

insertProcedures() публичный Метод

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
Результат void

insertProcedures() публичный Метод

public insertProcedures ( int idx, Procedure el, Lock aLock ) : void
idx int
el Procedure
aLock Lock
Результат void

insertRules() публичный Метод

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
Результат void

insertRules() публичный Метод

public insertRules ( int idx, Rule el, Lock aLock ) : void
idx int
el Rule
aLock Lock
Результат void

insertStateMachines() публичный Метод

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
Результат void

insertStateMachines() публичный Метод

public insertStateMachines ( int idx, StateMachine el, Lock aLock ) : void
idx int
el StateMachine
aLock Lock
Результат void

parse() публичный Метод

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
Результат void

parseBody() публичный Метод

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
Результат void

removeElements() публичный Метод

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
Результат void

removeElements() публичный Метод

public removeElements ( IXmlBBase obj, Lock aLock ) : void
obj IXmlBBase
aLock Lock
Результат void

removeInterfaces() публичный Метод

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
Результат void

removeInterfaces() публичный Метод

public removeInterfaces ( IXmlBBase obj, Lock aLock ) : void
obj IXmlBBase
aLock Lock
Результат void

removeProcedures() публичный Метод

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
Результат void

removeProcedures() публичный Метод

public removeProcedures ( IXmlBBase obj, Lock aLock ) : void
obj IXmlBBase
aLock Lock
Результат void

removeRules() публичный Метод

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
Результат void

removeRules() публичный Метод

public removeRules ( IXmlBBase obj, Lock aLock ) : void
obj IXmlBBase
aLock Lock
Результат void

removeStateMachines() публичный Метод

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
Результат void

removeStateMachines() публичный Метод

public removeStateMachines ( IXmlBBase obj, Lock aLock ) : void
obj IXmlBBase
aLock Lock
Результат void

setAllElements() публичный Метод

public setAllElements ( Lock aLock, System coll ) : void
aLock Lock
coll System
Результат void

setAllElements() публичный Метод

Part of the list interface for Elements
public setAllElements ( System coll ) : void
coll System a collection of elements which replaces /// Elements's current content.
Результат void

setAllInterfaces() публичный Метод

public setAllInterfaces ( Lock aLock, System coll ) : void
aLock Lock
coll System
Результат void

setAllInterfaces() публичный Метод

Part of the list interface for Interfaces
public setAllInterfaces ( System coll ) : void
coll System a collection of elements which replaces /// Interfaces's current content.
Результат void

setAllProcedures() публичный Метод

public setAllProcedures ( Lock aLock, System coll ) : void
aLock Lock
coll System
Результат void

setAllProcedures() публичный Метод

Part of the list interface for Procedures
public setAllProcedures ( System coll ) : void
coll System a collection of elements which replaces /// Procedures's current content.
Результат void

setAllRules() публичный Метод

public setAllRules ( Lock aLock, System coll ) : void
aLock Lock
coll System
Результат void

setAllRules() публичный Метод

Part of the list interface for Rules
public setAllRules ( System coll ) : void
coll System a collection of elements which replaces /// Rules's current content.
Результат void

setAllStateMachines() публичный Метод

public setAllStateMachines ( Lock aLock, System coll ) : void
aLock Lock
coll System
Результат void

setAllStateMachines() публичный Метод

Part of the list interface for StateMachines
public setAllStateMachines ( System coll ) : void
coll System a collection of elements which replaces /// StateMachines's current content.
Результат void

setIsAbstract() публичный Метод

public setIsAbstract ( bool v ) : void
v bool
Результат void

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.
public subElements ( ArrayList l ) : void
l ArrayList
Результат void

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.
public unParse ( TextWriter pw, bool typeId, string headingTag, string endingTag ) : void
pw TextWriter
typeId bool
headingTag string
endingTag string
Результат void

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.
public unParseBody ( TextWriter pw ) : void
pw TextWriter
Результат void