C# Class DataDictionary.Generated.Procedure

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

Méthodes publiques

Méthode 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

Méthode Description
getParameters ( ) : ArrayList

Part of the list interface for Parameters

getRules ( ) : ArrayList

Part of the list interface for Rules

Method Details

NotifyControllers() public méthode

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

Procedure() public méthode

public Procedure ( ) : System
Résultat System

allParameters() public méthode

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

allRules() public méthode

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

appendParameters() public méthode

public appendParameters ( Lock aLock, Parameter el ) : void
aLock Lock
el Parameter
Résultat void

appendParameters() public méthode

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

appendParameters() public méthode

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

appendParameters() public méthode

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

appendRules() public méthode

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

appendRules() public méthode

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

appendRules() public méthode

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

appendRules() public méthode

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

copyTo() public méthode

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

countParameters() public méthode

Part of the list interface for Parameters
public countParameters ( ) : int
Résultat int

countRules() public méthode

Part of the list interface for Rules
public countRules ( ) : int
Résultat int

deleteParameters() public méthode

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
Résultat void

deleteParameters() public méthode

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

deleteRules() public méthode

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
Résultat void

deleteRules() public méthode

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

getHeight() public méthode

public getHeight ( ) : int
Résultat int

getHidden() public méthode

public getHidden ( ) : bool
Résultat bool

getParameters() public méthode

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
Résultat Parameter

getPinned() public méthode

public getPinned ( ) : bool
Résultat bool

getRules() public méthode

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
Résultat Rule

getStateMachine() public méthode

public getStateMachine ( ) : StateMachine
Résultat StateMachine

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

indexOfParameters() public méthode

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
Résultat int

indexOfRules() public méthode

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
Résultat int

insertParameters() public méthode

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
Résultat void

insertParameters() public méthode

public insertParameters ( int idx, Parameter el, Lock aLock ) : void
idx int
el Parameter
aLock Lock
Résultat void

insertRules() public méthode

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
Résultat void

insertRules() public méthode

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

removeParameters() public méthode

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
Résultat void

removeParameters() public méthode

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

removeRules() public méthode

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
Résultat void

removeRules() public méthode

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

setAllParameters() public méthode

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

setAllParameters() public méthode

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

setAllRules() public méthode

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

setAllRules() public méthode

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

setStateMachine() public méthode

public setStateMachine ( StateMachine v ) : void
v StateMachine
Résultat void

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