C# Class DataDictionary.Generated.Expectation

Inheritance: DataDictionary.Namable
Show file Open project: ERTMSSolutions/ERTMSFormalSpecs Class Usage Examples

Public Methods

Method Description
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.

Method Details

Expectation() public method

public Expectation ( ) : System
return System

NotifyControllers() public method

public NotifyControllers ( Lock aLock ) : void
aLock Lock
return void

copyTo() public method

public copyTo ( Expectation other ) : void
other Expectation
return void

dispatch() public method

public dispatch ( XmlBooster.XmlBBaseVisitor v ) : void
v XmlBooster.XmlBBaseVisitor
return void

dispatch() public method

public dispatch ( XmlBooster.XmlBBaseVisitor v, bool visitSubNodes ) : void
v XmlBooster.XmlBBaseVisitor
visitSubNodes bool
return void

find() public method

public find ( Object search ) : bool
search Object
return bool

getBlocking() public method

public getBlocking ( ) : bool
return bool

getComment() public method

public getComment ( ) : string
return string

getCondition() public method

public getCondition ( ) : string
return string

getCyclePhase() public method

public getCyclePhase ( ) : acceptor.RulePriority
return acceptor.RulePriority

getCyclePhase_AsString() public method

public getCyclePhase_AsString ( ) : string
return string

getDeadLine() public method

public getDeadLine ( ) : double
return double

getKind() public method

public getKind ( ) : acceptor.ExpectationKind
return acceptor.ExpectationKind

getKind_AsString() public method

public getKind_AsString ( ) : string
return string

getValue() public method

public getValue ( ) : string
return string

parse() public method

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
return void

parseBody() public method

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
return void

setBlocking() public method

public setBlocking ( bool v ) : void
v bool
return void

setComment() public method

public setComment ( string v ) : void
v string
return void

setCondition() public method

public setCondition ( string v ) : void
v string
return void

setCyclePhase() public method

public setCyclePhase ( acceptor v ) : void
v acceptor
return void

setCyclePhase_AsString() public method

public setCyclePhase_AsString ( string v ) : bool
v string
return bool

setDeadLine() public method

public setDeadLine ( double v ) : void
v double
return void

setKind() public method

public setKind ( acceptor v ) : void
v acceptor
return void

setKind_AsString() public method

public setKind_AsString ( string v ) : bool
v string
return bool

setValue() public method

public setValue ( string v ) : void
v string
return void

subElements() public method

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
return void

unParse() public method

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
return void

unParseBody() public method

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
return void