C# Class DataDictionary.Generated.RuleCondition

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

Méthodes publiques

Méthode Description
NotifyControllers ( Lock aLock ) : void
RuleCondition ( ) : System
allActions ( ) : ArrayList

Part of the list interface for Actions

allPreConditions ( ) : ArrayList

Part of the list interface for PreConditions

allSubRules ( ) : ArrayList

Part of the list interface for SubRules

appendActions ( Action el ) : void

Part of the list interface for Actions

appendActions ( Lock aLock, Action el ) : void
appendActions ( System coll ) : void

Part of the list interface for Actions

appendActions ( System coll, Lock aLock ) : void
appendPreConditions ( Lock aLock, PreCondition el ) : void
appendPreConditions ( PreCondition el ) : void

Part of the list interface for PreConditions

appendPreConditions ( System coll ) : void

Part of the list interface for PreConditions

appendPreConditions ( System coll, Lock aLock ) : void
appendSubRules ( Lock aLock, Rule el ) : void
appendSubRules ( Rule el ) : void

Part of the list interface for SubRules

appendSubRules ( System coll ) : void

Part of the list interface for SubRules

appendSubRules ( System coll, Lock aLock ) : void
copyTo ( RuleCondition other ) : void
countActions ( ) : int

Part of the list interface for Actions

countPreConditions ( ) : int

Part of the list interface for PreConditions

countSubRules ( ) : int

Part of the list interface for SubRules

deleteActions ( int idx ) : void

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

deleteActions ( int idx, Lock aLock ) : void
deletePreConditions ( int idx ) : void

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

deletePreConditions ( int idx, Lock aLock ) : void
deleteSubRules ( int idx ) : void

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

deleteSubRules ( int idx, Lock aLock ) : void
dispatch ( XmlBooster.XmlBBaseVisitor v ) : void
dispatch ( XmlBooster.XmlBBaseVisitor v, bool visitSubNodes ) : void
find ( Object search ) : bool
getActions ( int idx ) : Action

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

getPreConditions ( int idx ) : PreCondition

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

getSubRules ( int idx ) : Rule

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

indexOfActions ( IXmlBBase el ) : int

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

indexOfPreConditions ( IXmlBBase el ) : int

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

indexOfSubRules ( IXmlBBase el ) : int

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

insertActions ( int idx, Action el ) : void

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

insertActions ( int idx, Action el, Lock aLock ) : void
insertPreConditions ( int idx, PreCondition el ) : void

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

insertPreConditions ( int idx, PreCondition el, Lock aLock ) : void
insertSubRules ( int idx, Rule el ) : void

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

insertSubRules ( int idx, Rule 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.
removeActions ( IXmlBBase obj ) : void

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

removeActions ( IXmlBBase obj, Lock aLock ) : void
removePreConditions ( IXmlBBase obj ) : void

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

removePreConditions ( IXmlBBase obj, Lock aLock ) : void
removeSubRules ( IXmlBBase obj ) : void

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

removeSubRules ( IXmlBBase obj, Lock aLock ) : void
setAllActions ( Lock aLock, System coll ) : void
setAllActions ( System coll ) : void

Part of the list interface for Actions

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

Part of the list interface for PreConditions

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

Part of the list interface for SubRules

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
getActions ( ) : ArrayList

Part of the list interface for Actions

getPreConditions ( ) : ArrayList

Part of the list interface for PreConditions

getSubRules ( ) : ArrayList

Part of the list interface for SubRules

Method Details

NotifyControllers() public méthode

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

RuleCondition() public méthode

public RuleCondition ( ) : System
Résultat System

allActions() public méthode

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

allPreConditions() public méthode

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

allSubRules() public méthode

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

appendActions() public méthode

Part of the list interface for Actions
public appendActions ( Action el ) : void
el Action a Action to add to the collection in /// Actions
Résultat void

appendActions() public méthode

public appendActions ( Lock aLock, Action el ) : void
aLock Lock
el Action
Résultat void

appendActions() public méthode

Part of the list interface for Actions
public appendActions ( System coll ) : void
coll System a collection ofActions to add to the collection in /// Actions
Résultat void

appendActions() public méthode

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

appendPreConditions() public méthode

public appendPreConditions ( Lock aLock, PreCondition el ) : void
aLock Lock
el PreCondition
Résultat void

appendPreConditions() public méthode

Part of the list interface for PreConditions
public appendPreConditions ( PreCondition el ) : void
el PreCondition a PreCondition to add to the collection in /// PreConditions
Résultat void

appendPreConditions() public méthode

Part of the list interface for PreConditions
public appendPreConditions ( System coll ) : void
coll System a collection ofPreConditions to add to the collection in /// PreConditions
Résultat void

appendPreConditions() public méthode

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

appendSubRules() public méthode

public appendSubRules ( Lock aLock, Rule el ) : void
aLock Lock
el Rule
Résultat void

appendSubRules() public méthode

Part of the list interface for SubRules
public appendSubRules ( Rule el ) : void
el Rule a Rule to add to the collection in /// SubRules
Résultat void

appendSubRules() public méthode

Part of the list interface for SubRules
public appendSubRules ( System coll ) : void
coll System a collection ofRules to add to the collection in /// SubRules
Résultat void

appendSubRules() public méthode

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

copyTo() public méthode

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

countActions() public méthode

Part of the list interface for Actions
public countActions ( ) : int
Résultat int

countPreConditions() public méthode

Part of the list interface for PreConditions
public countPreConditions ( ) : int
Résultat int

countSubRules() public méthode

Part of the list interface for SubRules
public countSubRules ( ) : int
Résultat int

deleteActions() public méthode

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

deleteActions() public méthode

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

deletePreConditions() public méthode

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

deletePreConditions() public méthode

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

deleteSubRules() public méthode

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

deleteSubRules() public méthode

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

getActions() public méthode

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

getPreConditions() public méthode

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

getSubRules() public méthode

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

indexOfActions() public méthode

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

indexOfPreConditions() public méthode

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

indexOfSubRules() public méthode

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

insertActions() public méthode

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

insertActions() public méthode

public insertActions ( int idx, Action el, Lock aLock ) : void
idx int
el Action
aLock Lock
Résultat void

insertPreConditions() public méthode

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

insertPreConditions() public méthode

public insertPreConditions ( int idx, PreCondition el, Lock aLock ) : void
idx int
el PreCondition
aLock Lock
Résultat void

insertSubRules() public méthode

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

insertSubRules() public méthode

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

removeActions() public méthode

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

removeActions() public méthode

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

removePreConditions() public méthode

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

removePreConditions() public méthode

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

removeSubRules() public méthode

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

removeSubRules() public méthode

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

setAllActions() public méthode

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

setAllActions() public méthode

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

setAllPreConditions() public méthode

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

setAllPreConditions() public méthode

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

setAllSubRules() public méthode

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

setAllSubRules() public méthode

Part of the list interface for SubRules
public setAllSubRules ( System coll ) : void
coll System a collection of elements which replaces /// SubRules's current content.
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