C# Класс StoryTeller.Grammars.Importing.ImportedGrammar

Наследование: IGrammar
Показать файл Открыть проект

Открытые методы

Метод Описание
Compile ( Fixture fixture, CellHandling cells ) : GrammarModel
CreatePlan ( Step step, FixtureLibrary library, bool inTable = false ) : IExecutionStep
ImportedGrammar ( Fixture innerFixture, IGrammar inner ) : StoryTeller.Model

Описание методов

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

ImportedGrammar() публичный Метод

public ImportedGrammar ( Fixture innerFixture, IGrammar inner ) : StoryTeller.Model
innerFixture Fixture
inner IGrammar
Результат StoryTeller.Model