C# Class DataDictionary.Generated.Rule

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

Méthodes publiques

Méthode Description
NotifyControllers ( Lock aLock ) : void
Rule ( ) : System
allConditions ( ) : ArrayList

Part of the list interface for Conditions

appendConditions ( Lock aLock, RuleCondition el ) : void
appendConditions ( RuleCondition el ) : void

Part of the list interface for Conditions

appendConditions ( System coll ) : void

Part of the list interface for Conditions

appendConditions ( System coll, Lock aLock ) : void
copyTo ( Rule other ) : void
countConditions ( ) : int

Part of the list interface for Conditions

deleteConditions ( int idx ) : void

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

deleteConditions ( int idx, Lock aLock ) : void
dispatch ( XmlBooster.XmlBBaseVisitor v ) : void
dispatch ( XmlBooster.XmlBBaseVisitor v, bool visitSubNodes ) : void
find ( Object search ) : bool
getConditions ( int idx ) : RuleCondition

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

getHeight ( ) : int
getHidden ( ) : bool
getPinned ( ) : bool
getPriority ( ) : acceptor.RulePriority
getPriority_AsString ( ) : string
getWidth ( ) : int
getX ( ) : int
getY ( ) : int
indexOfConditions ( IXmlBBase el ) : int

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

insertConditions ( int idx, RuleCondition el ) : void

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

insertConditions ( int idx, RuleCondition 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.
removeConditions ( IXmlBBase obj ) : void

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

removeConditions ( IXmlBBase obj, Lock aLock ) : void
setAllConditions ( Lock aLock, System coll ) : void
setAllConditions ( System coll ) : void

Part of the list interface for Conditions

setHeight ( int v ) : void
setHidden ( bool v ) : void
setPinned ( bool v ) : void
setPriority ( acceptor v ) : void
setPriority_AsString ( string v ) : bool
setWidth ( int v ) : void
setX ( int v ) : void
setY ( int 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
getConditions ( ) : ArrayList

Part of the list interface for Conditions

Method Details

NotifyControllers() public méthode

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

Rule() public méthode

public Rule ( ) : System
Résultat System

allConditions() public méthode

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

appendConditions() public méthode

public appendConditions ( Lock aLock, RuleCondition el ) : void
aLock Lock
el RuleCondition
Résultat void

appendConditions() public méthode

Part of the list interface for Conditions
public appendConditions ( RuleCondition el ) : void
el RuleCondition a RuleCondition to add to the collection in /// Conditions
Résultat void

appendConditions() public méthode

Part of the list interface for Conditions
public appendConditions ( System coll ) : void
coll System a collection ofRuleConditions to add to the collection in /// Conditions
Résultat void

appendConditions() public méthode

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

copyTo() public méthode

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

countConditions() public méthode

Part of the list interface for Conditions
public countConditions ( ) : int
Résultat int

deleteConditions() public méthode

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

deleteConditions() public méthode

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

getConditions() public méthode

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

getHeight() public méthode

public getHeight ( ) : int
Résultat int

getHidden() public méthode

public getHidden ( ) : bool
Résultat bool

getPinned() public méthode

public getPinned ( ) : bool
Résultat bool

getPriority() public méthode

public getPriority ( ) : acceptor.RulePriority
Résultat acceptor.RulePriority

getPriority_AsString() public méthode

public getPriority_AsString ( ) : string
Résultat string

getWidth() public méthode

public getWidth ( ) : int
Résultat int

getX() public méthode

public getX ( ) : int
Résultat int

getY() public méthode

public getY ( ) : int
Résultat int

indexOfConditions() public méthode

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

insertConditions() public méthode

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

insertConditions() public méthode

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

removeConditions() public méthode

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

removeConditions() public méthode

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

setAllConditions() public méthode

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

setAllConditions() public méthode

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

setHeight() public méthode

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

setHidden() public méthode

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

setPinned() public méthode

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

setPriority() public méthode

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

setPriority_AsString() public méthode

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

setWidth() public méthode

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

setX() public méthode

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

setY() public méthode

public setY ( int v ) : void
v int
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