C# Class DataDictionary.Generated.Step

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

Méthodes publiques

Méthode Description
NotifyControllers ( Lock aLock ) : void
Step ( ) : System
allMessages ( ) : ArrayList

Part of the list interface for Messages

allSubSteps ( ) : ArrayList

Part of the list interface for SubSteps

appendMessages ( DBMessage el ) : void

Part of the list interface for Messages

appendMessages ( Lock aLock, DBMessage el ) : void
appendMessages ( System coll ) : void

Part of the list interface for Messages

appendMessages ( System coll, Lock aLock ) : void
appendSubSteps ( Lock aLock, SubStep el ) : void
appendSubSteps ( SubStep el ) : void

Part of the list interface for SubSteps

appendSubSteps ( System coll ) : void

Part of the list interface for SubSteps

appendSubSteps ( System coll, Lock aLock ) : void
copyTo ( Step other ) : void
countMessages ( ) : int

Part of the list interface for Messages

countSubSteps ( ) : int

Part of the list interface for SubSteps

deleteMessages ( int idx ) : void

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

deleteMessages ( int idx, Lock aLock ) : void
deleteSubSteps ( int idx ) : void

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

deleteSubSteps ( int idx, Lock aLock ) : void
dispatch ( XmlBooster.XmlBBaseVisitor v ) : void
dispatch ( XmlBooster.XmlBBaseVisitor v, bool visitSubNodes ) : void
find ( Object search ) : bool
getDescription ( ) : string
getDistance ( ) : string
getIO ( ) : acceptor.ST_IO
getIO_AsString ( ) : string
getInterface ( ) : acceptor.ST_INTERFACE
getInterface_AsString ( ) : string
getLevelIN ( ) : acceptor.ST_LEVEL
getLevelIN_AsString ( ) : string
getLevelOUT ( ) : acceptor.ST_LEVEL
getLevelOUT_AsString ( ) : string
getMessages ( int idx ) : DBMessage

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

getModeIN ( ) : acceptor.ST_MODE
getModeIN_AsString ( ) : string
getModeOUT ( ) : acceptor.ST_MODE
getModeOUT_AsString ( ) : string
getObsoleteComment ( ) : string
getSubSteps ( int idx ) : SubStep

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

getTCS_Order ( ) : int
getTranslated ( ) : bool
getTranslationRequired ( ) : bool
getUserComment ( ) : string
indexOfMessages ( IXmlBBase el ) : int

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

indexOfSubSteps ( IXmlBBase el ) : int

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

insertMessages ( int idx, DBMessage el ) : void

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

insertMessages ( int idx, DBMessage el, Lock aLock ) : void
insertSubSteps ( int idx, SubStep el ) : void

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

