C# 클래스 DataDictionary.Generated.Specification

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

공개 메소드들

메소드 설명
NotifyControllers ( Lock aLock ) : void
Specification ( ) : System
allChapterRefs ( ) : ArrayList

Part of the list interface for ChapterRefs

allChapters ( ) : ArrayList

Part of the list interface for Chapters

appendChapterRefs ( ChapterRef el ) : void

Part of the list interface for ChapterRefs

appendChapterRefs ( Lock aLock, ChapterRef el ) : void
appendChapterRefs ( System coll ) : void

Part of the list interface for ChapterRefs

appendChapterRefs ( System coll, Lock aLock ) : void
appendChapters ( Chapter el ) : void

Part of the list interface for Chapters

appendChapters ( Lock aLock, Chapter el ) : void
appendChapters ( System coll ) : void

Part of the list interface for Chapters

appendChapters ( System coll, Lock aLock ) : void
copyTo ( Specification other ) : void
countChapterRefs ( ) : int

Part of the list interface for ChapterRefs

countChapters ( ) : int

Part of the list interface for Chapters

deleteChapterRefs ( int idx ) : void

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

deleteChapterRefs ( int idx, Lock aLock ) : void
deleteChapters ( int idx ) : void

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

deleteChapters ( int idx, Lock aLock ) : void
dispatch ( XmlBooster.XmlBBaseVisitor v ) : void
dispatch ( XmlBooster.XmlBBaseVisitor v, bool visitSubNodes ) : void
find ( Object search ) : bool
getChapterRefs ( int idx ) : ChapterRef

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

getChapters ( int idx ) : Chapter

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

getVersion ( ) : string
indexOfChapterRefs ( IXmlBBase el ) : int

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

indexOfChapters ( IXmlBBase el ) : int

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

insertChapterRefs ( int idx, ChapterRef el ) : void

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

insertChapterRefs ( int idx, ChapterRef el, Lock aLock ) : void
insertChapters ( int idx, Chapter el ) : void

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

insertChapters ( int idx, Chapter 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.
removeChapterRefs ( IXmlBBase obj ) : void

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

removeChapterRefs ( IXmlBBase obj, Lock aLock ) : void
removeChapters ( IXmlBBase obj ) : void

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

removeChapters ( IXmlBBase obj, Lock aLock ) : void
setAllChapterRefs ( Lock aLock, System coll ) : void
setAllChapterRefs ( System coll ) : void

Part of the list interface for ChapterRefs

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

Part of the list interface for Chapters

setVersion ( string 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.

비공개 메소드들

메소드 설명
getChapterRefs ( ) : ArrayList

Part of the list interface for ChapterRefs

getChapters ( ) : ArrayList

Part of the list interface for Chapters

메소드 상세

NotifyControllers() 공개 메소드

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

Specification() 공개 메소드

public Specification ( ) : System
리턴 System

allChapterRefs() 공개 메소드

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

allChapters() 공개 메소드

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

appendChapterRefs() 공개 메소드

Part of the list interface for ChapterRefs
public appendChapterRefs ( ChapterRef el ) : void
el ChapterRef a ChapterRef to add to the collection in /// ChapterRefs
리턴 void

appendChapterRefs() 공개 메소드

public appendChapterRefs ( Lock aLock, ChapterRef el ) : void
aLock Lock
el ChapterRef
리턴 void

appendChapterRefs() 공개 메소드

Part of the list interface for ChapterRefs
public appendChapterRefs ( System coll ) : void
coll System a collection ofChapterRefs to add to the collection in /// ChapterRefs
리턴 void

appendChapterRefs() 공개 메소드

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

appendChapters() 공개 메소드

Part of the list interface for Chapters
public appendChapters ( Chapter el ) : void
el Chapter a Chapter to add to the collection in /// Chapters
리턴 void

appendChapters() 공개 메소드

public appendChapters ( Lock aLock, Chapter el ) : void
aLock Lock
el Chapter
리턴 void

appendChapters() 공개 메소드

Part of the list interface for Chapters
public appendChapters ( System coll ) : void
coll System a collection ofChapters to add to the collection in /// Chapters
리턴 void

appendChapters() 공개 메소드

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

copyTo() 공개 메소드

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

countChapterRefs() 공개 메소드

Part of the list interface for ChapterRefs
public countChapterRefs ( ) : int
리턴 int

countChapters() 공개 메소드

Part of the list interface for Chapters
public countChapters ( ) : int
리턴 int

deleteChapterRefs() 공개 메소드

Part of the list interface for ChapterRefs This deletion function removes an element from the collection in ChapterRefs
public deleteChapterRefs ( int idx ) : void
idx int the index of the element to remove
리턴 void

deleteChapterRefs() 공개 메소드

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

deleteChapters() 공개 메소드

Part of the list interface for Chapters This deletion function removes an element from the collection in Chapters
public deleteChapters ( int idx ) : void
idx int the index of the element to remove
리턴 void

deleteChapters() 공개 메소드

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

getChapterRefs() 공개 메소드

Part of the list interface for ChapterRefs This function returns an element from the collection in ChapterRefs based on an index.
public getChapterRefs ( int idx ) : ChapterRef
idx int the index of the element to extract
리턴 ChapterRef

getChapters() 공개 메소드

Part of the list interface for Chapters This function returns an element from the collection in Chapters based on an index.
public getChapters ( int idx ) : Chapter
idx int the index of the element to extract
리턴 Chapter

getVersion() 공개 메소드

public getVersion ( ) : string
리턴 string

indexOfChapterRefs() 공개 메소드

Part of the list interface for ChapterRefs This function returns the index of an element in the collection.
public indexOfChapterRefs ( IXmlBBase el ) : int
el IXmlBBase the object to look for
리턴 int

indexOfChapters() 공개 메소드

Part of the list interface for Chapters This function returns the index of an element in the collection.
public indexOfChapters ( IXmlBBase el ) : int
el IXmlBBase the object to look for
리턴 int

insertChapterRefs() 공개 메소드

Part of the list interface for ChapterRefs This insertion function inserts a new element in the collection in ChapterRefs
public insertChapterRefs ( int idx, ChapterRef el ) : void
idx int the index where the insertion must take place
el ChapterRef the element to insert
리턴 void

insertChapterRefs() 공개 메소드

public insertChapterRefs ( int idx, ChapterRef el, Lock aLock ) : void
idx int
el ChapterRef
aLock Lock
리턴 void

insertChapters() 공개 메소드

Part of the list interface for Chapters This insertion function inserts a new element in the collection in Chapters
public insertChapters ( int idx, Chapter el ) : void
idx int the index where the insertion must take place
el Chapter the element to insert
리턴 void

insertChapters() 공개 메소드

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

removeChapterRefs() 공개 메소드

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

removeChapterRefs() 공개 메소드

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

removeChapters() 공개 메소드

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

removeChapters() 공개 메소드

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

setAllChapterRefs() 공개 메소드

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

setAllChapterRefs() 공개 메소드

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

setAllChapters() 공개 메소드

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

setAllChapters() 공개 메소드

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

setVersion() 공개 메소드

public setVersion ( string v ) : void
v string
리턴 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