C# 클래스 DataDictionary.Generated.Expectation

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

공개 메소드들

메소드 설명
Expectation ( ) : System
NotifyControllers ( Lock aLock ) : void
copyTo ( Expectation other ) : void
dispatch ( XmlBooster.XmlBBaseVisitor v ) : void
dispatch ( XmlBooster.XmlBBaseVisitor v, bool visitSubNodes ) : void
find ( Object search ) : bool
getBlocking ( ) : bool
getComment ( ) : string
getCondition ( ) : string
getCyclePhase ( ) : acceptor.RulePriority
getCyclePhase_AsString ( ) : string
getDeadLine ( ) : double
getKind ( ) : acceptor.ExpectationKind
getKind_AsString ( ) : string
getValue ( ) : string
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.
setBlocking ( bool v ) : void
setComment ( string v ) : void
setCondition ( string v ) : void
setCyclePhase ( acceptor v ) : void
setCyclePhase_AsString ( string v ) : bool
setDeadLine ( double v ) : void
setKind ( acceptor v ) : void
setKind_AsString ( string v ) : bool
setValue ( 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.

메소드 상세

Expectation() 공개 메소드

public Expectation ( ) : System
리턴 System

NotifyControllers() 공개 메소드

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

copyTo() 공개 메소드

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

getBlocking() 공개 메소드

public getBlocking ( ) : bool
리턴 bool

getComment() 공개 메소드

public getComment ( ) : string
리턴 string

getCondition() 공개 메소드

public getCondition ( ) : string
리턴 string

getCyclePhase() 공개 메소드

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

getCyclePhase_AsString() 공개 메소드

public getCyclePhase_AsString ( ) : string
리턴 string

getDeadLine() 공개 메소드

public getDeadLine ( ) : double
리턴 double

getKind() 공개 메소드

public getKind ( ) : acceptor.ExpectationKind
리턴 acceptor.ExpectationKind

getKind_AsString() 공개 메소드

public getKind_AsString ( ) : string
리턴 string

getValue() 공개 메소드

public getValue ( ) : string
리턴 string

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

setBlocking() 공개 메소드

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

setComment() 공개 메소드

public setComment ( string v ) : void
v string
리턴 void

setCondition() 공개 메소드

public setCondition ( string v ) : void
v string
리턴 void

setCyclePhase() 공개 메소드

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

setCyclePhase_AsString() 공개 메소드

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

setDeadLine() 공개 메소드

public setDeadLine ( double v ) : void
v double
리턴 void

setKind() 공개 메소드

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

setKind_AsString() 공개 메소드

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

setValue() 공개 메소드

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