C# 클래스 StoryTeller.Grammars.SpecificationPlan

상속: ICompositeExecution
파일 보기 프로젝트 열기: storyteller/Storyteller 1 사용 예제들

공개 메소드들

메소드 설명
AcceptVisitor ( ILineStepGatherer gatherer ) : void
Count ( ) : int
SpecificationPlan ( IEnumerable steps ) : System.Collections.Generic

메소드 상세

AcceptVisitor() 공개 메소드

public AcceptVisitor ( ILineStepGatherer gatherer ) : void
gatherer ILineStepGatherer
리턴 void

Count() 공개 메소드

public Count ( ) : int
리턴 int

SpecificationPlan() 공개 메소드

public SpecificationPlan ( IEnumerable steps ) : System.Collections.Generic
steps IEnumerable
리턴 System.Collections.Generic