C# 클래스 DataDictionary.Generated.Translation

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

공개 메소드들

메소드 설명
NotifyControllers ( Lock aLock ) : void
Translation ( ) : System
allSourceTexts ( ) : ArrayList

Part of the list interface for SourceTexts

allSubSteps ( ) : ArrayList

Part of the list interface for SubSteps

appendSourceTexts ( Lock aLock, SourceText el ) : void
appendSourceTexts ( SourceText el ) : void

Part of the list interface for SourceTexts

appendSourceTexts ( System coll ) : void

Part of the list interface for SourceTexts

appendSourceTexts ( System coll, Lock aLock ) : void
appendSubSteps ( Lock aLock, SubStep el ) : void
appendSubSteps ( SubStep el ) : void

Part of the list interface for SubSteps

appendSubSteps ( System coll ) : void

Part of the list interface for SubSteps

appendSubSteps ( System coll, Lock aLock ) : void
copyTo ( Translation other ) : void
countSourceTexts ( ) : int

Part of the list interface for SourceTexts

countSubSteps ( ) : int

Part of the list interface for SubSteps

deleteSourceTexts ( int idx ) : void

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

deleteSourceTexts ( int idx, Lock aLock ) : void
deleteSubSteps ( int idx ) : void

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

deleteSubSteps ( int idx, Lock aLock ) : void
dispatch ( XmlBooster.XmlBBaseVisitor v ) : void
dispatch ( XmlBooster.XmlBBaseVisitor v, bool visitSubNodes ) : void
find ( Object search ) : bool
getImplemented ( ) : bool
getObsoleteComment ( ) : string
getSourceTexts ( int idx ) : SourceText

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

getSubSteps ( int idx ) : SubStep

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

indexOfSourceTexts ( IXmlBBase el ) : int

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

indexOfSubSteps ( IXmlBBase el ) : int

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

insertSourceTexts ( int idx, SourceText el ) : void

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

insertSourceTexts ( int idx, SourceText el, Lock aLock ) : void
insertSubSteps ( int idx, SubStep el ) : void

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

insertSubSteps ( int idx, SubStep 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.
removeSourceTexts ( IXmlBBase obj ) : void

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

removeSourceTexts ( IXmlBBase obj, Lock aLock ) : void
removeSubSteps ( IXmlBBase obj ) : void

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

removeSubSteps ( IXmlBBase obj, Lock aLock ) : void
setAllSourceTexts ( Lock aLock, System coll ) : void
setAllSourceTexts ( System coll ) : void

Part of the list interface for SourceTexts

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

Part of the list interface for SubSteps

setImplemented ( bool v ) : void
setObsoleteComment ( 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.

비공개 메소드들

메소드 설명
getSourceTexts ( ) : ArrayList

Part of the list interface for SourceTexts

getSubSteps ( ) : ArrayList

Part of the list interface for SubSteps

메소드 상세

NotifyControllers() 공개 메소드

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

Translation() 공개 메소드

public Translation ( ) : System
리턴 System

allSourceTexts() 공개 메소드

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

allSubSteps() 공개 메소드

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

appendSourceTexts() 공개 메소드

public appendSourceTexts ( Lock aLock, SourceText el ) : void
aLock Lock
el SourceText
리턴 void

appendSourceTexts() 공개 메소드

Part of the list interface for SourceTexts
public appendSourceTexts ( SourceText el ) : void
el SourceText a SourceText to add to the collection in /// SourceTexts
리턴 void

appendSourceTexts() 공개 메소드

Part of the list interface for SourceTexts
public appendSourceTexts ( System coll ) : void
coll System a collection ofSourceTexts to add to the collection in /// SourceTexts
리턴 void

appendSourceTexts() 공개 메소드

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

appendSubSteps() 공개 메소드

public appendSubSteps ( Lock aLock, SubStep el ) : void
aLock Lock
el SubStep
리턴 void

appendSubSteps() 공개 메소드

Part of the list interface for SubSteps
public appendSubSteps ( SubStep el ) : void
el SubStep a SubStep to add to the collection in /// SubSteps
리턴 void

appendSubSteps() 공개 메소드

Part of the list interface for SubSteps
public appendSubSteps ( System coll ) : void
coll System a collection ofSubSteps to add to the collection in /// SubSteps
리턴 void

appendSubSteps() 공개 메소드

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

copyTo() 공개 메소드

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

countSourceTexts() 공개 메소드

Part of the list interface for SourceTexts
public countSourceTexts ( ) : int
리턴 int

countSubSteps() 공개 메소드

Part of the list interface for SubSteps
public countSubSteps ( ) : int
리턴 int

deleteSourceTexts() 공개 메소드

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

deleteSourceTexts() 공개 메소드

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

deleteSubSteps() 공개 메소드

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

deleteSubSteps() 공개 메소드

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

getImplemented() 공개 메소드

public getImplemented ( ) : bool
리턴 bool

getObsoleteComment() 공개 메소드

public getObsoleteComment ( ) : string
리턴 string

getSourceTexts() 공개 메소드

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

getSubSteps() 공개 메소드

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

indexOfSourceTexts() 공개 메소드

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

indexOfSubSteps() 공개 메소드

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

insertSourceTexts() 공개 메소드

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

insertSourceTexts() 공개 메소드

public insertSourceTexts ( int idx, SourceText el, Lock aLock ) : void
idx int
el SourceText
aLock Lock
리턴 void

insertSubSteps() 공개 메소드

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

insertSubSteps() 공개 메소드

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

removeSourceTexts() 공개 메소드

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

removeSourceTexts() 공개 메소드

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

removeSubSteps() 공개 메소드

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

removeSubSteps() 공개 메소드

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

setAllSourceTexts() 공개 메소드

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

setAllSourceTexts() 공개 메소드

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

setAllSubSteps() 공개 메소드

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

setAllSubSteps() 공개 메소드

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

setImplemented() 공개 메소드

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

setObsoleteComment() 공개 메소드

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