Package com.nhn.gameanvil.gamehammer.scenario
-
Interface Summary Interface Description Condition<ACTOR> 특정 조건이나 조건의 결합을 나타내는 클래스 -
Class Summary Class Description ConditionalAction<ACTOR extends ScenarioActor<ACTOR>> 조건에 따라 동작 여부를 결정하는 객체ConditionalActionWithResult<ACTOR extends ScenarioActor<ACTOR>,R> 결과값의 내용에 따라 조건적으로 실행 되는 동작을 정의ConditionalLogBuilder<ACTOR extends ScenarioActor<ACTOR>,R> 조건에 따른 로그 조립기ScenarioActor<ACTOR extends ScenarioActor<ACTOR>> 시나리오 머신에서 시나리오 흐름의 주체가 되는 객체ScenarioMachine<ACTOR extends ScenarioActor<ACTOR>> 시나리오 테스트에서 사용할 하나의 시나리오를 관리하는 객체ScenarioTest<ACTOR extends ScenarioActor<ACTOR>> 시나리오 테스트를 위한 객체State<ACTOR extends ScenarioActor<ACTOR>> 시나리오 테스트에서 시나리오의 흐름상 구분되는 각 테스트의 단계를 구현하는 클래스StateBuilder<ACTOR extends ScenarioActor<ACTOR>> 스테이트가 조건에 따라서 특정 동작을 하도록 설정할 수 있는 객체