C# 클래스 DataDictionary.Generated.Step

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

공개 메소드들

메소드 설명
NotifyControllers ( Lock aLock ) : void
Step ( ) : System
allMessages ( ) : ArrayList

Part of the list interface for Messages

allSubSteps ( ) : ArrayList

Part of the list interface for SubSteps

appendMessages ( DBMessage el ) : void

Part of the list interface for Messages

appendMessages ( Lock aLock, DBMessage el ) : void
appendMessages ( System coll ) : void

Part of the list interface for Messages

appendMessages ( 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 ( Step other ) : void
countMessages ( ) : int

Part of the list interface for Messages

countSubSteps ( ) : int

Part of the list interface for SubSteps

deleteMessages ( int idx ) : void

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

deleteMessages ( 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
getDescription ( ) : string
getDistance ( ) : string
getIO ( ) : acceptor.ST_IO
getIO_AsString ( ) : string
getInterface ( ) : acceptor.ST_INTERFACE
getInterface_AsString ( ) : string
getLevelIN ( ) : acceptor.ST_LEVEL
getLevelIN_AsString ( ) : string
getLevelOUT ( ) : acceptor.ST_LEVEL
getLevelOUT_AsString ( ) : string
getMessages ( int idx ) : DBMessage

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

getModeIN ( ) : acceptor.ST_MODE
getModeIN_AsString ( ) : string
getModeOUT ( ) : acceptor.ST_MODE
getModeOUT_AsString ( ) : string
getObsoleteComment ( ) : string
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.

getTCS_Order ( ) : int
getTranslated ( ) : bool
getTranslationRequired ( ) : bool
getUserComment ( ) : string
indexOfMessages ( IXmlBBase el ) : int

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

insertMessages ( int idx, DBMessage el ) : void

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

insertMessages ( int idx, DBMessage 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.
removeMessages ( IXmlBBase obj ) : void

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

removeMessages ( 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
setAllMessages ( Lock aLock, System coll ) : void
setAllMessages ( System coll ) : void

Part of the list interface for Messages

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

Part of the list interface for SubSteps

setDescription ( string v ) : void
setDistance ( string v ) : void
setIO ( acceptor v ) : void
setIO_AsString ( string v ) : bool
setInterface ( acceptor v ) : void
setInterface_AsString ( string v ) : bool
setLevelIN ( acceptor v ) : void
setLevelIN_AsString ( string v ) : bool
setLevelOUT ( acceptor v ) : void
setLevelOUT_AsString ( string v ) : bool
setModeIN ( acceptor v ) : void
setModeIN_AsString ( string v ) : bool
setModeOUT ( acceptor v ) : void
setModeOUT_AsString ( string v ) : bool
setObsoleteComment ( string v ) : void
setTCS_Order ( int v ) : void
setTranslated ( bool v ) : void
setTranslationRequired ( bool v ) : void
setUserComment ( 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.

비공개 메소드들

메소드 설명
getMessages ( ) : ArrayList

Part of the list interface for Messages

getSubSteps ( ) : ArrayList

Part of the list interface for SubSteps

메소드 상세

NotifyControllers() 공개 메소드

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

Step() 공개 메소드

public Step ( ) : System
리턴 System

allMessages() 공개 메소드

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

allSubSteps() 공개 메소드

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

appendMessages() 공개 메소드

Part of the list interface for Messages
public appendMessages ( DBMessage el ) : void
el DBMessage a DBMessage to add to the collection in /// Messages
리턴 void

appendMessages() 공개 메소드

public appendMessages ( Lock aLock, DBMessage el ) : void
aLock Lock
el DBMessage
리턴 void

appendMessages() 공개 메소드

Part of the list interface for Messages
public appendMessages ( System coll ) : void
coll System a collection ofDBMessages to add to the collection in /// Messages
리턴 void

appendMessages() 공개 메소드

public appendMessages ( 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 ( Step other ) : void
other Step
리턴 void

countMessages() 공개 메소드

Part of the list interface for Messages
public countMessages ( ) : int
리턴 int

countSubSteps() 공개 메소드

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

deleteMessages() 공개 메소드

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

deleteMessages() 공개 메소드

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

getDescription() 공개 메소드

public getDescription ( ) : string
리턴 string

getDistance() 공개 메소드

public getDistance ( ) : string
리턴 string

getIO() 공개 메소드

public getIO ( ) : acceptor.ST_IO
리턴 acceptor.ST_IO

getIO_AsString() 공개 메소드

public getIO_AsString ( ) : string
리턴 string

getInterface() 공개 메소드

public getInterface ( ) : acceptor.ST_INTERFACE
리턴 acceptor.ST_INTERFACE

getInterface_AsString() 공개 메소드

public getInterface_AsString ( ) : string
리턴 string

getLevelIN() 공개 메소드

public getLevelIN ( ) : acceptor.ST_LEVEL
리턴 acceptor.ST_LEVEL

getLevelIN_AsString() 공개 메소드

public getLevelIN_AsString ( ) : string
리턴 string

getLevelOUT() 공개 메소드

public getLevelOUT ( ) : acceptor.ST_LEVEL
리턴 acceptor.ST_LEVEL

getLevelOUT_AsString() 공개 메소드

public getLevelOUT_AsString ( ) : string
리턴 string

getMessages() 공개 메소드

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

getModeIN() 공개 메소드

public getModeIN ( ) : acceptor.ST_MODE
리턴 acceptor.ST_MODE

getModeIN_AsString() 공개 메소드

public getModeIN_AsString ( ) : string
리턴 string

getModeOUT() 공개 메소드

public getModeOUT ( ) : acceptor.ST_MODE
리턴 acceptor.ST_MODE

getModeOUT_AsString() 공개 메소드

public getModeOUT_AsString ( ) : string
리턴 string

getObsoleteComment() 공개 메소드

public getObsoleteComment ( ) : string
리턴 string

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

getTCS_Order() 공개 메소드

public getTCS_Order ( ) : int
리턴 int

getTranslated() 공개 메소드

public getTranslated ( ) : bool
리턴 bool

getTranslationRequired() 공개 메소드

public getTranslationRequired ( ) : bool
리턴 bool

getUserComment() 공개 메소드

public getUserComment ( ) : string
리턴 string

indexOfMessages() 공개 메소드

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

insertMessages() 공개 메소드

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

insertMessages() 공개 메소드

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

removeMessages() 공개 메소드

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

removeMessages() 공개 메소드

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

setAllMessages() 공개 메소드

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

setAllMessages() 공개 메소드

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

setDescription() 공개 메소드

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

setDistance() 공개 메소드

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

setIO() 공개 메소드

public setIO ( acceptor v ) : void
v acceptor
리턴 void

setIO_AsString() 공개 메소드

public setIO_AsString ( string v ) : bool
v string
리턴 bool

setInterface() 공개 메소드

public setInterface ( acceptor v ) : void
v acceptor
리턴 void

setInterface_AsString() 공개 메소드

public setInterface_AsString ( string v ) : bool
v string
리턴 bool

setLevelIN() 공개 메소드

public setLevelIN ( acceptor v ) : void
v acceptor
리턴 void

setLevelIN_AsString() 공개 메소드

public setLevelIN_AsString ( string v ) : bool
v string
리턴 bool

setLevelOUT() 공개 메소드

public setLevelOUT ( acceptor v ) : void
v acceptor
리턴 void

setLevelOUT_AsString() 공개 메소드

public setLevelOUT_AsString ( string v ) : bool
v string
리턴 bool

setModeIN() 공개 메소드

public setModeIN ( acceptor v ) : void
v acceptor
리턴 void

setModeIN_AsString() 공개 메소드

public setModeIN_AsString ( string v ) : bool
v string
리턴 bool

setModeOUT() 공개 메소드

public setModeOUT ( acceptor v ) : void
v acceptor
리턴 void

setModeOUT_AsString() 공개 메소드

public setModeOUT_AsString ( string v ) : bool
v string
리턴 bool

setObsoleteComment() 공개 메소드

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

setTCS_Order() 공개 메소드

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

setTranslated() 공개 메소드

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

setTranslationRequired() 공개 메소드

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

setUserComment() 공개 메소드

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