C# 클래스 DataDictionary.Generated.State

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

공개 메소드들

메소드 설명
NotifyControllers ( Lock aLock ) : void
State ( ) : System
copyTo ( State other ) : void
dispatch ( XmlBooster.XmlBBaseVisitor v ) : void
dispatch ( XmlBooster.XmlBBaseVisitor v, bool visitSubNodes ) : void
find ( Object search ) : bool
getEnterAction ( ) : Rule
getHeight ( ) : int
getLeaveAction ( ) : Rule
getPinned ( ) : bool
getStateMachine ( ) : StateMachine
getWidth ( ) : int
getX ( ) : int
getY ( ) : int
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.
setEnterAction ( Rule v ) : void
setHeight ( int v ) : void
setLeaveAction ( Rule 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.

메소드 상세

NotifyControllers() 공개 메소드

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

State() 공개 메소드

public State ( ) : System
리턴 System

copyTo() 공개 메소드

public copyTo ( State other ) : void
other State
리턴 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

getEnterAction() 공개 메소드

public getEnterAction ( ) : Rule
리턴 Rule

getHeight() 공개 메소드

public getHeight ( ) : int
리턴 int

getLeaveAction() 공개 메소드

public getLeaveAction ( ) : Rule
리턴 Rule

getPinned() 공개 메소드

public getPinned ( ) : bool
리턴 bool

getStateMachine() 공개 메소드

public getStateMachine ( ) : StateMachine
리턴 StateMachine

getWidth() 공개 메소드

public getWidth ( ) : int
리턴 int

getX() 공개 메소드

public getX ( ) : int
리턴 int

getY() 공개 메소드

public getY ( ) : int
리턴 int

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

setEnterAction() 공개 메소드

public setEnterAction ( Rule v ) : void
v Rule
리턴 void

setHeight() 공개 메소드

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

setLeaveAction() 공개 메소드

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