Class UuidLog<ACTOR extends ScenarioActor<ACTOR>,​RESULT>

  • Type Parameters:
    ACTOR - 시나리오 액터 타입
    RESULT - 결과 타입
    All Implemented Interfaces:
    Field<ACTOR,​RESULT>

    public class UuidLog<ACTOR extends ScenarioActor<ACTOR>,​RESULT>
    extends java.lang.Object
    implements Field<ACTOR,​RESULT>
    시나리오 액터의 Uuid 필드
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected UuidLog()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getTag()
      값의 종류 반환
      java.lang.String getValue​(ACTOR scenarioActor, RESULT result)
      값 반환
      • Methods inherited from class java.lang.Object

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

      • UuidLog

        protected UuidLog()
    • Method Detail

      • getValue

        public java.lang.String getValue​(ACTOR scenarioActor,
                                         RESULT result)
        Description copied from interface: Field
        값 반환
        Specified by:
        getValue in interface Field<ACTOR extends ScenarioActor<ACTOR>,​RESULT>
        Parameters:
        scenarioActor - 대상 시나리오 액터
        result - 대상 결과
        Returns: