C# Class DataDictionary.Generated.Paragraph

Inheritance: DataDictionary.ReferencesParagraph
Show file Open project: ERTMSSolutions/ERTMSFormalSpecs Class Usage Examples

Public Methods

Method Description
NotifyControllers ( Lock aLock ) : void
Paragraph ( ) : System
allParagraphs ( ) : ArrayList

Part of the list interface for Paragraphs

allRequirementSets ( ) : ArrayList

Part of the list interface for RequirementSets

allTypeSpecs ( ) : ArrayList

Part of the list interface for TypeSpecs

appendParagraphs ( Lock aLock, Paragraph el ) : void
appendParagraphs ( Paragraph el ) : void

Part of the list interface for Paragraphs

appendParagraphs ( System coll ) : void

Part of the list interface for Paragraphs

appendParagraphs ( System coll, Lock aLock ) : void
appendRequirementSets ( Lock aLock, RequirementSetReference el ) : void
appendRequirementSets ( RequirementSetReference el ) : void

Part of the list interface for RequirementSets

appendRequirementSets ( System coll ) : void

Part of the list interface for RequirementSets

appendRequirementSets ( System coll, Lock aLock ) : void
appendTypeSpecs ( Lock aLock, TypeSpec el ) : void
appendTypeSpecs ( System coll ) : void

Part of the list interface for TypeSpecs

appendTypeSpecs ( System coll, Lock aLock ) : void
appendTypeSpecs ( TypeSpec el ) : void

Part of the list interface for TypeSpecs

copyTo ( Paragraph other ) : void
countParagraphs ( ) : int

Part of the list interface for Paragraphs

countRequirementSets ( ) : int

Part of the list interface for RequirementSets

countTypeSpecs ( ) : int

Part of the list interface for TypeSpecs

deleteParagraphs ( int idx ) : void

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

deleteParagraphs ( int idx, Lock aLock ) : void
deleteRequirementSets ( int idx ) : void

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

deleteRequirementSets ( int idx, Lock aLock ) : void
deleteTypeSpecs ( int idx ) : void

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

deleteTypeSpecs ( int idx, Lock aLock ) : void
dispatch ( XmlBooster.XmlBBaseVisitor v ) : void
dispatch ( XmlBooster.XmlBBaseVisitor v, bool visitSubNodes ) : void
find ( Object search ) : bool
getBl ( ) : string
getId ( ) : string
getImplementationStatus ( ) : acceptor.SPEC_IMPLEMENTED_ENUM
getImplementationStatus_AsString ( ) : string
getMessage ( ) : Message
getMoreInfoRequired ( ) : bool
getObsoleteFunctionalBlock ( ) : bool
getObsoleteFunctionalBlockName ( ) : string
getObsoleteGuid ( ) : string
getObsoleteScope ( ) : acceptor.Paragraph_scope
getObsoleteScopeOnBoard ( ) : bool
getObsoleteScopeRollingStock ( ) : bool
getObsoleteScopeTrackside ( ) : bool
getObsoleteScope_AsString ( ) : string
getOptional ( ) : bool
getParagraphs ( int idx ) : Paragraph

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

getRequirementSets ( int idx ) : RequirementSetReference

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

getReviewed ( ) : bool
getRevision ( ) : ParagraphRevision
getSpecIssue ( ) : bool
getTested ( ) : bool
getText ( ) : string
getType ( ) : acceptor.Paragraph_type
getTypeSpecs ( int idx ) : TypeSpec

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

getType_AsString ( ) : string
getVersion ( ) : string
indexOfParagraphs ( IXmlBBase el ) : int

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

indexOfRequirementSets ( IXmlBBase el ) : int

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

indexOfTypeSpecs ( IXmlBBase el ) : int

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

insertParagraphs ( int idx, Paragraph el ) : void

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

insertParagraphs ( int idx, Paragraph el, Lock aLock ) : void
insertRequirementSets ( int idx, RequirementSetReference el ) : void

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

insertRequirementSets ( int idx, RequirementSetReference el, Lock aLock ) : void
insertTypeSpecs ( int idx, TypeSpec el ) : void

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

