package com.rental.crawler.strategy; public interface AnalysisStrategy { String getStrategyName(); boolean analyze(String input); }