C# 클래스 DataDictionary.Generated.RuleCondition

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

공개 메소드들

메소드 설명
NotifyControllers ( Lock aLock ) : void
RuleCondition ( ) : System
allActions ( ) : ArrayList

Part of the list interface for Actions

allPreConditions ( ) : ArrayList

Part of the list interface for PreConditions

allSubRules ( ) : ArrayList

Part of the list interface for SubRules

appendActions ( Action el ) : void

Part of the list interface for Actions

appendActions ( Lock aLock, Action el ) : void
appendActions ( System coll ) : void

Part of the list interface for Actions

appendActions ( System coll, Lock aLock ) : void
appendPreConditions ( Lock aLock, PreCondition el ) : void
appendPreConditions ( PreCondition el ) : void

Part of the list interface for PreConditions

appendPreConditions ( System coll ) : void

Part of the list interface for PreConditions

appendPreConditions ( System coll, Lock aLock ) : void
appendSubRules ( Lock aLock, Rule el ) : void
appendSubRules ( Rule el ) : void

Part of the list interface for SubRules

appendSubRules ( System coll ) : void

Part of the list interface for SubRules

appendSubRules ( System coll, Lock aLock ) : void
copyTo ( RuleCondition other ) : void
countActions ( ) : int

Part of the list interface for Actions

countPreConditions ( ) : int

Part of the list interface for PreConditions

countSubRules ( ) : int

Part of the list interface for SubRules

deleteActions ( int idx ) : void

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

deleteActions ( int idx, Lock aLock ) : void
deletePreConditions ( int idx ) : void

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

deletePreConditions ( int idx, Lock aLock ) : void
deleteSubRules ( int idx ) : void

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

deleteSubRules ( int idx, Lock aLock ) : void
dispatch ( XmlBooster.XmlBBaseVisitor v ) : void
dispatch ( XmlBooster.XmlBBaseVisitor v, bool visitSubNodes ) : void
find ( Object search ) : bool
getActions ( int idx ) : Action

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

getPreConditions ( int idx ) : PreCondition

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

getSubRules ( int idx ) : Rule

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

indexOfActions ( IXmlBBase el ) : int

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

indexOfPreConditions ( IXmlBBase el ) : int

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

indexOfSubRules ( IXmlBBase el ) : int

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

insertActions ( int idx, Action el ) : void

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

insertActions ( int idx, Action el, Lock aLock ) : void
insertPreConditions ( int idx, PreCondition el ) : void

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

insertPreConditions ( int idx, PreCondition el, Lock aLock ) : void
insertSubRules ( int idx, Rule el ) : void

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

