C# Class DataDictionary.Generated.TestCase

Inheritance: DataDictionary.ReqRelated
Datei anzeigen Open project: ERTMSSolutions/ERTMSFormalSpecs Class Usage Examples

Public Methods

Method Description
NotifyControllers ( Lock aLock ) : void
TestCase ( ) : System
allSteps ( ) : ArrayList

Part of the list interface for Steps

appendSteps ( Lock aLock, Step el ) : void
appendSteps ( Step el ) : void

Part of the list interface for Steps

appendSteps ( System coll ) : void

Part of the list interface for Steps

appendSteps ( System coll, Lock aLock ) : void
copyTo ( TestCase other ) : void
countSteps ( ) : int

Part of the list interface for Steps

deleteSteps ( int idx ) : void

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

deleteSteps ( int idx, Lock aLock ) : void
dispatch ( XmlBooster.XmlBBaseVisitor v ) : void
dispatch ( XmlBooster.XmlBBaseVisitor v, bool visitSubNodes ) : void
find ( Object search ) : bool
getCase ( ) : int
getFeature ( ) : int
getObsoleteComment ( ) : string
getSteps ( int idx ) : Step

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

indexOfSteps ( IXmlBBase el ) : int

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

insertSteps ( int idx, Step el ) : void

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

insertSteps ( int idx, Step 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.
removeSteps ( IXmlBBase obj ) : void

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

removeSteps ( IXmlBBase obj, Lock aLock ) : void
setAllSteps ( Lock aLock, System coll ) : void
setAllSteps ( System coll ) : void

Part of the list interface for Steps

setCase ( int v ) : void
setFeature ( int 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.

Private Methods

Method Description
getSteps ( ) : ArrayList

Part of the list interface for Steps

Method Details

NotifyControllers() public method

public NotifyControllers ( Lock aLock ) : void
aLock Lock
return void

TestCase() public method

public TestCase ( ) : System
return System

allSteps() public method

Part of the list interface for Steps
public allSteps ( ) : ArrayList
return System.Collections.ArrayList

appendSteps() public method

public appendSteps ( Lock aLock, Step el ) : void
aLock Lock
el Step
return void

appendSteps() public method

Part of the list interface for Steps
public appendSteps ( Step el ) : void
el Step a Step to add to the collection in /// Steps
return void

appendSteps() public method

Part of the list interface for Steps
public appendSteps ( System coll ) : void
coll System a collection ofSteps to add to the collection in /// Steps
return void

appendSteps() public method

public appendSteps ( System coll, Lock aLock ) : void
coll System
aLock Lock
return void

copyTo() public method

public copyTo ( TestCase other ) : void
other TestCase
return void

countSteps() public method

Part of the list interface for Steps
public countSteps ( ) : int
return int

deleteSteps() public method

Part of the list interface for Steps This deletion function removes an element from the collection in Steps
public deleteSteps ( int idx ) : void
idx int the index of the element to remove
return void

deleteSteps() public method

public deleteSteps ( int idx, Lock aLock ) : void
idx int
aLock Lock
return void

dispatch() public method

public dispatch ( XmlBooster.XmlBBaseVisitor v ) : void
v XmlBooster.XmlBBaseVisitor
return void

dispatch() public method

public dispatch ( XmlBooster.XmlBBaseVisitor v, bool visitSubNodes ) : void
v XmlBooster.XmlBBaseVisitor
visitSubNodes bool
return void

find() public method

public find ( Object search ) : bool
search Object
return bool

getCase() public method

public getCase ( ) : int
return int

getFeature() public method

public getFeature ( ) : int
return int

getObsoleteComment() public method

public getObsoleteComment ( ) : string
return string

getSteps() public method

Part of the list interface for Steps This function returns an element from the collection in Steps based on an index.
public getSteps ( int idx ) : Step
idx int the index of the element to extract
return Step

indexOfSteps() public method

Part of the list interface for Steps This function returns the index of an element in the collection.
public indexOfSteps ( IXmlBBase el ) : int
el IXmlBBase the object to look for
return int

insertSteps() public method

Part of the list interface for Steps This insertion function inserts a new element in the collection in Steps
public insertSteps ( int idx, Step el ) : void
idx int the index where the insertion must take place
el Step the element to insert
return void

insertSteps() public method

public insertSteps ( int idx, Step el, Lock aLock ) : void
idx int
el Step
aLock Lock
return void

parse() public method

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
return void

parseBody() public method

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
return void

removeSteps() public method

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

removeSteps() public method

public removeSteps ( IXmlBBase obj, Lock aLock ) : void
obj IXmlBBase
aLock Lock
return void

setAllSteps() public method

public setAllSteps ( Lock aLock, System coll ) : void
aLock Lock
coll System
return void

setAllSteps() public method

Part of the list interface for Steps
public setAllSteps ( System coll ) : void
coll System a collection of elements which replaces /// Steps's current content.
return void

setCase() public method

public setCase ( int v ) : void
v int
return void

setFeature() public method

public setFeature ( int v ) : void
v int
return void

setObsoleteComment() public method

public setObsoleteComment ( string v ) : void
v string
return void

subElements() public method

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
return void

unParse() public method

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
return void

unParseBody() public method

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
return void