Class Always<ACTOR,​RS>

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

    public class Always<ACTOR,​RS>
    extends java.lang.Object
    implements ConditionWithResult<ACTOR,​RS>
    결과에 상관 없이 항상 참인 조건으로 판별
    • Constructor Summary

      Constructors 
      Constructor Description
      Always()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean match​(ACTOR scenarioActor, RS resultObject)
      결과 판별 객체의 만족 여부를 판단
      • Methods inherited from class java.lang.Object

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

      • Always

        public Always()
    • Method Detail

      • match

        public boolean match​(ACTOR scenarioActor,
                             RS resultObject)
        Description copied from interface: ConditionWithResult
        결과 판별 객체의 만족 여부를 판단
        Specified by:
        match in interface ConditionWithResult<ACTOR,​RS>
        Parameters:
        scenarioActor - 시나리오 액터
        resultObject - 결과 객체
        Returns:
        만족 여부