C# 클래스 DataDictionary.Generated.StateMachine

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

공개 메소드들

메소드 설명
NotifyControllers ( Lock aLock ) : void
StateMachine ( ) : System
allRules ( ) : ArrayList

Part of the list interface for Rules

allStates ( ) : ArrayList

Part of the list interface for States

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
appendStates ( Lock aLock, State el ) : void
appendStates ( State el ) : void

Part of the list interface for States

appendStates ( System coll ) : void

Part of the list interface for States

appendStates ( System coll, Lock aLock ) : void
copyTo ( StateMachine other ) : void
countRules ( ) : int

Part of the list interface for Rules

countStates ( ) : int

Part of the list interface for States

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
deleteStates ( int idx ) : void

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

deleteStates ( int idx, Lock aLock ) : void
dispatch ( XmlBooster.XmlBBaseVisitor v ) : void
dispatch ( XmlBooster.XmlBBaseVisitor v, bool visitSubNodes ) : void
find ( Object search ) : bool
getInitialState ( ) : string
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.

getStates ( int idx ) : State

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

indexOfRules ( IXmlBBase el ) : int

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

indexOfStates ( IXmlBBase el ) : int

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

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
insertStates ( int idx, State el ) : void

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

insertStates ( int idx, State 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.
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
removeStates ( IXmlBBase obj ) : void

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

removeStates ( IXmlBBase obj, Lock aLock ) : void
setAllRules ( Lock aLock, System coll ) : void
setAllRules ( System coll ) : void

Part of the list interface for Rules

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

Part of the list interface for States

setInitialState ( string 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.

비공개 메소드들

메소드 설명
getRules ( ) : ArrayList

Part of the list interface for Rules

getStates ( ) : ArrayList

Part of the list interface for States

메소드 상세

NotifyControllers() 공개 메소드

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

StateMachine() 공개 메소드

public StateMachine ( ) : System
리턴 System

allRules() 공개 메소드

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

allStates() 공개 메소드

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

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

appendStates() 공개 메소드

public appendStates ( Lock aLock, State el ) : void
aLock Lock
el State
리턴 void

appendStates() 공개 메소드

Part of the list interface for States
public appendStates ( State el ) : void
el State a State to add to the collection in /// States
리턴 void

appendStates() 공개 메소드

Part of the list interface for States
public appendStates ( System coll ) : void
coll System a collection ofStates to add to the collection in /// States
리턴 void

appendStates() 공개 메소드

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

copyTo() 공개 메소드

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

countRules() 공개 메소드

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

countStates() 공개 메소드

Part of the list interface for States
public countStates ( ) : int
리턴 int

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

deleteStates() 공개 메소드

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

deleteStates() 공개 메소드

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

getInitialState() 공개 메소드

public getInitialState ( ) : string
리턴 string

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

getStates() 공개 메소드

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

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

indexOfStates() 공개 메소드

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

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

insertStates() 공개 메소드

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

insertStates() 공개 메소드

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

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

removeStates() 공개 메소드

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

removeStates() 공개 메소드

public removeStates ( IXmlBBase obj, Lock aLock ) : void
obj IXmlBBase
aLock Lock
리턴 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

setAllStates() 공개 메소드

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

setAllStates() 공개 메소드

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

setInitialState() 공개 메소드

public setInitialState ( string v ) : void
v string
리턴 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