C# 클래스 DataDictionary.Generated.NameSpace

상속: DataDictionary.Namable
파일 보기 프로젝트 열기: ERTMSSolutions/ERTMSFormalSpecs 1 사용 예제들

공개 메소드들

메소드 설명
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.

비공개 메소드들

메소드 설명
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

메소드 상세

NameSpace() 공개 메소드

public NameSpace ( ) : System
리턴 System

NotifyControllers() 공개 메소드

public NotifyControllers ( Lock aLock ) : void
aLock Lock
리턴 void

allCollections() 공개 메소드

Part of the list interface for Collections
public allCollections ( ) : ArrayList
리턴 System.Collections.ArrayList

allEnumerations() 공개 메소드

Part of the list interface for Enumerations
public allEnumerations ( ) : ArrayList
리턴 System.Collections.ArrayList

allFunctions() 공개 메소드

Part of the list interface for Functions
public allFunctions ( ) : ArrayList
리턴 System.Collections.ArrayList

allNameSpaceRefs() 공개 메소드

Part of the list interface for NameSpaceRefs
public allNameSpaceRefs ( ) : ArrayList
리턴 System.Collections.ArrayList

allNameSpaces() 공개 메소드

Part of the list interface for NameSpaces
public allNameSpaces ( ) : ArrayList
리턴 System.Collections.ArrayList

allProcedures() 공개 메소드

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

allRanges() 공개 메소드

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

allStructures() 공개 메소드

Part of the list interface for Structures
public allStructures ( ) : ArrayList
리턴 System.Collections.ArrayList

allVariables() 공개 메소드

Part of the list interface for Variables
public allVariables ( ) : ArrayList
리턴 System.Collections.ArrayList

appendCollections() 공개 메소드

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

appendCollections() 공개 메소드

public appendCollections ( Lock aLock, Collection el ) : void
aLock Lock
el Collection
리턴 void

appendCollections() 공개 메소드

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

appendCollections() 공개 메소드

public appendCollections ( System coll, Lock aLock ) : void
coll System
aLock Lock
리턴 void

appendEnumerations() 공개 메소드

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

appendEnumerations() 공개 메소드

public appendEnumerations ( Lock aLock, Enum el ) : void
aLock Lock
el Enum
리턴 void

appendEnumerations() 공개 메소드

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

appendEnumerations() 공개 메소드

public appendEnumerations ( System coll, Lock aLock ) : void
coll System
aLock Lock
리턴 void

appendFunctions() 공개 메소드

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

appendFunctions() 공개 메소드

public appendFunctions ( Lock aLock, Function el ) : void
aLock Lock
el Function
리턴 void

appendFunctions() 공개 메소드

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

appendFunctions() 공개 메소드

public appendFunctions ( System coll, Lock aLock ) : void
coll System
aLock Lock
리턴 void

appendNameSpaceRefs() 공개 메소드

public appendNameSpaceRefs ( Lock aLock, NameSpaceRef el ) : void
aLock Lock
el NameSpaceRef
리턴 void

appendNameSpaceRefs() 공개 메소드

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

appendNameSpaceRefs() 공개 메소드

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

appendNameSpaceRefs() 공개 메소드

public appendNameSpaceRefs ( System coll, Lock aLock ) : void
coll System
aLock Lock
리턴 void

appendNameSpaces() 공개 메소드

public appendNameSpaces ( Lock aLock, NameSpace el ) : void
aLock Lock
el NameSpace
리턴 void

appendNameSpaces() 공개 메소드

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

appendNameSpaces() 공개 메소드

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

appendNameSpaces() 공개 메소드

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

appendRanges() 공개 메소드

public appendRanges ( Lock aLock, Range el ) : void
aLock Lock
el Range
리턴 void

appendRanges() 공개 메소드

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

appendRanges() 공개 메소드

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

appendRanges() 공개 메소드

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

appendStructures() 공개 메소드

public appendStructures ( Lock aLock, Structure el ) : void
aLock Lock
el Structure
리턴 void

appendStructures() 공개 메소드

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

appendStructures() 공개 메소드

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

appendStructures() 공개 메소드

public appendStructures ( System coll, Lock aLock ) : void
coll System
aLock Lock
리턴 void

appendVariables() 공개 메소드

public appendVariables ( Lock aLock, Variable el ) : void
aLock Lock
el Variable
리턴 void

appendVariables() 공개 메소드

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

appendVariables() 공개 메소드

public appendVariables ( System coll, Lock aLock ) : void
coll System
aLock Lock
리턴 void

appendVariables() 공개 메소드

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

copyTo() 공개 메소드

public copyTo ( NameSpace other ) : void
other NameSpace
리턴 void

countCollections() 공개 메소드

