C# Class DataDictionary.Generated.Procedure

Inheritance: DataDictionary.ReqRelated
Show file Open project: ERTMSSolutions/ERTMSFormalSpecs Class Usage Examples

Public Methods

Method Description
NotifyControllers ( Lock aLock ) : void
Procedure ( ) : System
allParameters ( ) : ArrayList

Part of the list interface for Parameters

allRules ( ) : ArrayList

Part of the list interface for Rules

appendParameters ( Lock aLock, Parameter el ) : void
appendParameters ( Parameter el ) : void

Part of the list interface for Parameters

appendParameters ( System coll ) : void

Part of the list interface for Parameters

appendParameters ( System coll, Lock aLock ) : void
appendRules ( Lock aLock, Rule el ) : void
appendRules ( Rule el ) : void

Part of the list interface for Rules

appendRules ( System coll ) : void

Part of the list interface for Rules

appendRules ( System coll, Lock aLock ) : void
copyTo ( Procedure other ) : void
countParameters ( ) : int

Part of the list interface for Parameters

countRules ( ) : int

Part of the list interface for Rules

deleteParameters ( int idx ) : void

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

deleteParameters ( int idx, Lock aLock ) : void
deleteRules ( int idx ) : void

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

deleteRules ( int idx, Lock aLock ) : void
dispatch ( XmlBooster.XmlBBaseVisitor v ) : void
dispatch ( XmlBooster.XmlBBaseVisitor v, bool visitSubNodes ) : void
find ( Object search ) : bool
getHeight ( ) : int
getHidden ( ) : bool
getParameters ( int idx ) : Parameter

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

getPinned ( ) : bool
getRules ( int idx ) : Rule

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

getStateMachine ( ) : StateMachine
getWidth ( ) : int
getX ( ) : int
getY ( ) : int
indexOfParameters ( IXmlBBase el ) : int

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

indexOfRules ( IXmlBBase el ) : int

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

insertParameters ( int idx, Parameter el ) : void

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

insertParameters ( int idx, Parameter el, Lock aLock ) : void
insertRules ( int idx, Rule el ) : void

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

insertRules ( 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.
removeParameters ( IXmlBBase obj ) : void

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

removeParameters ( IXmlBBase obj, Lock aLock ) : void
removeRules ( IXmlBBase obj ) : void

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

removeRules ( IXmlBBase obj, Lock aLock ) : void
setAllParameters ( Lock aLock, System coll ) : void
setAllParameters ( System coll ) : void

Part of the list interface for Parameters

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

Part of the list interface for Rules

setHeight ( int v ) : void
setHidden ( bool v ) : void
setPinned ( bool v ) : void
setStateMachine ( StateMachine v ) : void
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
getParameters ( ) : ArrayList

Part of the list interface for Parameters

getRules ( ) : ArrayList

Part of the list interface for Rules

Method Details

NotifyControllers() public method

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

Procedure() public method

public Procedure ( ) : System
return System

allParameters() public method

Part of the list interface for Parameters
public allParameters ( ) : ArrayList
return System.Collections.ArrayList

allRules() public method

Part of the list interface for Rules
public allRules ( ) : ArrayList
return System.Collections.ArrayList

appendParameters() public method

public appendParameters ( Lock aLock, Parameter el ) : void
aLock Lock
el Parameter
return void

appendParameters() public method

Part of the list interface for Parameters
public appendParameters ( Parameter el ) : void
el Parameter a Parameter to add to the collection in /// Parameters
return void

appendParameters() public method

Part of the list interface for Parameters
public appendParameters ( System coll ) : void
coll System a collection ofParameters to add to the collection in /// Parameters
return void

appendParameters() public method

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

appendRules() public method

public appendRules ( Lock aLock, Rule el ) : void
aLock Lock
el Rule
return void

appendRules() public method

Part of the list interface for Rules
public appendRules ( Rule el ) : void
el Rule a Rule to add to the collection in /// Rules
return void

appendRules() public method

Part of the list interface for Rules
public appendRules ( System coll ) : void
coll System a collection ofRules to add to the collection in /// Rules
return void

appendRules() public method

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

copyTo() public method

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

countParameters() public method

Part of the list interface for Parameters
public countParameters ( ) : int
return int

countRules() public method

Part of the list interface for Rules
public countRules ( ) : int
return int

deleteParameters() public method

Part of the list interface for Parameters This deletion function removes an element from the collection in Parameters
public deleteParameters ( int idx ) : void
idx int the index of the element to remove
return void

deleteParameters() public method

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

deleteRules() public method

Part of the list interface for Rules This deletion function removes an element from the collection in Rules
public deleteRules ( int idx ) : void
idx int the index of the element to remove
return void

deleteRules() public method

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

getHeight() public method

public getHeight ( ) : int
return int

getHidden() public method

public getHidden ( ) : bool
return bool

getParameters() public method

Part of the list interface for Parameters This function returns an element from the collection in Parameters based on an index.
public getParameters ( int idx ) : Parameter
idx int the index of the element to extract
return Parameter

getPinned() public method

public getPinned ( ) : bool
return bool

getRules() public method

Part of the list interface for Rules This function returns an element from the collection in Rules based on an index.
public getRules ( int idx ) : Rule
idx int the index of the element to extract
return Rule

getStateMachine() public method

public getStateMachine ( ) : StateMachine
return StateMachine

getWidth() public method

public getWidth ( ) : int
return int

getX() public method

public getX ( ) : int
return int

getY() public method

public getY ( ) : int
return int

indexOfParameters() public method

Part of the list interface for Parameters This function returns the index of an element in the collection.
public indexOfParameters ( IXmlBBase el ) : int
el IXmlBBase the object to look for
return int

indexOfRules() public method

Part of the list interface for Rules This function returns the index of an element in the collection.
public indexOfRules ( IXmlBBase el ) : int
el IXmlBBase the object to look for
return int

insertParameters() public method

Part of the list interface for Parameters This insertion function inserts a new element in the collection in Parameters
public insertParameters ( int idx, Parameter el ) : void
idx int the index where the insertion must take place
el Parameter the element to insert
return void

insertParameters() public method

public insertParameters ( int idx, Parameter el, Lock aLock ) : void
idx int
el Parameter
aLock Lock
return void

insertRules() public method

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

insertRules() public method

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

removeParameters() public method

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

removeParameters() public method

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

removeRules() public method

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

removeRules() public method

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

setAllParameters() public method

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

setAllParameters() public method

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

setAllRules() public method

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

setAllRules() public method

Part of the list interface for Rules
public setAllRules ( System coll ) : void
coll System a collection of elements which replaces /// Rules'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

setStateMachine() public method

public setStateMachine ( StateMachine v ) : void
v StateMachine
return void

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