Method |
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. |
|