insertSubRules ( 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.
removeActions ( IXmlBBase obj ) : void

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

removeActions ( IXmlBBase obj, Lock aLock ) : void
removePreConditions ( IXmlBBase obj ) : void

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

removePreConditions ( IXmlBBase obj, Lock aLock ) : void
removeSubRules ( IXmlBBase obj ) : void

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

removeSubRules ( IXmlBBase obj, Lock aLock ) : void
setAllActions ( Lock aLock, System coll ) : void
setAllActions ( System coll ) : void

Part of the list interface for Actions

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

Part of the list interface for PreConditions

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

Part of the list interface for SubRules

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.

비공개 메소드들

메소드 설명
getActions ( ) : ArrayList

Part of the list interface for Actions

getPreConditions ( ) : ArrayList

Part of the list interface for PreConditions

getSubRules ( ) : ArrayList

Part of the list interface for SubRules

메소드 상세

NotifyControllers() 공개 메소드

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

RuleCondition() 공개 메소드

public RuleCondition ( ) : System
리턴 System

allActions() 공개 메소드

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

allPreConditions() 공개 메소드

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

allSubRules() 공개 메소드

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

appendActions() 공개 메소드

Part of the list interface for Actions
public appendActions ( Action el ) : void
el Action a Action to add to the collection in /// Actions
리턴 void

appendActions() 공개 메소드

public appendActions ( Lock aLock, Action el ) : void
aLock Lock
el Action
리턴 void

appendActions() 공개 메소드

Part of the list interface for Actions
public appendActions ( System coll ) : void
coll System a collection ofActions to add to the collection in /// Actions
리턴 void

appendActions() 공개 메소드

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

appendPreConditions() 공개 메소드

public appendPreConditions ( Lock aLock, PreCondition el ) : void
aLock Lock
el PreCondition
리턴 void

appendPreConditions() 공개 메소드

Part of the list interface for PreConditions
public appendPreConditions ( PreCondition el ) : void
el PreCondition a PreCondition to add to the collection in /// PreConditions
리턴 void

appendPreConditions() 공개 메소드

Part of the list interface for PreConditions
public appendPreConditions ( System coll ) : void
coll System a collection ofPreConditions to add to the collection in /// PreConditions
리턴 void

appendPreConditions() 공개 메소드

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

appendSubRules() 공개 메소드

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

appendSubRules() 공개 메소드

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

appendSubRules() 공개 메소드

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

appendSubRules() 공개 메소드

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

copyTo() 공개 메소드

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

countActions() 공개 메소드

Part of the list interface for Actions
public countActions ( ) : int
리턴 int

countPreConditions() 공개 메소드

Part of the list interface for PreConditions
public countPreConditions ( ) : int
리턴 int

countSubRules() 공개 메소드

Part of the list interface for SubRules
public countSubRules ( ) : int
리턴 int

deleteActions() 공개 메소드

Part of the list interface for Actions This deletion function removes an element from the collection in Actions
public deleteActions ( int idx ) : void
idx int the index of the element to remove
리턴 void

deleteActions() 공개 메소드

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

deletePreConditions() 공개 메소드

Part of the list interface for PreConditions This deletion function removes an element from the collection in PreConditions
public deletePreConditions ( int idx ) : void
idx int the index of the element to remove
리턴 void

deletePreConditions() 공개 메소드

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

deleteSubRules() 공개 메소드

Part of the list interface for SubRules This deletion function removes an element from the collection in SubRules
public deleteSubRules ( int idx ) : void
idx int the index of the element to remove
리턴 void

deleteSubRules() 공개 메소드

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

getActions() 공개 메소드

Part of the list interface for Actions This function returns an element from the collection in Actions based on an index.
public getActions ( int idx ) : Action
idx int the index of the element to extract
리턴 Action

getPreConditions() 공개 메소드

Part of the list interface for PreConditions This function returns an element from the collection in PreConditions based on an index.
public getPreConditions ( int idx ) : PreCondition
idx int the index of the element to extract
리턴 PreCondition

getSubRules() 공개 메소드

Part of the list interface for SubRules This function returns an element from the collection in SubRules based on an index.
public getSubRules ( int idx ) : Rule
idx int the index of the element to extract
리턴 Rule

indexOfActions() 공개 메소드

Part of the list interface for Actions This function returns the index of an element in the collection.
public indexOfActions ( IXmlBBase el ) : int
el IXmlBBase the object to look for
리턴 int

indexOfPreConditions() 공개 메소드

Part of the list interface for PreConditions This function returns the index of an element in the collection.
public indexOfPreConditions ( IXmlBBase el ) : int
el IXmlBBase the object to look for
리턴 int

indexOfSubRules() 공개 메소드

Part of the list interface for SubRules This function returns the index of an element in the collection.
public indexOfSubRules ( IXmlBBase el ) : int
el IXmlBBase the object to look for
리턴 int

insertActions() 공개 메소드

Part of the list interface for Actions This insertion function inserts a new element in the collection in Actions
public insertActions ( int idx, Action el ) : void
idx int the index where the insertion must take place
el Action the element to insert
리턴 void

insertActions() 공개 메소드

public insertActions ( int idx, Action el, Lock aLock ) : void
idx int
el Action
aLock Lock
리턴 void

insertPreConditions() 공개 메소드

Part of the list interface for PreConditions This insertion function inserts a new element in the collection in PreConditions
public insertPreConditions ( int idx, PreCondition el ) : void
idx int the index where the insertion must take place
el PreCondition the element to insert
리턴 void

insertPreConditions() 공개 메소드

public insertPreConditions ( int idx, PreCondition el, Lock aLock ) : void
idx int
el PreCondition
aLock Lock
리턴 void

insertSubRules() 공개 메소드

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

insertSubRules() 공개 메소드

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

removeActions() 공개 메소드

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

removeActions() 공개 메소드

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

removePreConditions() 공개 메소드

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

removePreConditions() 공개 메소드

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

removeSubRules() 공개 메소드

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

removeSubRules() 공개 메소드

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

setAllActions() 공개 메소드

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

setAllActions() 공개 메소드

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

setAllPreConditions() 공개 메소드

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

setAllPreConditions() 공개 메소드

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

setAllSubRules() 공개 메소드

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

setAllSubRules() 공개 메소드

Part of the list interface for SubRules
public setAllSubRules ( System coll ) : void
coll System a collection of elements which replaces /// SubRules's current content.
리턴 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