Class MoveChannel<ACTOR extends ScenarioActor<ACTOR>>

  • Type Parameters:
    ACTOR - 시나리오 액터 타입
    All Implemented Interfaces:
    ScenarioAction<ACTOR>

    public class MoveChannel<ACTOR extends ScenarioActor<ACTOR>>
    extends java.lang.Object
    implements ScenarioAction<ACTOR>
    채널 이동 동작 정의
    • Constructor Summary

      Constructors 
      Constructor Description
      MoveChannel()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void applyTo​(ACTOR scenarioActor)
      동작을 실제로 적용한다
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MoveChannel

        public MoveChannel()