package ru.bvn13.fsm; /** * Created by bvn13 on 28.12.2017. */ public interface ConditionBehaviour { boolean check(); }