Méthode | Description | |
---|---|---|
NotifyControllers ( Lock aLock ) : void | ||
Paragraph ( ) : System | ||
allParagraphs ( ) : |
Part of the list interface for Paragraphs
|
|
allRequirementSets ( ) : |
Part of the list interface for RequirementSets
|
|
allTypeSpecs ( ) : |
Part of the list interface for TypeSpecs
|
|
appendParagraphs ( Lock aLock, |
||
appendParagraphs ( |
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, |
||
appendRequirementSets ( |
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 ( |
||
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 ( ) : |
||
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 ) : |
Part of the list interface for Paragraphs This function returns an element from the collection in Paragraphs based on an index.
|
|
getRequirementSets ( int idx ) : |
Part of the list interface for RequirementSets This function returns an element from the collection in RequirementSets based on an index.
|
|
getReviewed ( ) : bool | ||
getRevision ( ) : |
||
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, |
Part of the list interface for Paragraphs This insertion function inserts a new element in the collection in Paragraphs
|
|
insertParagraphs ( int idx, |
||
insertRequirementSets ( int idx, |
Part of the list interface for RequirementSets This insertion function inserts a new element in the collection in RequirementSets
|
|
insertRequirementSets ( int idx, |
||
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 ( |
||
setImplementationStatus_AsString ( string v ) : bool | ||
setMessage ( |
||
setMoreInfoRequired ( bool v ) : void | ||
setObsoleteFunctionalBlock ( bool v ) : void | ||
setObsoleteFunctionalBlockName ( string v ) : void | ||
setObsoleteGuid ( string v ) : void | ||
setObsoleteScope ( |
||
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 ( |
||
setSpecIssue ( bool v ) : void | ||
setTested ( bool v ) : void | ||
setText ( string v ) : void | ||
setType ( |
||
setType_AsString ( string v ) : bool | ||
setVersion ( string v ) : 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. | |
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. | |
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. |
Méthode | Description | |
---|---|---|
getParagraphs ( ) : |
Part of the list interface for Paragraphs
|
|
getRequirementSets ( ) : |
Part of the list interface for RequirementSets
|
|
getTypeSpecs ( ) : |
Part of the list interface for TypeSpecs
|
public NotifyControllers ( Lock aLock ) : void | ||
aLock | Lock | |
Résultat | void |
public allParagraphs ( ) : |
||
Résultat |
public allRequirementSets ( ) : |
||
Résultat |
public allTypeSpecs ( ) : |
||
Résultat |
public appendParagraphs ( Lock aLock, |
||
aLock | Lock | |
el | ||
Résultat | void |
public appendParagraphs ( |
||
el | a Paragraph to add to the collection in /// Paragraphs | |
Résultat | void |
public appendParagraphs ( System coll ) : void | ||
coll | System | a collection ofParagraphs to add to the collection in /// Paragraphs |
Résultat | void |
public appendParagraphs ( System coll, Lock aLock ) : void | ||
coll | System | |
aLock | Lock | |
Résultat | void |
public appendRequirementSets ( Lock aLock, |
||
aLock | Lock | |
el | ||
Résultat | void |
public appendRequirementSets ( |
||
el | a RequirementSetReference to add to the collection in /// RequirementSets | |
Résultat | void |
public appendRequirementSets ( System coll ) : void | ||
coll | System | a collection ofRequirementSetReferences to add to the collection in /// RequirementSets |
Résultat | void |
public appendRequirementSets ( System coll, Lock aLock ) : void | ||
coll | System | |
aLock | Lock | |
Résultat | void |
public appendTypeSpecs ( Lock aLock, TypeSpec el ) : void | ||
aLock | Lock | |
el | TypeSpec | |
Résultat | void |
public appendTypeSpecs ( System coll ) : void | ||
coll | System | a collection ofTypeSpecs to add to the collection in /// TypeSpecs |
Résultat | void |
public appendTypeSpecs ( System coll, Lock aLock ) : void | ||
coll | System | |
aLock | Lock | |
Résultat | void |
public appendTypeSpecs ( TypeSpec el ) : void | ||
el | TypeSpec | a TypeSpec to add to the collection in /// TypeSpecs |
Résultat | void |
public deleteParagraphs ( int idx ) : void | ||
idx | int | the index of the element to remove |
Résultat | void |
public deleteParagraphs ( int idx, Lock aLock ) : void | ||
idx | int | |
aLock | Lock | |
Résultat | void |
public deleteRequirementSets ( int idx ) : void | ||
idx | int | the index of the element to remove |
Résultat | void |
public deleteRequirementSets ( int idx, Lock aLock ) : void | ||
idx | int | |
aLock | Lock | |
Résultat | void |
public deleteTypeSpecs ( int idx ) : void | ||
idx | int | the index of the element to remove |
Résultat | void |
public deleteTypeSpecs ( int idx, Lock aLock ) : void | ||
idx | int | |
aLock | Lock | |
Résultat | void |
public dispatch ( XmlBooster.XmlBBaseVisitor v ) : void | ||
v | XmlBooster.XmlBBaseVisitor | |
Résultat | void |
public dispatch ( XmlBooster.XmlBBaseVisitor v, bool visitSubNodes ) : void | ||
v | XmlBooster.XmlBBaseVisitor | |
visitSubNodes | bool | |
Résultat | void |
public getImplementationStatus ( ) : acceptor.SPEC_IMPLEMENTED_ENUM | ||
Résultat | acceptor.SPEC_IMPLEMENTED_ENUM |
public getImplementationStatus_AsString ( ) : string | ||
Résultat | string |
public getObsoleteFunctionalBlock ( ) : bool | ||
Résultat | bool |
public getObsoleteFunctionalBlockName ( ) : string | ||
Résultat | string |
public getObsoleteScope ( ) : acceptor.Paragraph_scope | ||
Résultat | acceptor.Paragraph_scope |
public getObsoleteScopeRollingStock ( ) : bool | ||
Résultat | bool |
public getObsoleteScopeTrackside ( ) : bool | ||
Résultat | bool |
public getObsoleteScope_AsString ( ) : string | ||
Résultat | string |
public getParagraphs ( int idx ) : |
||
idx | int | the index of the element to extract |
Résultat |
public getRequirementSets ( int idx ) : |
||
idx | int | the index of the element to extract |
Résultat |
public getType ( ) : acceptor.Paragraph_type | ||
Résultat | acceptor.Paragraph_type |
public getTypeSpecs ( int idx ) : TypeSpec | ||
idx | int | the index of the element to extract |
Résultat | TypeSpec |
public indexOfParagraphs ( IXmlBBase el ) : int | ||
el | IXmlBBase | the object to look for |
Résultat | int |
public indexOfRequirementSets ( IXmlBBase el ) : int | ||
el | IXmlBBase | the object to look for |
Résultat | int |
public indexOfTypeSpecs ( IXmlBBase el ) : int | ||
el | IXmlBBase | the object to look for |
Résultat | int |
public insertParagraphs ( int idx, |
||
idx | int | the index where the insertion must take place |
el | the element to insert | |
Résultat | void |
public insertParagraphs ( int idx, |
||
idx | int | |
el | ||
aLock | Lock | |
Résultat | void |
public insertRequirementSets ( int idx, |
||
idx | int | the index where the insertion must take place |
el | the element to insert | |
Résultat | void |
public insertRequirementSets ( int idx, |
||
idx | int | |
el | ||
aLock | Lock | |
Résultat | void |
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 |
public insertTypeSpecs ( int idx, TypeSpec el, Lock aLock ) : void | ||
idx | int | |
el | TypeSpec | |
aLock | Lock | |
Résultat | void |
public parse ( XmlBooster.XmlBContext ctxt, string endingTag ) : void | ||
ctxt | XmlBooster.XmlBContext | |
endingTag | string | |
Résultat | void |
public parseBody ( XmlBooster.XmlBContext ctxt ) : void | ||
ctxt | XmlBooster.XmlBContext | |
Résultat | void |
public removeParagraphs ( IXmlBBase obj ) : void | ||
obj | IXmlBBase | the object to remove |
Résultat | void |
public removeParagraphs ( IXmlBBase obj, Lock aLock ) : void | ||
obj | IXmlBBase | |
aLock | Lock | |
Résultat | void |
public removeRequirementSets ( IXmlBBase obj ) : void | ||
obj | IXmlBBase | the object to remove |
Résultat | void |
public removeRequirementSets ( IXmlBBase obj, Lock aLock ) : void | ||
obj | IXmlBBase | |
aLock | Lock | |
Résultat | void |
public removeTypeSpecs ( IXmlBBase obj ) : void | ||
obj | IXmlBBase | the object to remove |
Résultat | void |
public removeTypeSpecs ( IXmlBBase obj, Lock aLock ) : void | ||
obj | IXmlBBase | |
aLock | Lock | |
Résultat | void |
public setAllParagraphs ( Lock aLock, System coll ) : void | ||
aLock | Lock | |
coll | System | |
Résultat | void |
public setAllParagraphs ( System coll ) : void | ||
coll | System | a collection of elements which replaces /// Paragraphs's current content. |
Résultat | void |
public setAllRequirementSets ( Lock aLock, System coll ) : void | ||
aLock | Lock | |
coll | System | |
Résultat | void |
public setAllRequirementSets ( System coll ) : void | ||
coll | System | a collection of elements which replaces /// RequirementSets's current content. |
Résultat | void |
public setAllTypeSpecs ( Lock aLock, System coll ) : void | ||
aLock | Lock | |
coll | System | |
Résultat | void |
public setAllTypeSpecs ( System coll ) : void | ||
coll | System | a collection of elements which replaces /// TypeSpecs's current content. |
Résultat | void |
public setImplementationStatus ( |
||
v | ||
Résultat | void |
public setImplementationStatus_AsString ( string v ) : bool | ||
v | string | |
Résultat | bool |
public setMoreInfoRequired ( bool v ) : void | ||
v | bool | |
Résultat | void |
public setObsoleteFunctionalBlock ( bool v ) : void | ||
v | bool | |
Résultat | void |
public setObsoleteFunctionalBlockName ( string v ) : void | ||
v | string | |
Résultat | void |
public setObsoleteScope ( |
||
v | ||
Résultat | void |
public setObsoleteScopeOnBoard ( bool v ) : void | ||
v | bool | |
Résultat | void |
public setObsoleteScopeRollingStock ( bool v ) : void | ||
v | bool | |
Résultat | void |
public setObsoleteScopeTrackside ( bool v ) : void | ||
v | bool | |
Résultat | void |
public setObsoleteScope_AsString ( string v ) : bool | ||
v | string | |
Résultat | bool |
public setRevision ( |
||
v | ||
Résultat | void |
public setType_AsString ( string v ) : bool | ||
v | string | |
Résultat | bool |
public subElements ( |
||
l | ||
Résultat | void |
public unParse ( |
||
pw | ||
typeId | bool | |
headingTag | string | |
endingTag | string | |
Résultat | void |
public unParseBody ( |
||
pw | ||
Résultat | void |