C# Class DataDictionary.Generated.NameSpace

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

Méthodes publiques

Méthode Description
NameSpace ( ) : System
NotifyControllers ( Lock aLock ) : void
allCollections ( ) : ArrayList

Part of the list interface for Collections

allEnumerations ( ) : ArrayList

Part of the list interface for Enumerations

allFunctions ( ) : ArrayList

Part of the list interface for Functions

allNameSpaceRefs ( ) : ArrayList

Part of the list interface for NameSpaceRefs

allNameSpaces ( ) : ArrayList

Part of the list interface for NameSpaces

allProcedures ( ) : ArrayList

Part of the list interface for Procedures

allRanges ( ) : ArrayList

Part of the list interface for Ranges

allRules ( ) : ArrayList

Part of the list interface for Rules

allStateMachines ( ) : ArrayList

Part of the list interface for StateMachines

allStructures ( ) : ArrayList

Part of the list interface for Structures

allVariables ( ) : ArrayList

Part of the list interface for Variables

appendCollections ( Collection el ) : void

Part of the list interface for Collections

appendCollections ( Lock aLock, Collection el ) : void
appendCollections ( System coll ) : void

Part of the list interface for Collections

appendCollections ( System coll, Lock aLock ) : void
appendEnumerations ( Enum el ) : void

Part of the list interface for Enumerations

appendEnumerations ( Lock aLock, Enum el ) : void
appendEnumerations ( System coll ) : void

Part of the list interface for Enumerations

appendEnumerations ( System coll, Lock aLock ) : void
appendFunctions ( Function el ) : void

Part of the list interface for Functions

appendFunctions ( Lock aLock, Function el ) : void
appendFunctions ( System coll ) : void

Part of the list interface for Functions

appendFunctions ( System coll, Lock aLock ) : void
appendNameSpaceRefs ( Lock aLock, NameSpaceRef el ) : void
appendNameSpaceRefs ( NameSpaceRef el ) : void

Part of the list interface for NameSpaceRefs

appendNameSpaceRefs ( System coll ) : void

Part of the list interface for NameSpaceRefs

appendNameSpaceRefs ( System coll, Lock aLock ) : void
appendNameSpaces ( Lock aLock, NameSpace el ) : void
appendNameSpaces ( NameSpace el ) : void

Part of the list interface for NameSpaces

appendNameSpaces ( System coll ) : void

Part of the list interface for NameSpaces

