C# 클래스 DataDictionary.Interpreter.Statement.VariableUpdateStatement

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

공개 메소드들

메소드 설명
AffectedElement ( ) : ModelElement

Provides the main model elemnt affected by this statement

CheckStatement ( ) : void

Checks the statement for semantical errors

GetChanges ( InterpretationContext context, DataDictionary.Rules.ChangeList changes, ExplanationPart explanation, bool apply, DataDictionary.Tests.Runner.Runner runner ) : void

Provides the changes performed by this statement

GetExplain ( TextualExplanation explanation, bool explainSubElements = true ) : void

Builds the explanation of the element

Modifies ( ITypedElement variable ) : VariableUpdateStatement

Provides the statement which modifies the element

ReadElements ( List retVal ) : void

Provides the list of elements read by this statement

SemanticAnalysis ( INamable instance = null ) : bool

Performs the semantic analysis of the statement

ShortShortDescription ( ) : string

Provides a real short description of this statement

UpdateStatements ( List retVal ) : void

Provides the list of update statements induced by this statement

VariableUpdateStatement ( ModelElement root, ModelElement log, Expression variableIdentification, Expression expression, ParsingData parsingData ) : System.Collections.Generic

Constructor

메소드 상세

AffectedElement() 공개 메소드

Provides the main model elemnt affected by this statement
public AffectedElement ( ) : ModelElement
리턴 ModelElement

CheckStatement() 공개 메소드

Checks the statement for semantical errors
public CheckStatement ( ) : void
리턴 void

GetChanges() 공개 메소드

Provides the changes performed by this statement
public GetChanges ( InterpretationContext context, DataDictionary.Rules.ChangeList changes, ExplanationPart explanation, bool apply, DataDictionary.Tests.Runner.Runner runner ) : void
context InterpretationContext The context on which the changes should be computed
changes DataDictionary.Rules.ChangeList The list to fill with the changes
explanation ExplanationPart The explanatino to fill, if any
apply bool Indicates that the changes should be applied immediately
runner DataDictionary.Tests.Runner.Runner
리턴 void

GetExplain() 공개 메소드

Builds the explanation of the element
public GetExplain ( TextualExplanation explanation, bool explainSubElements = true ) : void
explanation TextualExplanation
explainSubElements bool Precises if we need to explain the sub elements (if any)
리턴 void

Modifies() 공개 메소드

Provides the statement which modifies the element
public Modifies ( ITypedElement variable ) : VariableUpdateStatement
variable ITypedElement
리턴 VariableUpdateStatement

ReadElements() 공개 메소드

Provides the list of elements read by this statement
public ReadElements ( List retVal ) : void
retVal List the list to fill
리턴 void

SemanticAnalysis() 공개 메소드

Performs the semantic analysis of the statement
public SemanticAnalysis ( INamable instance = null ) : bool
instance INamable the reference instance on which this element should analysed
리턴 bool

ShortShortDescription() 공개 메소드

Provides a real short description of this statement
public ShortShortDescription ( ) : string
리턴 string

UpdateStatements() 공개 메소드

Provides the list of update statements induced by this statement
public UpdateStatements ( List retVal ) : void
retVal List the list to fill
리턴 void

VariableUpdateStatement() 공개 메소드

Constructor
public VariableUpdateStatement ( ModelElement root, ModelElement log, Expression variableIdentification, Expression expression, ParsingData parsingData ) : System.Collections.Generic
root ModelElement The root element for which this element is built
log ModelElement
variableIdentification Expression
expression Expression
parsingData ParsingData Additional information about the parsing process
리턴 System.Collections.Generic