C# Class DataDictionary.Generated.Expectation

Inheritance: DataDictionary.Namable
Afficher le fichier Open project: ERTMSSolutions/ERTMSFormalSpecs Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public Expectation ( ) : System
Résultat System

NotifyControllers() public méthode

public NotifyControllers ( Lock aLock ) : void
aLock Lock
Résultat void

copyTo() public méthode

public copyTo ( Expectation other ) : void
other Expectation
Résultat void

dispatch() public méthode

public dispatch ( XmlBooster.XmlBBaseVisitor v ) : void
v XmlBooster.XmlBBaseVisitor
Résultat void

dispatch() public méthode

public dispatch ( XmlBooster.XmlBBaseVisitor v, bool visitSubNodes ) : void
v XmlBooster.XmlBBaseVisitor
visitSubNodes bool
Résultat void

find() public méthode

public find ( Object search ) : bool
search Object
Résultat bool

getBlocking() public méthode

public getBlocking ( ) : bool
Résultat bool

getComment() public méthode

public getComment ( ) : string
Résultat string

getCondition() public méthode

public getCondition ( ) : string
Résultat string

getCyclePhase() public méthode

public getCyclePhase ( ) : acceptor.RulePriority
Résultat acceptor.RulePriority

getCyclePhase_AsString() public méthode

public getCyclePhase_AsString ( ) : string
Résultat string

getDeadLine() public méthode

public getDeadLine ( ) : double
Résultat double

getKind() public méthode

public getKind ( ) : acceptor.ExpectationKind
Résultat acceptor.ExpectationKind

getKind_AsString() public méthode

public getKind_AsString ( ) : string
Résultat string

getValue() public méthode

public getValue ( ) : string
Résultat string

parse() public méthode

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
Résultat void

parseBody() public méthode

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
Résultat void

setBlocking() public méthode

public setBlocking ( bool v ) : void
v bool
Résultat void

setComment() public méthode

public setComment ( string v ) : void
v string
Résultat void

setCondition() public méthode

public setCondition ( string v ) : void
v string
Résultat void

setCyclePhase() public méthode

public setCyclePhase ( acceptor v ) : void
v acceptor
Résultat void

setCyclePhase_AsString() public méthode

public setCyclePhase_AsString ( string v ) : bool
v string
Résultat bool

setDeadLine() public méthode

public setDeadLine ( double v ) : void
v double
Résultat void

setKind() public méthode

public setKind ( acceptor v ) : void
v acceptor
Résultat void

setKind_AsString() public méthode

public setKind_AsString ( string v ) : bool
v string
Résultat bool

setValue() public méthode

public setValue ( string v ) : void
v string
Résultat void

subElements() public méthode

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
Résultat void

unParse() public méthode

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
Résultat void

unParseBody() public méthode

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
Résultat void