Method |
Description |
|
Frame ( ) : System |
|
|
NotifyControllers ( Lock aLock ) : void |
|
|
allSubSequences ( ) : ArrayList |
Part of the list interface for SubSequences |
|
appendSubSequences ( Lock aLock, SubSequence el ) : void |
|
|
appendSubSequences ( SubSequence el ) : void |
Part of the list interface for SubSequences |
|
appendSubSequences ( System coll ) : void |
Part of the list interface for SubSequences |
|
appendSubSequences ( System coll, Lock aLock ) : void |
|
|
copyTo ( Frame other ) : void |
|
|
countSubSequences ( ) : int |
Part of the list interface for SubSequences |
|
deleteSubSequences ( int idx ) : void |
Part of the list interface for SubSequences This deletion function removes an element from the collection in SubSequences |
|
deleteSubSequences ( int idx, Lock aLock ) : void |
|
|
dispatch ( XmlBooster.XmlBBaseVisitor v ) : void |
|
|
dispatch ( XmlBooster.XmlBBaseVisitor v, bool visitSubNodes ) : void |
|
|
find ( Object search ) : bool |
|
|
getComment ( ) : string |
|
|
getCycleDuration ( ) : string |
|
|
getRuleCheckDisabling ( ) : RuleCheckDisabling |
|
|
getSubSequences ( int idx ) : SubSequence |
Part of the list interface for SubSequences This function returns an element from the collection in SubSequences based on an index. |
|
indexOfSubSequences ( IXmlBBase el ) : int |
Part of the list interface for SubSequences This function returns the index of an element in the collection. |
|
insertSubSequences ( int idx, SubSequence el ) : void |
Part of the list interface for SubSequences This insertion function inserts a new element in the collection in SubSequences |
|
insertSubSequences ( int idx, SubSequence 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. |
|
removeSubSequences ( IXmlBBase obj ) : void |
Part of the list interface for SubSequences This deletion function removes an element from the collection in SubSequences If the object given in parameter is not found in the the collection, this function does nothing. |
|
removeSubSequences ( IXmlBBase obj, Lock aLock ) : void |
|
|
setAllSubSequences ( Lock aLock, System coll ) : void |
|
|
setAllSubSequences ( System coll ) : void |
Part of the list interface for SubSequences |
|
setComment ( string v ) : void |
|
|
setCycleDuration ( string v ) : void |
|
|
setRuleCheckDisabling ( RuleCheckDisabling 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. |
|