insertSubSteps ( int idx, SubStep 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.
removeMessages ( IXmlBBase obj ) : void

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

removeMessages ( IXmlBBase obj, Lock aLock ) : void
removeSubSteps ( IXmlBBase obj ) : void

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

removeSubSteps ( IXmlBBase obj, Lock aLock ) : void
setAllMessages ( Lock aLock, System coll ) : void
setAllMessages ( System coll ) : void

Part of the list interface for Messages

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

Part of the list interface for SubSteps

setDescription ( string v ) : void
setDistance ( string v ) : void
setIO ( acceptor v ) : void
setIO_AsString ( string v ) : bool
setInterface ( acceptor v ) : void
setInterface_AsString ( string v ) : bool
setLevelIN ( acceptor v ) : void
setLevelIN_AsString ( string v ) : bool
setLevelOUT ( acceptor v ) : void
setLevelOUT_AsString ( string v ) : bool
setModeIN ( acceptor v ) : void
setModeIN_AsString ( string v ) : bool
setModeOUT ( acceptor v ) : void
setModeOUT_AsString ( string v ) : bool
setObsoleteComment ( string v ) : void
setTCS_Order ( int v ) : void
setTranslated ( bool v ) : void
setTranslationRequired ( bool v ) : void
setUserComment ( 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
getMessages ( ) : ArrayList

Part of the list interface for Messages

getSubSteps ( ) : ArrayList

Part of the list interface for SubSteps

Method Details

NotifyControllers() public méthode

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

Step() public méthode

public Step ( ) : System
Résultat System

allMessages() public méthode

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

allSubSteps() public méthode

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

appendMessages() public méthode

Part of the list interface for Messages
public appendMessages ( DBMessage el ) : void
el DBMessage a DBMessage to add to the collection in /// Messages
Résultat void

appendMessages() public méthode

public appendMessages ( Lock aLock, DBMessage el ) : void
aLock Lock
el DBMessage
Résultat void

appendMessages() public méthode

Part of the list interface for Messages
public appendMessages ( System coll ) : void
coll System a collection ofDBMessages to add to the collection in /// Messages
Résultat void

appendMessages() public méthode

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

appendSubSteps() public méthode

public appendSubSteps ( Lock aLock, SubStep el ) : void
aLock Lock
el SubStep
Résultat void

appendSubSteps() public méthode

Part of the list interface for SubSteps
public appendSubSteps ( SubStep el ) : void
el SubStep a SubStep to add to the collection in /// SubSteps
Résultat void

appendSubSteps() public méthode

Part of the list interface for SubSteps
public appendSubSteps ( System coll ) : void
coll System a collection ofSubSteps to add to the collection in /// SubSteps
Résultat void

appendSubSteps() public méthode

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

copyTo() public méthode

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

countMessages() public méthode

Part of the list interface for Messages
public countMessages ( ) : int
Résultat int

countSubSteps() public méthode

Part of the list interface for SubSteps
public countSubSteps ( ) : int
Résultat int

deleteMessages() public méthode

Part of the list interface for Messages This deletion function removes an element from the collection in Messages
public deleteMessages ( int idx ) : void
idx int the index of the element to remove
Résultat void

deleteMessages() public méthode

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

deleteSubSteps() public méthode

Part of the list interface for SubSteps This deletion function removes an element from the collection in SubSteps
public deleteSubSteps ( int idx ) : void
idx int the index of the element to remove
Résultat void

deleteSubSteps() public méthode

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

getDescription() public méthode

public getDescription ( ) : string
Résultat string

getDistance() public méthode

public getDistance ( ) : string
Résultat string

getIO() public méthode

public getIO ( ) : acceptor.ST_IO
Résultat acceptor.ST_IO

getIO_AsString() public méthode

public getIO_AsString ( ) : string
Résultat string

getInterface() public méthode

public getInterface ( ) : acceptor.ST_INTERFACE
Résultat acceptor.ST_INTERFACE

getInterface_AsString() public méthode

public getInterface_AsString ( ) : string
Résultat string

getLevelIN() public méthode

public getLevelIN ( ) : acceptor.ST_LEVEL
Résultat acceptor.ST_LEVEL

getLevelIN_AsString() public méthode

public getLevelIN_AsString ( ) : string
Résultat string

getLevelOUT() public méthode

public getLevelOUT ( ) : acceptor.ST_LEVEL
Résultat acceptor.ST_LEVEL

getLevelOUT_AsString() public méthode

public getLevelOUT_AsString ( ) : string
Résultat string

getMessages() public méthode

Part of the list interface for Messages This function returns an element from the collection in Messages based on an index.
public getMessages ( int idx ) : DBMessage
idx int the index of the element to extract
Résultat DBMessage

getModeIN() public méthode

public getModeIN ( ) : acceptor.ST_MODE
Résultat acceptor.ST_MODE

getModeIN_AsString() public méthode

public getModeIN_AsString ( ) : string
Résultat string

getModeOUT() public méthode

public getModeOUT ( ) : acceptor.ST_MODE
Résultat acceptor.ST_MODE

getModeOUT_AsString() public méthode

public getModeOUT_AsString ( ) : string
Résultat string

getObsoleteComment() public méthode

public getObsoleteComment ( ) : string
Résultat string

getSubSteps() public méthode

Part of the list interface for SubSteps This function returns an element from the collection in SubSteps based on an index.
public getSubSteps ( int idx ) : SubStep
idx int the index of the element to extract
Résultat SubStep

getTCS_Order() public méthode

public getTCS_Order ( ) : int
Résultat int

getTranslated() public méthode

public getTranslated ( ) : bool
Résultat bool

getTranslationRequired() public méthode

public getTranslationRequired ( ) : bool
Résultat bool

getUserComment() public méthode

public getUserComment ( ) : string
Résultat string

indexOfMessages() public méthode

Part of the list interface for Messages This function returns the index of an element in the collection.
public indexOfMessages ( IXmlBBase el ) : int
el IXmlBBase the object to look for
Résultat int

indexOfSubSteps() public méthode

Part of the list interface for SubSteps This function returns the index of an element in the collection.
public indexOfSubSteps ( IXmlBBase el ) : int
el IXmlBBase the object to look for
Résultat int

insertMessages() public méthode

Part of the list interface for Messages This insertion function inserts a new element in the collection in Messages
public insertMessages ( int idx, DBMessage el ) : void
idx int the index where the insertion must take place
el DBMessage the element to insert
Résultat void

insertMessages() public méthode

public insertMessages ( int idx, DBMessage el, Lock aLock ) : void
idx int
el DBMessage
aLock Lock
Résultat void

insertSubSteps() public méthode

Part of the list interface for SubSteps This insertion function inserts a new element in the collection in SubSteps
public insertSubSteps ( int idx, SubStep el ) : void
idx int the index where the insertion must take place
el SubStep the element to insert
Résultat void

insertSubSteps() public méthode

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

removeMessages() public méthode

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

removeMessages() public méthode

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

removeSubSteps() public méthode

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

removeSubSteps() public méthode

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

setAllMessages() public méthode

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

setAllMessages() public méthode

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

setAllSubSteps() public méthode

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

setAllSubSteps() public méthode

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

setDescription() public méthode

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

setDistance() public méthode

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

setIO() public méthode

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

setIO_AsString() public méthode

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

setInterface() public méthode

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

setInterface_AsString() public méthode

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

setLevelIN() public méthode

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

setLevelIN_AsString() public méthode

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

setLevelOUT() public méthode

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

setLevelOUT_AsString() public méthode

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

setModeIN() public méthode

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

setModeIN_AsString() public méthode

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

setModeOUT() public méthode

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

setModeOUT_AsString() public méthode

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

setObsoleteComment() public méthode

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

setTCS_Order() public méthode

public setTCS_Order ( int v ) : void
v int
Résultat void

setTranslated() public méthode

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

setTranslationRequired() public méthode

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

setUserComment() public méthode

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