C# Class DataDictionary.Generated.Rule

Inheritance: DataDictionary.ReqRelated
显示文件 Open project: ERTMSSolutions/ERTMSFormalSpecs Class Usage Examples

Public Methods

Method 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

Method Description
getConditions ( ) : ArrayList

Part of the list interface for Conditions

Method Details

NotifyControllers() public method

public NotifyControllers ( Lock aLock ) : void
aLock Lock
return void

Rule() public method

public Rule ( ) : System
return System

allConditions() public method

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

appendConditions() public method

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

appendConditions() public method

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

appendConditions() public method

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

appendConditions() public method

public appendConditions ( System coll, Lock aLock ) : void
coll System
aLock Lock
return void

copyTo() public method

public copyTo ( Rule other ) : void
other Rule
return void

countConditions() public method

Part of the list interface for Conditions
public countConditions ( ) : int
return int

deleteConditions() public method

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
return void

deleteConditions() public method

public deleteConditions ( int idx, Lock aLock ) : void
idx int
aLock Lock
return void

dispatch() public method

public dispatch ( XmlBooster.XmlBBaseVisitor v ) : void
v XmlBooster.XmlBBaseVisitor
return void

dispatch() public method

public dispatch ( XmlBooster.XmlBBaseVisitor v, bool visitSubNodes ) : void
v XmlBooster.XmlBBaseVisitor
visitSubNodes bool
return void

find() public method

public find ( Object search ) : bool
search Object
return bool

getConditions() public method

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
return RuleCondition

getHeight() public method

public getHeight ( ) : int
return int

getHidden() public method

public getHidden ( ) : bool
return bool

getPinned() public method

public getPinned ( ) : bool
return bool

getPriority() public method

public getPriority ( ) : acceptor.RulePriority
return acceptor.RulePriority

getPriority_AsString() public method

public getPriority_AsString ( ) : string
return string

getWidth() public method

public getWidth ( ) : int
return int

getX() public method

public getX ( ) : int
return int

getY() public method

public getY ( ) : int
return int

indexOfConditions() public method

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
return int

insertConditions() public method

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
return void

insertConditions() public method

public insertConditions ( int idx, RuleCondition el, Lock aLock ) : void
idx int
el RuleCondition
aLock Lock
return void

parse() public method

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
return void

parseBody() public method

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
return void

removeConditions() public method

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
return void

removeConditions() public method

public removeConditions ( IXmlBBase obj, Lock aLock ) : void
obj IXmlBBase
aLock Lock
return void

setAllConditions() public method

public setAllConditions ( Lock aLock, System coll ) : void
aLock Lock
coll System
return void

setAllConditions() public method

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

setHeight() public method

public setHeight ( int v ) : void
v int
return void

setHidden() public method

public setHidden ( bool v ) : void
v bool
return void

setPinned() public method

public setPinned ( bool v ) : void
v bool
return void

setPriority() public method

public setPriority ( acceptor v ) : void
v acceptor
return void

setPriority_AsString() public method

public setPriority_AsString ( string v ) : bool
v string
return bool

setWidth() public method

public setWidth ( int v ) : void
v int
return void

setX() public method

public setX ( int v ) : void
v int
return void

setY() public method

public setY ( int v ) : void
v int
return void

subElements() public method

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
return void

unParse() public method

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
return void

unParseBody() public method

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
return void