appendNameSpaces ( 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
appendRanges ( Lock aLock, Range el ) : void
appendRanges ( Range el ) : void

Part of the list interface for Ranges

appendRanges ( System coll ) : void

Part of the list interface for Ranges

appendRanges ( 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
appendStructures ( Lock aLock, Structure el ) : void
appendStructures ( Structure el ) : void

Part of the list interface for Structures

appendStructures ( System coll ) : void

Part of the list interface for Structures

appendStructures ( System coll, Lock aLock ) : void
appendVariables ( Lock aLock, Variable el ) : void
appendVariables ( System coll ) : void

Part of the list interface for Variables

appendVariables ( System coll, Lock aLock ) : void
appendVariables ( Variable el ) : void

Part of the list interface for Variables

copyTo ( NameSpace other ) : void
countCollections ( ) : int

Part of the list interface for Collections

countEnumerations ( ) : int

Part of the list interface for Enumerations

countFunctions ( ) : int

Part of the list interface for Functions

countNameSpaceRefs ( ) : int

Part of the list interface for NameSpaceRefs

countNameSpaces ( ) : int

Part of the list interface for NameSpaces

countProcedures ( ) : int

Part of the list interface for Procedures

countRanges ( ) : int

Part of the list interface for Ranges

countRules ( ) : int

Part of the list interface for Rules

countStateMachines ( ) : int

Part of the list interface for StateMachines

countStructures ( ) : int

Part of the list interface for Structures

countVariables ( ) : int

Part of the list interface for Variables

deleteCollections ( int idx ) : void

Part of the list interface for Collections This deletion function removes an element from the collection in Collections

deleteCollections ( int idx, Lock aLock ) : void
deleteEnumerations ( int idx ) : void

Part of the list interface for Enumerations This deletion function removes an element from the collection in Enumerations

deleteEnumerations ( int idx, Lock aLock ) : void
deleteFunctions ( int idx ) : void

Part of the list interface for Functions This deletion function removes an element from the collection in Functions

deleteFunctions ( int idx, Lock aLock ) : void
deleteNameSpaceRefs ( int idx ) : void

Part of the list interface for NameSpaceRefs This deletion function removes an element from the collection in NameSpaceRefs

deleteNameSpaceRefs ( int idx, Lock aLock ) : void
deleteNameSpaces ( int idx ) : void

Part of the list interface for NameSpaces This deletion function removes an element from the collection in NameSpaces

deleteNameSpaces ( 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
deleteRanges ( int idx ) : void

Part of the list interface for Ranges This deletion function removes an element from the collection in Ranges

deleteRanges ( 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
deleteStructures ( int idx ) : void

Part of the list interface for Structures This deletion function removes an element from the collection in Structures

deleteStructures ( int idx, Lock aLock ) : void
deleteVariables ( int idx ) : void

Part of the list interface for Variables This deletion function removes an element from the collection in Variables

deleteVariables ( int idx, Lock aLock ) : void
dispatch ( XmlBooster.XmlBBaseVisitor v ) : void
dispatch ( XmlBooster.XmlBBaseVisitor v, bool visitSubNodes ) : void
find ( Object search ) : bool
getCollections ( int idx ) : Collection

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

getComment ( ) : string
getEnumerations ( int idx ) : Enum

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

getFunctions ( int idx ) : Function

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

getHeight ( ) : int
getHidden ( ) : bool
getImageIndex ( ) : int
getNameSpaceRefs ( int idx ) : NameSpaceRef

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

getNameSpaces ( int idx ) : NameSpace

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

getPinned ( ) : 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.

getRanges ( int idx ) : Range

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

getRuleCheckDisabling ( ) : RuleCheckDisabling
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.

getStructures ( int idx ) : Structure

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

getVariables ( int idx ) : Variable

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

getWidth ( ) : int
getX ( ) : int
getY ( ) : int
indexOfCollections ( IXmlBBase el ) : int

Part of the list interface for Collections This function returns the index of an element in the collection.

indexOfEnumerations ( IXmlBBase el ) : int

Part of the list interface for Enumerations This function returns the index of an element in the collection.

indexOfFunctions ( IXmlBBase el ) : int

Part of the list interface for Functions This function returns the index of an element in the collection.

indexOfNameSpaceRefs ( IXmlBBase el ) : int

Part of the list interface for NameSpaceRefs This function returns the index of an element in the collection.

indexOfNameSpaces ( IXmlBBase el ) : int

Part of the list interface for NameSpaces 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.

indexOfRanges ( IXmlBBase el ) : int

Part of the list interface for Ranges 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.

indexOfStructures ( IXmlBBase el ) : int

Part of the list interface for Structures This function returns the index of an element in the collection.

indexOfVariables ( IXmlBBase el ) : int

Part of the list interface for Variables This function returns the index of an element in the collection.

insertCollections ( int idx, Collection el ) : void

Part of the list interface for Collections This insertion function inserts a new element in the collection in Collections

insertCollections ( int idx, Collection el, Lock aLock ) : void
insertEnumerations ( int idx, Enum el ) : void

Part of the list interface for Enumerations This insertion function inserts a new element in the collection in Enumerations

insertEnumerations ( int idx, Enum el, Lock aLock ) : void
insertFunctions ( int idx, Function el ) : void

Part of the list interface for Functions This insertion function inserts a new element in the collection in Functions

insertFunctions ( int idx, Function el, Lock aLock ) : void
insertNameSpaceRefs ( int idx, NameSpaceRef el ) : void

Part of the list interface for NameSpaceRefs This insertion function inserts a new element in the collection in NameSpaceRefs

insertNameSpaceRefs ( int idx, NameSpaceRef el, Lock aLock ) : void
insertNameSpaces ( int idx, NameSpace el ) : void

Part of the list interface for NameSpaces This insertion function inserts a new element in the collection in NameSpaces

insertNameSpaces ( int idx, NameSpace 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
insertRanges ( int idx, Range el ) : void

Part of the list interface for Ranges This insertion function inserts a new element in the collection in Ranges

insertRanges ( int idx, Range 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
insertStructures ( int idx, Structure el ) : void

Part of the list interface for Structures This insertion function inserts a new element in the collection in Structures

insertStructures ( int idx, Structure el, Lock aLock ) : void
insertVariables ( int idx, Variable el ) : void

Part of the list interface for Variables This insertion function inserts a new element in the collection in Variables

insertVariables ( int idx, Variable el, Lock aLock ) : void
parse ( XmlBooster.XmlBContext ctxt, string endingTag ) : void This method is used by XMLBooster-generated code internally. Please refrain from using it, as it might produce unexpected results, and might change or even disappear in the future.
parseBody ( XmlBooster.XmlBContext ctxt ) : void This method is used by XMLBooster-generated code internally. Please refrain from using it, as it might produce unexpected results, and might change or even disappear in the future.
removeCollections ( IXmlBBase obj ) : void

Part of the list interface for Collections This deletion function removes an element from the collection in Collections If the object given in parameter is not found in the the collection, this function does nothing.

removeCollections ( IXmlBBase obj, Lock aLock ) : void
removeEnumerations ( IXmlBBase obj ) : void

Part of the list interface for Enumerations This deletion function removes an element from the collection in Enumerations If the object given in parameter is not found in the the collection, this function does nothing.

removeEnumerations ( IXmlBBase obj, Lock aLock ) : void
removeFunctions ( IXmlBBase obj ) : void

Part of the list interface for Functions This deletion function removes an element from the collection in Functions If the object given in parameter is not found in the the collection, this function does nothing.

removeFunctions ( IXmlBBase obj, Lock aLock ) : void
removeNameSpaceRefs ( IXmlBBase obj ) : void

Part of the list interface for NameSpaceRefs This deletion function removes an element from the collection in NameSpaceRefs If the object given in parameter is not found in the the collection, this function does nothing.

removeNameSpaceRefs ( IXmlBBase obj, Lock aLock ) : void
removeNameSpaces ( IXmlBBase obj ) : void

Part of the list interface for NameSpaces This deletion function removes an element from the collection in NameSpaces If the object given in parameter is not found in the the collection, this function does nothing.

removeNameSpaces ( 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
removeRanges ( IXmlBBase obj ) : void

Part of the list interface for Ranges This deletion function removes an element from the collection in Ranges If the object given in parameter is not found in the the collection, this function does nothing.

removeRanges ( 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
removeStructures ( IXmlBBase obj ) : void

Part of the list interface for Structures This deletion function removes an element from the collection in Structures If the object given in parameter is not found in the the collection, this function does nothing.

removeStructures ( IXmlBBase obj, Lock aLock ) : void
removeVariables ( IXmlBBase obj ) : void

Part of the list interface for Variables This deletion function removes an element from the collection in Variables If the object given in parameter is not found in the the collection, this function does nothing.

removeVariables ( IXmlBBase obj, Lock aLock ) : void
setAllCollections ( Lock aLock, System coll ) : void
setAllCollections ( System coll ) : void

Part of the list interface for Collections

setAllEnumerations ( Lock aLock, System coll ) : void
setAllEnumerations ( System coll ) : void

Part of the list interface for Enumerations

setAllFunctions ( Lock aLock, System coll ) : void
setAllFunctions ( System coll ) : void

Part of the list interface for Functions

setAllNameSpaceRefs ( Lock aLock, System coll ) : void
setAllNameSpaceRefs ( System coll ) : void

Part of the list interface for NameSpaceRefs

setAllNameSpaces ( Lock aLock, System coll ) : void
setAllNameSpaces ( System coll ) : void

Part of the list interface for NameSpaces

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

Part of the list interface for Procedures

setAllRanges ( Lock aLock, System coll ) : void
setAllRanges ( System coll ) : void

Part of the list interface for Ranges

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

setAllStructures ( Lock aLock, System coll ) : void
setAllStructures ( System coll ) : void

Part of the list interface for Structures

setAllVariables ( Lock aLock, System coll ) : void
setAllVariables ( System coll ) : void

Part of the list interface for Variables

setComment ( string v ) : void
setHeight ( int v ) : void
setHidden ( bool v ) : void
setImageIndex ( int v ) : void
setPinned ( bool v ) : void
setRuleCheckDisabling ( RuleCheckDisabling v ) : void
setWidth ( int v ) : void
setX ( int v ) : void
setY ( int 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
getCollections ( ) : ArrayList

Part of the list interface for Collections

getEnumerations ( ) : ArrayList

Part of the list interface for Enumerations

getFunctions ( ) : ArrayList

Part of the list interface for Functions

getNameSpaceRefs ( ) : ArrayList

Part of the list interface for NameSpaceRefs

getNameSpaces ( ) : ArrayList

Part of the list interface for NameSpaces

getProcedures ( ) : ArrayList

Part of the list interface for Procedures

getRanges ( ) : ArrayList

Part of the list interface for Ranges

getRules ( ) : ArrayList

Part of the list interface for Rules

getStateMachines ( ) : ArrayList

Part of the list interface for StateMachines

getStructures ( ) : ArrayList

Part of the list interface for Structures

getVariables ( ) : ArrayList

Part of the list interface for Variables

Method Details

NameSpace() public méthode

public NameSpace ( ) : System
Résultat System

NotifyControllers() public méthode

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

allCollections() public méthode

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

allEnumerations() public méthode

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

allFunctions() public méthode

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

allNameSpaceRefs() public méthode

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

allNameSpaces() public méthode

Part of the list interface for NameSpaces
public allNameSpaces ( ) : 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

allRanges() public méthode

Part of the list interface for Ranges
public allRanges ( ) : 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

allStructures() public méthode

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

allVariables() public méthode

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

appendCollections() public méthode

Part of the list interface for Collections
public appendCollections ( Collection el ) : void
el Collection a Collection to add to the collection in /// Collections
Résultat void

appendCollections() public méthode

public appendCollections ( Lock aLock, Collection el ) : void
aLock Lock
el Collection
Résultat void

appendCollections() public méthode

Part of the list interface for Collections
public appendCollections ( System coll ) : void
coll System a collection ofCollections to add to the collection in /// Collections
Résultat void

appendCollections() public méthode

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

appendEnumerations() public méthode

Part of the list interface for Enumerations
public appendEnumerations ( Enum el ) : void
el Enum a Enum to add to the collection in /// Enumerations
Résultat void

appendEnumerations() public méthode

public appendEnumerations ( Lock aLock, Enum el ) : void
aLock Lock
el Enum
Résultat void

appendEnumerations() public méthode

Part of the list interface for Enumerations
public appendEnumerations ( System coll ) : void
coll System a collection ofEnums to add to the collection in /// Enumerations
Résultat void

appendEnumerations() public méthode

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

appendFunctions() public méthode

Part of the list interface for Functions
public appendFunctions ( Function el ) : void
el Function a Function to add to the collection in /// Functions
Résultat void

appendFunctions() public méthode

public appendFunctions ( Lock aLock, Function el ) : void
aLock Lock
el Function
Résultat void

appendFunctions() public méthode

Part of the list interface for Functions
public appendFunctions ( System coll ) : void
coll System a collection ofFunctions to add to the collection in /// Functions
Résultat void

appendFunctions() public méthode

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

appendNameSpaceRefs() public méthode

public appendNameSpaceRefs ( Lock aLock, NameSpaceRef el ) : void
aLock Lock
el NameSpaceRef
Résultat void

appendNameSpaceRefs() public méthode

Part of the list interface for NameSpaceRefs
public appendNameSpaceRefs ( NameSpaceRef el ) : void
el NameSpaceRef a NameSpaceRef to add to the collection in /// NameSpaceRefs
Résultat void

appendNameSpaceRefs() public méthode

Part of the list interface for NameSpaceRefs
public appendNameSpaceRefs ( System coll ) : void
coll System a collection ofNameSpaceRefs to add to the collection in /// NameSpaceRefs
Résultat void

appendNameSpaceRefs() public méthode

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

appendNameSpaces() public méthode

public appendNameSpaces ( Lock aLock, NameSpace el ) : void
aLock Lock
el NameSpace
Résultat void

appendNameSpaces() public méthode

Part of the list interface for NameSpaces
public appendNameSpaces ( NameSpace el ) : void
el NameSpace a NameSpace to add to the collection in /// NameSpaces
Résultat void

appendNameSpaces() public méthode

Part of the list interface for NameSpaces
public appendNameSpaces ( System coll ) : void
coll System a collection ofNameSpaces to add to the collection in /// NameSpaces
Résultat void

appendNameSpaces() public méthode

public appendNameSpaces ( 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

appendRanges() public méthode

public appendRanges ( Lock aLock, Range el ) : void
aLock Lock
el Range
Résultat void

appendRanges() public méthode

Part of the list interface for Ranges
public appendRanges ( Range el ) : void
el Range a Range to add to the collection in /// Ranges
Résultat void

appendRanges() public méthode

Part of the list interface for Ranges
public appendRanges ( System coll ) : void
coll System a collection ofRanges to add to the collection in /// Ranges
Résultat void

appendRanges() public méthode

public appendRanges ( 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

appendStructures() public méthode

public appendStructures ( Lock aLock, Structure el ) : void
aLock Lock
el Structure
Résultat void

appendStructures() public méthode

Part of the list interface for Structures
public appendStructures ( Structure el ) : void
el Structure a Structure to add to the collection in /// Structures
Résultat void

appendStructures() public méthode

Part of the list interface for Structures
public appendStructures ( System coll ) : void
coll System a collection ofStructures to add to the collection in /// Structures
Résultat void

appendStructures() public méthode

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

appendVariables() public méthode

public appendVariables ( Lock aLock, Variable el ) : void
aLock Lock
el Variable
Résultat void

appendVariables() public méthode

Part of the list interface for Variables
public appendVariables ( System coll ) : void
coll System a collection ofVariables to add to the collection in /// Variables
Résultat void

appendVariables() public méthode

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

appendVariables() public méthode

Part of the list interface for Variables
public appendVariables ( Variable el ) : void
el Variable a Variable to add to the collection in /// Variables
Résultat void

copyTo() public méthode

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

countCollections() public méthode

Part of the list interface for Collections
public countCollections ( ) : int
Résultat int

countEnumerations() public méthode

Part of the list interface for Enumerations
public countEnumerations ( ) : int
Résultat int

countFunctions() public méthode

Part of the list interface for Functions
public countFunctions ( ) : int
Résultat int

countNameSpaceRefs() public méthode

Part of the list interface for NameSpaceRefs
public countNameSpaceRefs ( ) : int
Résultat int

countNameSpaces() public méthode

Part of the list interface for NameSpaces
public countNameSpaces ( ) : int
Résultat int

countProcedures() public méthode

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

countRanges() public méthode

Part of the list interface for Ranges
public countRanges ( ) : 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

countStructures() public méthode

Part of the list interface for Structures
public countStructures ( ) : int
Résultat int

countVariables() public méthode

Part of the list interface for Variables
public countVariables ( ) : int
Résultat int

deleteCollections() public méthode

Part of the list interface for Collections This deletion function removes an element from the collection in Collections
public deleteCollections ( int idx ) : void
idx int the index of the element to remove
Résultat void

deleteCollections() public méthode

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

deleteEnumerations() public méthode

Part of the list interface for Enumerations This deletion function removes an element from the collection in Enumerations
public deleteEnumerations ( int idx ) : void
idx int the index of the element to remove
Résultat void

deleteEnumerations() public méthode

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

deleteFunctions() public méthode

Part of the list interface for Functions This deletion function removes an element from the collection in Functions
public deleteFunctions ( int idx ) : void
idx int the index of the element to remove
Résultat void

deleteFunctions() public méthode

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

deleteNameSpaceRefs() public méthode

Part of the list interface for NameSpaceRefs This deletion function removes an element from the collection in NameSpaceRefs
public deleteNameSpaceRefs ( int idx ) : void
idx int the index of the element to remove
Résultat void

deleteNameSpaceRefs() public méthode

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

deleteNameSpaces() public méthode

Part of the list interface for NameSpaces This deletion function removes an element from the collection in NameSpaces
public deleteNameSpaces ( int idx ) : void
idx int the index of the element to remove
Résultat void

deleteNameSpaces() public méthode

public deleteNameSpaces ( 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

deleteRanges() public méthode

Part of the list interface for Ranges This deletion function removes an element from the collection in Ranges
public deleteRanges ( int idx ) : void
idx int the index of the element to remove
Résultat void

deleteRanges() public méthode

public deleteRanges ( 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

deleteStructures() public méthode

Part of the list interface for Structures This deletion function removes an element from the collection in Structures
public deleteStructures ( int idx ) : void
idx int the index of the element to remove
Résultat void

deleteStructures() public méthode

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

deleteVariables() public méthode

Part of the list interface for Variables This deletion function removes an element from the collection in Variables
public deleteVariables ( int idx ) : void
idx int the index of the element to remove
Résultat void

deleteVariables() public méthode

public deleteVariables ( 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

getCollections() public méthode

Part of the list interface for Collections This function returns an element from the collection in Collections based on an index.
public getCollections ( int idx ) : Collection
idx int the index of the element to extract
Résultat Collection

getComment() public méthode

public getComment ( ) : string
Résultat string

getEnumerations() public méthode

Part of the list interface for Enumerations This function returns an element from the collection in Enumerations based on an index.
public getEnumerations ( int idx ) : Enum
idx int the index of the element to extract
Résultat Enum

getFunctions() public méthode

Part of the list interface for Functions This function returns an element from the collection in Functions based on an index.
public getFunctions ( int idx ) : Function
idx int the index of the element to extract
Résultat Function

getHeight() public méthode

public getHeight ( ) : int
Résultat int

getHidden() public méthode

public getHidden ( ) : bool
Résultat bool

getImageIndex() public méthode

public getImageIndex ( ) : int
Résultat int

getNameSpaceRefs() public méthode

Part of the list interface for NameSpaceRefs This function returns an element from the collection in NameSpaceRefs based on an index.
public getNameSpaceRefs ( int idx ) : NameSpaceRef
idx int the index of the element to extract
Résultat NameSpaceRef

getNameSpaces() public méthode

Part of the list interface for NameSpaces This function returns an element from the collection in NameSpaces based on an index.
public getNameSpaces ( int idx ) : NameSpace
idx int the index of the element to extract
Résultat NameSpace

getPinned() public méthode

public getPinned ( ) : 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

getRanges() public méthode

Part of the list interface for Ranges This function returns an element from the collection in Ranges based on an index.
public getRanges ( int idx ) : Range
idx int the index of the element to extract
Résultat Range

getRuleCheckDisabling() public méthode

public getRuleCheckDisabling ( ) : RuleCheckDisabling
Résultat RuleCheckDisabling

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

getStructures() public méthode

Part of the list interface for Structures This function returns an element from the collection in Structures based on an index.
public getStructures ( int idx ) : Structure
idx int the index of the element to extract
Résultat Structure

getVariables() public méthode

Part of the list interface for Variables This function returns an element from the collection in Variables based on an index.
public getVariables ( int idx ) : Variable
idx int the index of the element to extract
Résultat Variable

getWidth() public méthode

public getWidth ( ) : int
Résultat int

getX() public méthode

public getX ( ) : int
Résultat int

getY() public méthode

public getY ( ) : int
Résultat int

indexOfCollections() public méthode

Part of the list interface for Collections This function returns the index of an element in the collection.
public indexOfCollections ( IXmlBBase el ) : int
el IXmlBBase the object to look for
Résultat int

indexOfEnumerations() public méthode

Part of the list interface for Enumerations This function returns the index of an element in the collection.
public indexOfEnumerations ( IXmlBBase el ) : int
el IXmlBBase the object to look for
Résultat int

indexOfFunctions() public méthode

Part of the list interface for Functions This function returns the index of an element in the collection.
public indexOfFunctions ( IXmlBBase el ) : int
el IXmlBBase the object to look for
Résultat int

indexOfNameSpaceRefs() public méthode

Part of the list interface for NameSpaceRefs This function returns the index of an element in the collection.
public indexOfNameSpaceRefs ( IXmlBBase el ) : int
el IXmlBBase the object to look for
Résultat int

indexOfNameSpaces() public méthode

Part of the list interface for NameSpaces This function returns the index of an element in the collection.
public indexOfNameSpaces ( 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

indexOfRanges() public méthode

Part of the list interface for Ranges This function returns the index of an element in the collection.
public indexOfRanges ( 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

indexOfStructures() public méthode

Part of the list interface for Structures This function returns the index of an element in the collection.
public indexOfStructures ( IXmlBBase el ) : int
el IXmlBBase the object to look for
Résultat int

indexOfVariables() public méthode

Part of the list interface for Variables This function returns the index of an element in the collection.
public indexOfVariables ( IXmlBBase el ) : int
el IXmlBBase the object to look for
Résultat int

insertCollections() public méthode

Part of the list interface for Collections This insertion function inserts a new element in the collection in Collections
public insertCollections ( int idx, Collection el ) : void
idx int the index where the insertion must take place
el Collection the element to insert
Résultat void

insertCollections() public méthode

public insertCollections ( int idx, Collection el, Lock aLock ) : void
idx int
el Collection
aLock Lock
Résultat void

insertEnumerations() public méthode

Part of the list interface for Enumerations This insertion function inserts a new element in the collection in Enumerations
public insertEnumerations ( int idx, Enum el ) : void
idx int the index where the insertion must take place
el Enum the element to insert
Résultat void

insertEnumerations() public méthode

public insertEnumerations ( int idx, Enum el, Lock aLock ) : void
idx int
el Enum
aLock Lock
Résultat void

insertFunctions() public méthode

Part of the list interface for Functions This insertion function inserts a new element in the collection in Functions
public insertFunctions ( int idx, Function el ) : void
idx int the index where the insertion must take place
el Function the element to insert
Résultat void

insertFunctions() public méthode

public insertFunctions ( int idx, Function el, Lock aLock ) : void
idx int
el Function
aLock Lock
Résultat void

insertNameSpaceRefs() public méthode

Part of the list interface for NameSpaceRefs This insertion function inserts a new element in the collection in NameSpaceRefs
public insertNameSpaceRefs ( int idx, NameSpaceRef el ) : void
idx int the index where the insertion must take place
el NameSpaceRef the element to insert
Résultat void

insertNameSpaceRefs() public méthode

public insertNameSpaceRefs ( int idx, NameSpaceRef el, Lock aLock ) : void
idx int
el NameSpaceRef
aLock Lock
Résultat void

insertNameSpaces() public méthode

Part of the list interface for NameSpaces This insertion function inserts a new element in the collection in NameSpaces
public insertNameSpaces ( int idx, NameSpace el ) : void
idx int the index where the insertion must take place
el NameSpace the element to insert
Résultat void

insertNameSpaces() public méthode

public insertNameSpaces ( int idx, NameSpace el, Lock aLock ) : void
idx int
el NameSpace
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

insertRanges() public méthode

Part of the list interface for Ranges This insertion function inserts a new element in the collection in Ranges
public insertRanges ( int idx, Range el ) : void
idx int the index where the insertion must take place
el Range the element to insert
Résultat void

insertRanges() public méthode

public insertRanges ( int idx, Range el, Lock aLock ) : void
idx int
el Range
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

insertStructures() public méthode

Part of the list interface for Structures This insertion function inserts a new element in the collection in Structures
public insertStructures ( int idx, Structure el ) : void
idx int the index where the insertion must take place
el Structure the element to insert
Résultat void

insertStructures() public méthode

public insertStructures ( int idx, Structure el, Lock aLock ) : void
idx int
el Structure
aLock Lock
Résultat void

insertVariables() public méthode

Part of the list interface for Variables This insertion function inserts a new element in the collection in Variables
public insertVariables ( int idx, Variable el ) : void
idx int the index where the insertion must take place
el Variable the element to insert
Résultat void

insertVariables() public méthode

public insertVariables ( int idx, Variable el, Lock aLock ) : void
idx int
el Variable
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 ( XmlBooster.XmlBContext ctxt, string endingTag ) : void
ctxt XmlBooster.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 ( XmlBooster.XmlBContext ctxt ) : void
ctxt XmlBooster.XmlBContext
Résultat void

removeCollections() public méthode

Part of the list interface for Collections This deletion function removes an element from the collection in Collections If the object given in parameter is not found in the the collection, this function does nothing.
public removeCollections ( IXmlBBase obj ) : void
obj IXmlBBase the object to remove
Résultat void

removeCollections() public méthode

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

removeEnumerations() public méthode

Part of the list interface for Enumerations This deletion function removes an element from the collection in Enumerations If the object given in parameter is not found in the the collection, this function does nothing.
public removeEnumerations ( IXmlBBase obj ) : void
obj IXmlBBase the object to remove
Résultat void

removeEnumerations() public méthode

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

removeFunctions() public méthode

Part of the list interface for Functions This deletion function removes an element from the collection in Functions If the object given in parameter is not found in the the collection, this function does nothing.
public removeFunctions ( IXmlBBase obj ) : void
obj IXmlBBase the object to remove
Résultat void

removeFunctions() public méthode

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

removeNameSpaceRefs() public méthode

Part of the list interface for NameSpaceRefs This deletion function removes an element from the collection in NameSpaceRefs If the object given in parameter is not found in the the collection, this function does nothing.
public removeNameSpaceRefs ( IXmlBBase obj ) : void
obj IXmlBBase the object to remove
Résultat void

removeNameSpaceRefs() public méthode

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

removeNameSpaces() public méthode

Part of the list interface for NameSpaces This deletion function removes an element from the collection in NameSpaces If the object given in parameter is not found in the the collection, this function does nothing.
public removeNameSpaces ( IXmlBBase obj ) : void
obj IXmlBBase the object to remove
Résultat void

removeNameSpaces() public méthode

public removeNameSpaces ( 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

removeRanges() public méthode

Part of the list interface for Ranges This deletion function removes an element from the collection in Ranges If the object given in parameter is not found in the the collection, this function does nothing.
public removeRanges ( IXmlBBase obj ) : void
obj IXmlBBase the object to remove
Résultat void

removeRanges() public méthode

public removeRanges ( 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

removeStructures() public méthode

Part of the list interface for Structures This deletion function removes an element from the collection in Structures If the object given in parameter is not found in the the collection, this function does nothing.
public removeStructures ( IXmlBBase obj ) : void
obj IXmlBBase the object to remove
Résultat void

removeStructures() public méthode

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

removeVariables() public méthode

Part of the list interface for Variables This deletion function removes an element from the collection in Variables If the object given in parameter is not found in the the collection, this function does nothing.
public removeVariables ( IXmlBBase obj ) : void
obj IXmlBBase the object to remove
Résultat void

removeVariables() public méthode

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

setAllCollections() public méthode

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

setAllCollections() public méthode

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

setAllEnumerations() public méthode

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

setAllEnumerations() public méthode

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

setAllFunctions() public méthode

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

setAllFunctions() public méthode

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

setAllNameSpaceRefs() public méthode

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

setAllNameSpaceRefs() public méthode

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

setAllNameSpaces() public méthode

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

setAllNameSpaces() public méthode

Part of the list interface for NameSpaces
public setAllNameSpaces ( System coll ) : void
coll System a collection of elements which replaces /// NameSpaces'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

setAllRanges() public méthode

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

setAllRanges() public méthode

Part of the list interface for Ranges
public setAllRanges ( System coll ) : void
coll System a collection of elements which replaces /// Ranges'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

setAllStructures() public méthode

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

setAllStructures() public méthode

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

setAllVariables() public méthode

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

setAllVariables() public méthode

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

setComment() public méthode

public setComment ( string v ) : void
v string
Résultat void

setHeight() public méthode

public setHeight ( int v ) : void
v int
Résultat void

setHidden() public méthode

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

setImageIndex() public méthode

public setImageIndex ( int v ) : void
v int
Résultat void

setPinned() public méthode

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

setRuleCheckDisabling() public méthode

public setRuleCheckDisabling ( RuleCheckDisabling v ) : void
v RuleCheckDisabling
Résultat void

setWidth() public méthode

public setWidth ( int v ) : void
v int
Résultat void

setX() public méthode

public setX ( int v ) : void
v int
Résultat void

setY() public méthode

public setY ( int v ) : void
v int
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 System.Collections.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 System.IO.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 System.IO.TextWriter
Résultat void