C# 클래스 DataDictionary.Generated.Frame

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

공개 메소드들

메소드 설명
Frame ( ) : System
NotifyControllers ( Lock aLock ) : void
allSubSequences ( ) : ArrayList

Part of the list interface for SubSequences

appendSubSequences ( Lock aLock, SubSequence el ) : void
appendSubSequences ( SubSequence el ) : void

Part of the list interface for SubSequences

appendSubSequences ( System coll ) : void

Part of the list interface for SubSequences

appendSubSequences ( System coll, Lock aLock ) : void
copyTo ( Frame other ) : void
countSubSequences ( ) : int

Part of the list interface for SubSequences

deleteSubSequences ( int idx ) : void

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

deleteSubSequences ( int idx, Lock aLock ) : void
dispatch ( XmlBooster.XmlBBaseVisitor v ) : void
dispatch ( XmlBooster.XmlBBaseVisitor v, bool visitSubNodes ) : void
find ( Object search ) : bool
getComment ( ) : string
getCycleDuration ( ) : string
getRuleCheckDisabling ( ) : RuleCheckDisabling
getSubSequences ( int idx ) : SubSequence

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

indexOfSubSequences ( IXmlBBase el ) : int

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

insertSubSequences ( int idx, SubSequence el ) : void

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

insertSubSequences ( int idx, SubSequence 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.
removeSubSequences ( IXmlBBase obj ) : void

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

removeSubSequences ( IXmlBBase obj, Lock aLock ) : void
setAllSubSequences ( Lock aLock, System coll ) : void
setAllSubSequences ( System coll ) : void

Part of the list interface for SubSequences

setComment ( string v ) : void
setCycleDuration ( string v ) : void
setRuleCheckDisabling ( RuleCheckDisabling 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.

비공개 메소드들

메소드 설명
getSubSequences ( ) : ArrayList

Part of the list interface for SubSequences

메소드 상세

Frame() 공개 메소드

public Frame ( ) : System
리턴 System

NotifyControllers() 공개 메소드

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

allSubSequences() 공개 메소드

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

appendSubSequences() 공개 메소드

public appendSubSequences ( Lock aLock, SubSequence el ) : void
aLock Lock
el SubSequence
리턴 void

appendSubSequences() 공개 메소드

Part of the list interface for SubSequences
public appendSubSequences ( SubSequence el ) : void
el SubSequence a SubSequence to add to the collection in /// SubSequences
리턴 void

appendSubSequences() 공개 메소드

Part of the list interface for SubSequences
public appendSubSequences ( System coll ) : void
coll System a collection ofSubSequences to add to the collection in /// SubSequences
리턴 void

appendSubSequences() 공개 메소드

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

copyTo() 공개 메소드

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

countSubSequences() 공개 메소드

Part of the list interface for SubSequences
public countSubSequences ( ) : int
리턴 int

deleteSubSequences() 공개 메소드

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

deleteSubSequences() 공개 메소드

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

getComment() 공개 메소드

public getComment ( ) : string
리턴 string

getCycleDuration() 공개 메소드

public getCycleDuration ( ) : string
리턴 string

getRuleCheckDisabling() 공개 메소드

public getRuleCheckDisabling ( ) : RuleCheckDisabling
리턴 RuleCheckDisabling

getSubSequences() 공개 메소드

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

indexOfSubSequences() 공개 메소드

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

insertSubSequences() 공개 메소드

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

insertSubSequences() 공개 메소드

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

removeSubSequences() 공개 메소드

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

removeSubSequences() 공개 메소드

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

setAllSubSequences() 공개 메소드

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

setAllSubSequences() 공개 메소드

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

setComment() 공개 메소드

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

setCycleDuration() 공개 메소드

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

setRuleCheckDisabling() 공개 메소드

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