C# Class StoryTeller.Grammars.Importing.ImportedGrammar

Inheritance: IGrammar
Mostra file Open project: storyteller/Storyteller

Public Methods

Method Description
Compile ( Fixture fixture, CellHandling cells ) : GrammarModel
CreatePlan ( Step step, FixtureLibrary library, bool inTable = false ) : IExecutionStep
ImportedGrammar ( Fixture innerFixture, IGrammar inner ) : StoryTeller.Model

Method Details

Compile() public method

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

CreatePlan() public method

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

ImportedGrammar() public method

public ImportedGrammar ( Fixture innerFixture, IGrammar inner ) : StoryTeller.Model
innerFixture Fixture
inner IGrammar
return StoryTeller.Model