C# 클래스 StoryTeller.Grammars.Decisions.DecisionTableGrammar

상속: IGrammar, IBeforeAndAfter
파일 보기 프로젝트 열기: storyteller/Storyteller

공개 메소드들

메소드 설명
Compile ( Fixture fixture, CellHandling cells ) : GrammarModel
CreatePlan ( Step step, FixtureLibrary library, bool inTable = false ) : IExecutionStep
DecisionTableGrammar ( string label ) : StoryTeller.Grammars.Tables

보호된 메소드들

메소드 설명
afterLine ( ) : void
beforeLine ( ) : void

비공개 메소드들

메소드 설명
IBeforeAndAfter ( ) : void

메소드 상세

Compile() 공개 메소드

public Compile ( Fixture fixture, CellHandling cells ) : GrammarModel
fixture Fixture
cells CellHandling
리턴 StoryTeller.Model.GrammarModel

CreatePlan() 공개 메소드

public CreatePlan ( Step step, FixtureLibrary library, bool inTable = false ) : IExecutionStep
step StoryTeller.Model.Step
library StoryTeller.Model.FixtureLibrary
inTable bool
리턴 IExecutionStep

DecisionTableGrammar() 공개 메소드

public DecisionTableGrammar ( string label ) : StoryTeller.Grammars.Tables
label string
리턴 StoryTeller.Grammars.Tables

afterLine() 보호된 메소드

protected afterLine ( ) : void
리턴 void

beforeLine() 보호된 메소드

protected beforeLine ( ) : void
리턴 void