C# 클래스 DataDictionary.Generated.SubStep

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

공개 메소드들

메소드 설명
NotifyControllers ( Lock aLock ) : void
SubStep ( ) : System
allActions ( ) : ArrayList

Part of the list interface for Actions

allExpectations ( ) : ArrayList

Part of the list interface for Expectations

appendActions ( Action el ) : void

Part of the list interface for Actions

appendActions ( Lock aLock, Action el ) : void
appendActions ( System coll ) : void

Part of the list interface for Actions

appendActions ( System coll, Lock aLock ) : void
appendExpectations ( Expectation el ) : void

Part of the list interface for Expectations

appendExpectations ( Lock aLock, Expectation el ) : void
appendExpectations ( System coll ) : void

Part of the list interface for Expectations

appendExpectations ( System coll, Lock aLock ) : void
copyTo ( SubStep other ) : void
countActions ( ) : int

Part of the list interface for Actions

countExpectations ( ) : int

Part of the list interface for Expectations

deleteActions ( int idx ) : void

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

deleteActions ( int idx, Lock aLock ) : void
deleteExpectations ( int idx ) : void

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

deleteExpectations ( int idx, Lock aLock ) : void
dispatch ( XmlBooster.XmlBBaseVisitor v ) : void
dispatch ( XmlBooster.XmlBBaseVisitor v, bool visitSubNodes ) : void
find ( Object search ) : bool
getActions ( int idx ) : Action

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

getComment ( ) : string
getExpectations ( int idx ) : Expectation

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

getSkipEngine ( ) : bool
getTimeDelay ( ) : acceptor.TimeDelay
getTimeDelay_AsString ( ) : string
getTimer ( ) : double
indexOfActions ( IXmlBBase el ) : int

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

indexOfExpectations ( IXmlBBase el ) : int

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

insertActions ( int idx, Action el ) : void

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

insertActions ( int idx, Action el, Lock aLock ) : void
insertExpectations ( int idx, Expectation el ) : void

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

insertExpectations ( int idx, Expectation 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.
removeActions ( IXmlBBase obj ) : void

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

removeActions ( IXmlBBase obj, Lock aLock ) : void
removeExpectations ( IXmlBBase obj ) : void

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

removeExpectations ( IXmlBBase obj, Lock aLock ) : void
setAllActions ( Lock aLock, System coll ) : void
setAllActions ( System coll ) : void

Part of the list interface for Actions

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

Part of the list interface for Expectations

setComment ( string v ) : void
setSkipEngine ( bool v ) : void
setTimeDelay ( acceptor v ) : void
setTimeDelay_AsString ( string v ) : bool
setTimer ( double 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.

비공개 메소드들

메소드 설명
getActions ( ) : ArrayList

Part of the list interface for Actions

getExpectations ( ) : ArrayList

Part of the list interface for Expectations

메소드 상세

NotifyControllers() 공개 메소드

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

SubStep() 공개 메소드

public SubStep ( ) : System
리턴 System

allActions() 공개 메소드

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

allExpectations() 공개 메소드

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

appendActions() 공개 메소드

Part of the list interface for Actions
public appendActions ( Action el ) : void
el Action a Action to add to the collection in /// Actions
리턴 void

appendActions() 공개 메소드

public appendActions ( Lock aLock, Action el ) : void
aLock Lock
el Action
리턴 void

appendActions() 공개 메소드

Part of the list interface for Actions
public appendActions ( System coll ) : void
coll System a collection ofActions to add to the collection in /// Actions
리턴 void

appendActions() 공개 메소드

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

appendExpectations() 공개 메소드

Part of the list interface for Expectations
public appendExpectations ( Expectation el ) : void
el Expectation a Expectation to add to the collection in /// Expectations
리턴 void

appendExpectations() 공개 메소드

public appendExpectations ( Lock aLock, Expectation el ) : void
aLock Lock
el Expectation
리턴 void

appendExpectations() 공개 메소드

Part of the list interface for Expectations
public appendExpectations ( System coll ) : void
coll System a collection ofExpectations to add to the collection in /// Expectations
리턴 void

appendExpectations() 공개 메소드

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

copyTo() 공개 메소드

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

countActions() 공개 메소드

Part of the list interface for Actions
public countActions ( ) : int
리턴 int

countExpectations() 공개 메소드

Part of the list interface for Expectations
public countExpectations ( ) : int
리턴 int

deleteActions() 공개 메소드

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

deleteActions() 공개 메소드

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

deleteExpectations() 공개 메소드

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

deleteExpectations() 공개 메소드

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

getActions() 공개 메소드

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

getComment() 공개 메소드

public getComment ( ) : string
리턴 string

getExpectations() 공개 메소드

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

getSkipEngine() 공개 메소드

public getSkipEngine ( ) : bool
리턴 bool

getTimeDelay() 공개 메소드

public getTimeDelay ( ) : acceptor.TimeDelay
리턴 acceptor.TimeDelay

getTimeDelay_AsString() 공개 메소드

public getTimeDelay_AsString ( ) : string
리턴 string

getTimer() 공개 메소드

public getTimer ( ) : double
리턴 double

indexOfActions() 공개 메소드

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

indexOfExpectations() 공개 메소드

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

insertActions() 공개 메소드

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

insertActions() 공개 메소드

public insertActions ( int idx, Action el, Lock aLock ) : void
idx int
el Action
aLock Lock
리턴 void

insertExpectations() 공개 메소드

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

insertExpectations() 공개 메소드

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

removeActions() 공개 메소드

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

removeActions() 공개 메소드

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

removeExpectations() 공개 메소드

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

removeExpectations() 공개 메소드

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

setAllActions() 공개 메소드

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

setAllActions() 공개 메소드

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

setAllExpectations() 공개 메소드

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

setAllExpectations() 공개 메소드

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

setComment() 공개 메소드

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

setSkipEngine() 공개 메소드

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

setTimeDelay() 공개 메소드

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

setTimeDelay_AsString() 공개 메소드

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

setTimer() 공개 메소드

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