C# Class DataDictionary.Generated.Paragraph

Inheritance: DataDictionary.ReferencesParagraph
Afficher le fichier Open project: ERTMSSolutions/ERTMSFormalSpecs Class Usage Examples

Méthodes publiques

Méthode 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

Méthode 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 méthode

public NotifyControllers ( Lock aLock ) : void
aLock Lock
Résultat void

Paragraph() public méthode

public Paragraph ( ) : System
Résultat System

allParagraphs() public méthode

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

allRequirementSets() public méthode

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

allTypeSpecs() public méthode

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

appendParagraphs() public méthode

public appendParagraphs ( Lock aLock, Paragraph el ) : void
aLock Lock
el Paragraph
Résultat void

appendParagraphs() public méthode

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

appendParagraphs() public méthode

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

appendParagraphs() public méthode

public appendParagraphs ( System coll, Lock aLock ) : void
coll System
aLock Lock
Résultat void

appendRequirementSets() public méthode

public appendRequirementSets ( Lock aLock, RequirementSetReference el ) : void
aLock Lock
el RequirementSetReference
Résultat void

appendRequirementSets() public méthode

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

appendRequirementSets() public méthode

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

appendRequirementSets() public méthode

public appendRequirementSets ( System coll, Lock aLock ) : void
coll System
aLock Lock
Résultat void

appendTypeSpecs() public méthode

public appendTypeSpecs ( Lock aLock, TypeSpec el ) : void
aLock Lock
el TypeSpec
Résultat void

appendTypeSpecs() public méthode

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

appendTypeSpecs() public méthode

public appendTypeSpecs ( System coll, Lock aLock ) : void
coll System
aLock Lock
Résultat void

appendTypeSpecs() public méthode

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

copyTo() public méthode

public copyTo ( Paragraph other ) : void
other Paragraph
Résultat void

countParagraphs() public méthode

Part of the list interface for Paragraphs
public countParagraphs ( ) : int
Résultat int

countRequirementSets() public méthode

Part of the list interface for RequirementSets
public countRequirementSets ( ) : int
Résultat int

countTypeSpecs() public méthode

Part of the list interface for TypeSpecs
public countTypeSpecs ( ) : int
Résultat int

deleteParagraphs() public méthode

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
Résultat void

deleteParagraphs() public méthode

public deleteParagraphs ( int idx, Lock aLock ) : void
idx int
aLock Lock
Résultat void

deleteRequirementSets() public méthode

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
Résultat void

deleteRequirementSets() public méthode

public deleteRequirementSets ( int idx, Lock aLock ) : void
idx int
aLock Lock
Résultat void

deleteTypeSpecs() public méthode

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
Résultat void

deleteTypeSpecs() public méthode

public deleteTypeSpecs ( int idx, Lock aLock ) : void
idx int
aLock Lock
Résultat void

dispatch() public méthode

public dispatch ( XmlBooster.XmlBBaseVisitor v ) : void
v XmlBooster.XmlBBaseVisitor
Résultat void

dispatch() public méthode

public dispatch ( XmlBooster.XmlBBaseVisitor v, bool visitSubNodes ) : void
v XmlBooster.XmlBBaseVisitor
visitSubNodes bool
Résultat void

find() public méthode

public find ( Object search ) : bool
search Object
Résultat bool

getBl() public méthode

public getBl ( ) : string
Résultat string

getId() public méthode

public getId ( ) : string
Résultat string

getImplementationStatus() public méthode

public getImplementationStatus ( ) : acceptor.SPEC_IMPLEMENTED_ENUM
Résultat acceptor.SPEC_IMPLEMENTED_ENUM

getImplementationStatus_AsString() public méthode

public getImplementationStatus_AsString ( ) : string
Résultat string

getMessage() public méthode

public getMessage ( ) : Message
Résultat Message

getMoreInfoRequired() public méthode

public getMoreInfoRequired ( ) : bool
Résultat bool

getObsoleteFunctionalBlock() public méthode

public getObsoleteFunctionalBlock ( ) : bool
Résultat bool

getObsoleteFunctionalBlockName() public méthode

public getObsoleteFunctionalBlockName ( ) : string
Résultat string

getObsoleteGuid() public méthode

public getObsoleteGuid ( ) : string
Résultat string

getObsoleteScope() public méthode

public getObsoleteScope ( ) : acceptor.Paragraph_scope
Résultat acceptor.Paragraph_scope

getObsoleteScopeOnBoard() public méthode

public getObsoleteScopeOnBoard ( ) : bool
Résultat bool

getObsoleteScopeRollingStock() public méthode

public getObsoleteScopeRollingStock ( ) : bool
Résultat bool

getObsoleteScopeTrackside() public méthode

public getObsoleteScopeTrackside ( ) : bool
Résultat bool

getObsoleteScope_AsString() public méthode

public getObsoleteScope_AsString ( ) : string
Résultat string

getOptional() public méthode

public getOptional ( ) : bool
Résultat bool

getParagraphs() public méthode

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
Résultat Paragraph

getRequirementSets() public méthode

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
Résultat RequirementSetReference

getReviewed() public méthode

public getReviewed ( ) : bool
Résultat bool

getRevision() public méthode

public getRevision ( ) : ParagraphRevision
Résultat ParagraphRevision

getSpecIssue() public méthode