insertTypeSpecs ( int idx, TypeSpec 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.
removeParagraphs ( IXmlBBase obj ) : void

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

removeParagraphs ( IXmlBBase obj, Lock aLock ) : void
removeRequirementSets ( IXmlBBase obj ) : void

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

removeRequirementSets ( IXmlBBase obj, Lock aLock ) : void
removeTypeSpecs ( IXmlBBase obj ) : void

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

removeTypeSpecs ( IXmlBBase obj, Lock aLock ) : void
setAllParagraphs ( Lock aLock, System coll ) : void
setAllParagraphs ( System coll ) : void

Part of the list interface for Paragraphs

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

Part of the list interface for RequirementSets

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

Part of the list interface for TypeSpecs

setBl ( string v ) : void
setId ( string v ) : void
setImplementationStatus ( acceptor v ) : void
setImplementationStatus_AsString ( string v ) : bool
setMessage ( Message v ) : void
setMoreInfoRequired ( bool v ) : void
setObsoleteFunctionalBlock ( bool v ) : void
setObsoleteFunctionalBlockName ( string v ) : void
setObsoleteGuid ( string v ) : void
setObsoleteScope ( acceptor v ) : void
setObsoleteScopeOnBoard ( bool v ) : void
setObsoleteScopeRollingStock ( bool v ) : void
setObsoleteScopeTrackside ( bool v ) : void
setObsoleteScope_AsString ( string v ) : bool
setOptional ( bool v ) : void
setReviewed ( bool v ) : void
setRevision ( ParagraphRevision v ) : void
setSpecIssue ( bool v ) : void
setTested ( bool v ) : void
setText ( string v ) : void
setType ( acceptor v ) : void
setType_AsString ( string v ) : bool
setVersion ( 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
getParagraphs ( ) : ArrayList

Part of the list interface for Paragraphs

getRequirementSets ( ) : ArrayList

Part of the list interface for RequirementSets

getTypeSpecs ( ) : ArrayList

Part of the list interface for TypeSpecs

Method Details

NotifyControllers() public method

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

Paragraph() public method

public Paragraph ( ) : System
return System

allParagraphs() public method

Part of the list interface for Paragraphs
public allParagraphs ( ) : ArrayList
return System.Collections.ArrayList

allRequirementSets() public method

Part of the list interface for RequirementSets
public allRequirementSets ( ) : ArrayList
return System.Collections.ArrayList

allTypeSpecs() public method

Part of the list interface for TypeSpecs
public allTypeSpecs ( ) : ArrayList
return System.Collections.ArrayList

appendParagraphs() public method

public appendParagraphs ( Lock aLock, Paragraph el ) : void
aLock Lock
el Paragraph
return void

appendParagraphs() public method

Part of the list interface for Paragraphs
public appendParagraphs ( Paragraph el ) : void
el Paragraph a Paragraph to add to the collection in /// Paragraphs
return void

appendParagraphs() public method

Part of the list interface for Paragraphs
public appendParagraphs ( System coll ) : void
coll System a collection ofParagraphs to add to the collection in /// Paragraphs
return void

appendParagraphs() public method

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

appendRequirementSets() public method

public appendRequirementSets ( Lock aLock, RequirementSetReference el ) : void
aLock Lock
el RequirementSetReference
return void

appendRequirementSets() public method

Part of the list interface for RequirementSets
public appendRequirementSets ( RequirementSetReference el ) : void
el RequirementSetReference a RequirementSetReference to add to the collection in /// RequirementSets
return void

appendRequirementSets() public method

Part of the list interface for RequirementSets
public appendRequirementSets ( System coll ) : void
coll System a collection ofRequirementSetReferences to add to the collection in /// RequirementSets
return void

appendRequirementSets() public method

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

appendTypeSpecs() public method

public appendTypeSpecs ( Lock aLock, TypeSpec el ) : void
aLock Lock
el TypeSpec
return void

appendTypeSpecs() public method

Part of the list interface for TypeSpecs
public appendTypeSpecs ( System coll ) : void
coll System a collection ofTypeSpecs to add to the collection in /// TypeSpecs
return void

appendTypeSpecs() public method

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

appendTypeSpecs() public method

Part of the list interface for TypeSpecs
public appendTypeSpecs ( TypeSpec el ) : void
el TypeSpec a TypeSpec to add to the collection in /// TypeSpecs
return void

copyTo() public method

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

countParagraphs() public method

Part of the list interface for Paragraphs
public countParagraphs ( ) : int
return int

countRequirementSets() public method

Part of the list interface for RequirementSets
public countRequirementSets ( ) : int
return int

countTypeSpecs() public method

Part of the list interface for TypeSpecs
public countTypeSpecs ( ) : int
return int

deleteParagraphs() public method

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

deleteParagraphs() public method

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

deleteRequirementSets() public method

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

deleteRequirementSets() public method

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

deleteTypeSpecs() public method

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

deleteTypeSpecs() public method

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

getBl() public method

public getBl ( ) : string
return string

getId() public method

public getId ( ) : string
return string

getImplementationStatus() public method

public getImplementationStatus ( ) : acceptor.SPEC_IMPLEMENTED_ENUM
return acceptor.SPEC_IMPLEMENTED_ENUM

getImplementationStatus_AsString() public method

public getImplementationStatus_AsString ( ) : string
return string

getMessage() public method

public getMessage ( ) : Message
return Message

getMoreInfoRequired() public method

public getMoreInfoRequired ( ) : bool
return bool

getObsoleteFunctionalBlock() public method

public getObsoleteFunctionalBlock ( ) : bool
return bool

getObsoleteFunctionalBlockName() public method

public getObsoleteFunctionalBlockName ( ) : string
return string

getObsoleteGuid() public method

public getObsoleteGuid ( ) : string
return string

getObsoleteScope() public method

public getObsoleteScope ( ) : acceptor.Paragraph_scope
return acceptor.Paragraph_scope

getObsoleteScopeOnBoard() public method

public getObsoleteScopeOnBoard ( ) : bool
return bool

getObsoleteScopeRollingStock() public method

public getObsoleteScopeRollingStock ( ) : bool
return bool

getObsoleteScopeTrackside() public method

public getObsoleteScopeTrackside ( ) : bool
return bool

getObsoleteScope_AsString() public method

public getObsoleteScope_AsString ( ) : string
return string

getOptional() public method

public getOptional ( ) : bool
return bool

getParagraphs() public method

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

getRequirementSets() public method

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

getReviewed() public method

public getReviewed ( ) : bool
return bool

getRevision() public method

public getRevision ( ) : ParagraphRevision
return ParagraphRevision

getSpecIssue() public method

public getSpecIssue ( ) : bool
return bool

getTested() public method

public getTested ( ) : bool
return bool

getText() public method

public getText ( ) : string
return string

getType() public method

public getType ( ) : acceptor.Paragraph_type
return acceptor.Paragraph_type

getTypeSpecs() public method

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

getType_AsString() public method

public getType_AsString ( ) : string
return string

getVersion() public method

public getVersion ( ) : string
return string

indexOfParagraphs() public method

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

indexOfRequirementSets() public method

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

indexOfTypeSpecs() public method

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

insertParagraphs() public method

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

insertParagraphs() public method

public insertParagraphs ( int idx, Paragraph el, Lock aLock ) : void
idx int
el Paragraph
aLock Lock
return void

insertRequirementSets() public method

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

insertRequirementSets() public method

public insertRequirementSets ( int idx, RequirementSetReference el, Lock aLock ) : void
idx int
el RequirementSetReference
aLock Lock
return void

insertTypeSpecs() public method

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

insertTypeSpecs() public method

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

removeParagraphs() public method

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

removeParagraphs() public method

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

removeRequirementSets() public method

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

removeRequirementSets() public method

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

removeTypeSpecs() public method

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

removeTypeSpecs() public method

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

setAllParagraphs() public method

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

setAllParagraphs() public method

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

setAllRequirementSets() public method

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

setAllRequirementSets() public method

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

setAllTypeSpecs() public method

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

setAllTypeSpecs() public method

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

setBl() public method

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

setId() public method

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

setImplementationStatus() public method

public setImplementationStatus ( acceptor v ) : void
v acceptor
return void

setImplementationStatus_AsString() public method

public setImplementationStatus_AsString ( string v ) : bool
v string
return bool

setMessage() public method

public setMessage ( Message v ) : void
v Message
return void

setMoreInfoRequired() public method

public setMoreInfoRequired ( bool v ) : void
v bool
return void

setObsoleteFunctionalBlock() public method

public setObsoleteFunctionalBlock ( bool v ) : void
v bool
return void

setObsoleteFunctionalBlockName() public method

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

setObsoleteGuid() public method

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

setObsoleteScope() public method

public setObsoleteScope ( acceptor v ) : void
v acceptor
return void

setObsoleteScopeOnBoard() public method

public setObsoleteScopeOnBoard ( bool v ) : void
v bool
return void

setObsoleteScopeRollingStock() public method

public setObsoleteScopeRollingStock ( bool v ) : void
v bool
return void

setObsoleteScopeTrackside() public method

public setObsoleteScopeTrackside ( bool v ) : void
v bool
return void

setObsoleteScope_AsString() public method

public setObsoleteScope_AsString ( string v ) : bool
v string
return bool

setOptional() public method

public setOptional ( bool v ) : void
v bool
return void

setReviewed() public method

public setReviewed ( bool v ) : void
v bool
return void

setRevision() public method

public setRevision ( ParagraphRevision v ) : void
v ParagraphRevision
return void

setSpecIssue() public method

public setSpecIssue ( bool v ) : void
v bool
return void

setTested() public method

public setTested ( bool v ) : void
v bool
return void

setText() public method

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

setType() public method

public setType ( acceptor v ) : void
v acceptor
return void

setType_AsString() public method

public setType_AsString ( string v ) : bool
v string
return bool

setVersion() public method

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