Class UuidLog<ACTOR extends ScenarioActor<ACTOR>,RESULT>
- java.lang.Object
-
- com.nhn.gameanvil.gamehammer.scenario.logbuilder.UuidLog<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)
값 반환
-
-
-
Method Detail
-
getTag
public java.lang.String getTag()
Description copied from interface:Field
값의 종류 반환
-
-