public getSpecIssue ( ) : bool
Résultat bool

getTested() public méthode

public getTested ( ) : bool
Résultat bool

getText() public méthode

public getText ( ) : string
Résultat string

getType() public méthode

public getType ( ) : acceptor.Paragraph_type
Résultat acceptor.Paragraph_type

getTypeSpecs() public méthode

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
Résultat TypeSpec

getType_AsString() public méthode

public getType_AsString ( ) : string
Résultat string

getVersion() public méthode

public getVersion ( ) : string
Résultat string

indexOfParagraphs() public méthode

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
Résultat int

indexOfRequirementSets() public méthode

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
Résultat int

indexOfTypeSpecs() public méthode

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
Résultat int

insertParagraphs() public méthode

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
Résultat void

insertParagraphs() public méthode

public insertParagraphs ( int idx, Paragraph el, Lock aLock ) : void
idx int
el Paragraph
aLock Lock
Résultat void

insertRequirementSets() public méthode

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
Résultat void

insertRequirementSets() public méthode

public insertRequirementSets ( int idx, RequirementSetReference el, Lock aLock ) : void
idx int
el RequirementSetReference
aLock Lock
Résultat void

insertTypeSpecs() public méthode

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
Résultat void

insertTypeSpecs() public méthode

public insertTypeSpecs ( int idx, TypeSpec el, Lock aLock ) : void
idx int
el TypeSpec
aLock Lock
Résultat void

parse() public méthode

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
Résultat void

parseBody() public méthode

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
Résultat void

removeParagraphs() public méthode

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
Résultat void

removeParagraphs() public méthode

public removeParagraphs ( IXmlBBase obj, Lock aLock ) : void
obj IXmlBBase
aLock Lock
Résultat void

removeRequirementSets() public méthode

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
Résultat void

removeRequirementSets() public méthode

public removeRequirementSets ( IXmlBBase obj, Lock aLock ) : void
obj IXmlBBase
aLock Lock
Résultat void

removeTypeSpecs() public méthode

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
Résultat void

removeTypeSpecs() public méthode

public removeTypeSpecs ( IXmlBBase obj, Lock aLock ) : void
obj IXmlBBase
aLock Lock
Résultat void

setAllParagraphs() public méthode

public setAllParagraphs ( Lock aLock, System coll ) : void
aLock Lock
coll System
Résultat void

setAllParagraphs() public méthode

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

setAllRequirementSets() public méthode

public setAllRequirementSets ( Lock aLock, System coll ) : void
aLock Lock
coll System
Résultat void

setAllRequirementSets() public méthode

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

setAllTypeSpecs() public méthode

public setAllTypeSpecs ( Lock aLock, System coll ) : void
aLock Lock
coll System
Résultat void

setAllTypeSpecs() public méthode

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

setBl() public méthode

public setBl ( string v ) : void
v string
Résultat void

setId() public méthode

public setId ( string v ) : void
v string
Résultat void

setImplementationStatus() public méthode

public setImplementationStatus ( acceptor v ) : void
v acceptor
Résultat void

setImplementationStatus_AsString() public méthode

public setImplementationStatus_AsString ( string v ) : bool
v string
Résultat bool

setMessage() public méthode

public setMessage ( Message v ) : void
v Message
Résultat void

setMoreInfoRequired() public méthode

public setMoreInfoRequired ( bool v ) : void
v bool
Résultat void

setObsoleteFunctionalBlock() public méthode

public setObsoleteFunctionalBlock ( bool v ) : void
v bool
Résultat void

setObsoleteFunctionalBlockName() public méthode

public setObsoleteFunctionalBlockName ( string v ) : void
v string
Résultat void

setObsoleteGuid() public méthode

public setObsoleteGuid ( string v ) : void
v string
Résultat void

setObsoleteScope() public méthode

public setObsoleteScope ( acceptor v ) : void
v acceptor
Résultat void

setObsoleteScopeOnBoard() public méthode

public setObsoleteScopeOnBoard ( bool v ) : void
v bool
Résultat void

setObsoleteScopeRollingStock() public méthode

public setObsoleteScopeRollingStock ( bool v ) : void
v bool
Résultat void

setObsoleteScopeTrackside() public méthode

public setObsoleteScopeTrackside ( bool v ) : void
v bool
Résultat void

setObsoleteScope_AsString() public méthode

public setObsoleteScope_AsString ( string v ) : bool
v string
Résultat bool

setOptional() public méthode

public setOptional ( bool v ) : void
v bool
Résultat void

setReviewed() public méthode

public setReviewed ( bool v ) : void
v bool
Résultat void

setRevision() public méthode

public setRevision ( ParagraphRevision v ) : void
v ParagraphRevision
Résultat void

setSpecIssue() public méthode

public setSpecIssue ( bool v ) : void
v bool
Résultat void

setTested() public méthode

public setTested ( bool v ) : void
v bool
Résultat void

setText() public méthode

public setText ( string v ) : void
v string
Résultat void

setType() public méthode

public setType ( acceptor v ) : void
v acceptor
Résultat void

setType_AsString() public méthode

public setType_AsString ( string v ) : bool
v string
Résultat bool

setVersion() public méthode

public setVersion ( string v ) : void
v string
Résultat void

subElements() public méthode

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
Résultat void

unParse() public méthode

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
Résultat void

unParseBody() public méthode

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
Résultat void