C# 클래스 DataDictionary.Generated.Rule

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

공개 메소드들

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

비공개 메소드들

메소드 설명
getConditions ( ) : ArrayList

Part of the list interface for Conditions

메소드 상세

NotifyControllers() 공개 메소드

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

Rule() 공개 메소드

public Rule ( ) : System
리턴 System

allConditions() 공개 메소드

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

appendConditions() 공개 메소드

public appendConditions ( Lock aLock, RuleCondition el ) : void
aLock Lock
el RuleCondition
리턴 void

appendConditions() 공개 메소드

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

appendConditions() 공개 메소드

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

appendConditions() 공개 메소드

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

copyTo() 공개 메소드

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

countConditions() 공개 메소드

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

deleteConditions() 공개 메소드

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

deleteConditions() 공개 메소드

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

getConditions() 공개 메소드

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

getHeight() 공개 메소드

public getHeight ( ) : int
리턴 int

getHidden() 공개 메소드

public getHidden ( ) : bool
리턴 bool

getPinned() 공개 메소드

public getPinned ( ) : bool
리턴 bool

getPriority() 공개 메소드

public getPriority ( ) : acceptor.RulePriority
리턴 acceptor.RulePriority

getPriority_AsString() 공개 메소드

public getPriority_AsString ( ) : string
리턴 string

getWidth() 공개 메소드

public getWidth ( ) : int
리턴 int

getX() 공개 메소드

public getX ( ) : int
리턴 int

getY() 공개 메소드

public getY ( ) : int
리턴 int

indexOfConditions() 공개 메소드

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

insertConditions() 공개 메소드

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

insertConditions() 공개 메소드

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

removeConditions() 공개 메소드

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

removeConditions() 공개 메소드

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

setAllConditions() 공개 메소드

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

setAllConditions() 공개 메소드

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

setPriority() 공개 메소드

public setPriority ( acceptor v ) : void
v acceptor
리턴 void

setPriority_AsString() 공개 메소드

public setPriority_AsString ( string v ) : bool
v string
리턴 bool

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