C# 클래스 DataDictionary.Generated.Procedure

상속: DataDictionary.ReqRelated
파일 보기 프로젝트 열기: ERTMSSolutions/ERTMSFormalSpecs 1 사용 예제들

공개 메소드들

메소드 설명
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.

비공개 메소드들

메소드 설명
getParameters ( ) : ArrayList

Part of the list interface for Parameters

getRules ( ) : ArrayList

Part of the list interface for Rules

메소드 상세

NotifyControllers() 공개 메소드

public NotifyControllers ( Lock aLock ) : void
aLock Lock
리턴 void

Procedure() 공개 메소드

public Procedure ( ) : System
리턴 System

allParameters() 공개 메소드

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

allRules() 공개 메소드

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

appendParameters() 공개 메소드

public appendParameters ( Lock aLock, Parameter el ) : void
aLock Lock
el Parameter
리턴 void

appendParameters() 공개 메소드

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

appendParameters() 공개 메소드

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

appendParameters() 공개 메소드

public appendParameters ( System coll, Lock aLock ) : void
coll System
aLock Lock
리턴 void

appendRules() 공개 메소드

public appendRules ( Lock aLock, Rule el ) : void
aLock Lock
el Rule
리턴 void

appendRules() 공개 메소드

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

appendRules() 공개 메소드

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

appendRules() 공개 메소드

public appendRules ( System coll, Lock aLock ) : void
coll System
aLock Lock
리턴 void

copyTo() 공개 메소드

public copyTo ( Procedure other ) : void
other Procedure
리턴 void

countParameters() 공개 메소드

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

countRules() 공개 메소드

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

deleteParameters() 공개 메소드

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
리턴 void

deleteParameters() 공개 메소드

public deleteParameters ( int idx, Lock aLock ) : void
idx int
aLock Lock
리턴 void

deleteRules() 공개 메소드

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
리턴 void

deleteRules() 공개 메소드

public deleteRules ( int idx, Lock aLock ) : void
idx int
aLock Lock
리턴 void

dispatch() 공개 메소드

public dispatch ( XmlBooster.XmlBBaseVisitor v ) : void
v XmlBooster.XmlBBaseVisitor
리턴 void

dispatch() 공개 메소드

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

find() 공개 메소드

public find ( Object search ) : bool
search Object
리턴 bool

getHeight() 공개 메소드

public getHeight ( ) : int
리턴 int

getHidden() 공개 메소드

public getHidden ( ) : bool
리턴 bool

getParameters() 공개 메소드

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
리턴 Parameter

getPinned() 공개 메소드

public getPinned ( ) : bool
리턴 bool

getRules() 공개 메소드

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
리턴 Rule

getStateMachine() 공개 메소드

public getStateMachine ( ) : StateMachine
리턴 StateMachine

getWidth() 공개 메소드

public getWidth ( ) : int
리턴 int

getX() 공개 메소드

public getX ( ) : int
리턴 int

getY() 공개 메소드

public getY ( ) : int
리턴 int

indexOfParameters() 공개 메소드

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
리턴 int

indexOfRules() 공개 메소드

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
리턴 int

insertParameters() 공개 메소드

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
리턴 void

insertParameters() 공개 메소드

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

insertRules() 공개 메소드

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
리턴 void

insertRules() 공개 메소드

public insertRules ( int idx, Rule el, Lock aLock ) : void
idx int
el Rule
aLock Lock
리턴 void

parse() 공개 메소드

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
리턴 void

parseBody() 공개 메소드

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
리턴 void

removeParameters() 공개 메소드

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
리턴 void

removeParameters() 공개 메소드

public removeParameters ( IXmlBBase obj, Lock aLock ) : void
obj IXmlBBase
aLock Lock
리턴 void

removeRules() 공개 메소드

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
리턴 void

removeRules() 공개 메소드

public removeRules ( IXmlBBase obj, Lock aLock ) : void
obj IXmlBBase
aLock Lock
리턴 void

setAllParameters() 공개 메소드

public setAllParameters ( Lock aLock, System coll ) : void
aLock Lock
coll System
리턴 void

setAllParameters() 공개 메소드

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

setAllRules() 공개 메소드

public setAllRules ( Lock aLock, System coll ) : void
aLock Lock
coll System
리턴 void

setAllRules() 공개 메소드

Part of the list interface for Rules
public setAllRules ( System coll ) : void
coll System a collection of elements which replaces /// Rules's current content.
리턴 void

setHeight() 공개 메소드

public setHeight ( int v ) : void
v int
리턴 void

setHidden() 공개 메소드

public setHidden ( bool v ) : void
v bool
리턴 void

setPinned() 공개 메소드

public setPinned ( bool v ) : void
v bool
리턴 void

setStateMachine() 공개 메소드

public setStateMachine ( StateMachine v ) : void
v StateMachine
리턴 void

setWidth() 공개 메소드

public setWidth ( int v ) : void
v int
리턴 void

setX() 공개 메소드

public setX ( int v ) : void
v int
리턴 void

setY() 공개 메소드

public setY ( int v ) : void
v int
리턴 void

subElements() 공개 메소드

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
리턴 void

unParse() 공개 메소드

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
리턴 void

unParseBody() 공개 메소드

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
리턴 void