Part of the list interface for Collections
public countCollections ( ) : int
리턴 int

countEnumerations() 공개 메소드

Part of the list interface for Enumerations
public countEnumerations ( ) : int
리턴 int

countFunctions() 공개 메소드

Part of the list interface for Functions
public countFunctions ( ) : int
리턴 int

countNameSpaceRefs() 공개 메소드

Part of the list interface for NameSpaceRefs
public countNameSpaceRefs ( ) : int
리턴 int

countNameSpaces() 공개 메소드

Part of the list interface for NameSpaces
public countNameSpaces ( ) : int
리턴 int

countProcedures() 공개 메소드

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

countRanges() 공개 메소드

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

countStructures() 공개 메소드

Part of the list interface for Structures
public countStructures ( ) : int
리턴 int

countVariables() 공개 메소드

Part of the list interface for Variables
public countVariables ( ) : int
리턴 int

deleteCollections() 공개 메소드

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
리턴 void

deleteCollections() 공개 메소드

public deleteCollections ( int idx, Lock aLock ) : void
idx int
aLock Lock
리턴 void

deleteEnumerations() 공개 메소드

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
리턴 void

deleteEnumerations() 공개 메소드

public deleteEnumerations ( int idx, Lock aLock ) : void
idx int
aLock Lock
리턴 void

deleteFunctions() 공개 메소드

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
리턴 void

deleteFunctions() 공개 메소드

public deleteFunctions ( int idx, Lock aLock ) : void
idx int
aLock Lock
리턴 void

deleteNameSpaceRefs() 공개 메소드

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
리턴 void

deleteNameSpaceRefs() 공개 메소드

public deleteNameSpaceRefs ( int idx, Lock aLock ) : void
idx int
aLock Lock
리턴 void

deleteNameSpaces() 공개 메소드

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
리턴 void

deleteNameSpaces() 공개 메소드

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

deleteRanges() 공개 메소드

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
리턴 void

deleteRanges() 공개 메소드

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

deleteStructures() 공개 메소드

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
리턴 void

deleteStructures() 공개 메소드

public deleteStructures ( int idx, Lock aLock ) : void
idx int
aLock Lock
리턴 void

deleteVariables() 공개 메소드

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
리턴 void

deleteVariables() 공개 메소드

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

getCollections() 공개 메소드

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
리턴 Collection

getComment() 공개 메소드

public getComment ( ) : string
리턴 string

getEnumerations() 공개 메소드

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
리턴 Enum

getFunctions() 공개 메소드

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
리턴 Function

getHeight() 공개 메소드

public getHeight ( ) : int
리턴 int

getHidden() 공개 메소드

public getHidden ( ) : bool
리턴 bool

getImageIndex() 공개 메소드

public getImageIndex ( ) : int
리턴 int

getNameSpaceRefs() 공개 메소드

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
리턴 NameSpaceRef

getNameSpaces() 공개 메소드

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
리턴 NameSpace

getPinned() 공개 메소드

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

getRanges() 공개 메소드

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
리턴 Range

getRuleCheckDisabling() 공개 메소드

public getRuleCheckDisabling ( ) : RuleCheckDisabling
리턴 RuleCheckDisabling

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

getStructures() 공개 메소드

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
리턴 Structure

getVariables() 공개 메소드

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
리턴 Variable

getWidth() 공개 메소드

public getWidth ( ) : int
리턴 int

getX() 공개 메소드

public getX ( ) : int
리턴 int

getY() 공개 메소드

public getY ( ) : int
리턴 int

indexOfCollections() 공개 메소드

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
리턴 int

indexOfEnumerations() 공개 메소드

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
리턴 int

indexOfFunctions() 공개 메소드

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
리턴 int

indexOfNameSpaceRefs() 공개 메소드

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
리턴 int

indexOfNameSpaces() 공개 메소드

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
리턴 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

indexOfRanges() 공개 메소드

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
리턴 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

indexOfStructures() 공개 메소드

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
리턴 int

indexOfVariables() 공개 메소드

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
리턴 int

insertCollections() 공개 메소드

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
리턴 void

insertCollections() 공개 메소드

public insertCollections ( int idx, Collection el, Lock aLock ) : void
idx int
el Collection
aLock Lock
리턴 void

insertEnumerations() 공개 메소드

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
리턴 void

insertEnumerations() 공개 메소드

public insertEnumerations ( int idx, Enum el, Lock aLock ) : void
idx int
el Enum
aLock Lock
리턴 void

insertFunctions() 공개 메소드

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
리턴 void

insertFunctions() 공개 메소드

public insertFunctions ( int idx, Function el, Lock aLock ) : void
idx int
el Function
aLock Lock
리턴 void

insertNameSpaceRefs() 공개 메소드

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
리턴 void

