Interface StateTranslator

  • All Known Implementing Classes:
    BeamStateTranslator

    public interface StateTranslator
    A class provides the translation between the state of plan and corresponding ClientEndpoint.
    • Method Detail

      • translateState

        java.lang.Enum translateState​(PlanState.State planState)
        Translate a plan state of nemo to a corresponding client endpoint state.
        Parameters:
        planState - to translate.
        Returns:
        the translated state.