insertNameSpaceRefs() 공개 메소드

public insertNameSpaceRefs ( int idx, NameSpaceRef el, Lock aLock ) : void
idx int
el NameSpaceRef
aLock Lock
리턴 void

insertNameSpaces() 공개 메소드

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
리턴 void

insertNameSpaces() 공개 메소드

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

insertRanges() 공개 메소드

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
리턴 void

insertRanges() 공개 메소드

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

insertStructures() 공개 메소드

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
리턴 void

insertStructures() 공개 메소드

public insertStructures ( int idx, Structure el, Lock aLock ) : void
idx int
el Structure
aLock Lock
리턴 void

insertVariables() 공개 메소드

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
리턴 void

insertVariables() 공개 메소드

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

removeCollections() 공개 메소드

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
리턴 void

removeCollections() 공개 메소드

public removeCollections ( IXmlBBase obj, Lock aLock ) : void
obj IXmlBBase
aLock Lock
리턴 void

removeEnumerations() 공개 메소드

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
리턴 void

removeEnumerations() 공개 메소드

public removeEnumerations ( IXmlBBase obj, Lock aLock ) : void
obj IXmlBBase
aLock Lock
리턴 void

removeFunctions() 공개 메소드

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
리턴 void

removeFunctions() 공개 메소드

public removeFunctions ( IXmlBBase obj, Lock aLock ) : void
obj IXmlBBase
aLock Lock
리턴 void

removeNameSpaceRefs() 공개 메소드

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
리턴 void

removeNameSpaceRefs() 공개 메소드

public removeNameSpaceRefs ( IXmlBBase obj, Lock aLock ) : void
obj IXmlBBase
aLock Lock
리턴 void

removeNameSpaces() 공개 메소드

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
리턴 void

removeNameSpaces() 공개 메소드

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

removeRanges() 공개 메소드

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
리턴 void

removeRanges() 공개 메소드

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

removeStructures() 공개 메소드

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
리턴 void

removeStructures() 공개 메소드

public removeStructures ( IXmlBBase obj, Lock aLock ) : void
obj IXmlBBase
aLock Lock
리턴 void

removeVariables() 공개 메소드

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
리턴 void

removeVariables() 공개 메소드

public removeVariables ( IXmlBBase obj, Lock aLock ) : void
obj IXmlBBase
aLock Lock
리턴 void

setAllCollections() 공개 메소드

public setAllCollections ( Lock aLock, System coll ) : void
aLock Lock
coll System
리턴 void

setAllCollections() 공개 메소드

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

setAllEnumerations() 공개 메소드

public setAllEnumerations ( Lock aLock, System coll ) : void
aLock Lock
coll System
리턴 void

setAllEnumerations() 공개 메소드

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

setAllFunctions() 공개 메소드

public setAllFunctions ( Lock aLock, System coll ) : void
aLock Lock
coll System
리턴 void

setAllFunctions() 공개 메소드

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

setAllNameSpaceRefs() 공개 메소드

public setAllNameSpaceRefs ( Lock aLock, System coll ) : void
aLock Lock
coll System
리턴 void

setAllNameSpaceRefs() 공개 메소드

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

setAllNameSpaces() 공개 메소드

public setAllNameSpaces ( Lock aLock, System coll ) : void
aLock Lock
coll System
리턴 void

setAllNameSpaces() 공개 메소드

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

setAllRanges() 공개 메소드

public setAllRanges ( Lock aLock, System coll ) : void
aLock Lock
coll System
리턴 void

setAllRanges() 공개 메소드

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

setAllStructures() 공개 메소드

public setAllStructures ( Lock aLock, System coll ) : void
aLock Lock
coll System
리턴 void

setAllStructures() 공개 메소드

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

setAllVariables() 공개 메소드

public setAllVariables ( Lock aLock, System coll ) : void
aLock Lock
coll System
리턴 void

setAllVariables() 공개 메소드

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

setComment() 공개 메소드

public setComment ( string v ) : void
v string
리턴 void

setHeight() 공개 메소드

public setHeight ( int v ) : void
v int
리턴 void

setHidden() 공개 메소드

public setHidden ( bool v ) : void
v bool
리턴 void

setImageIndex() 공개 메소드

public setImageIndex ( int v ) : void
v int
리턴 void

setPinned() 공개 메소드

public setPinned ( bool v ) : void
v bool
리턴 void

setRuleCheckDisabling() 공개 메소드

public setRuleCheckDisabling ( RuleCheckDisabling v ) : void
v RuleCheckDisabling
리턴 void

setWidth() 공개 메소드

public setWidth ( int v ) : void
v int
리턴 void

setX() 공개 메소드

public setX ( int v ) : void
v int
리턴 void

setY() 공개 메소드

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