101102103104105106107
protected static class TimeDetectorExtractor implements DetectorExtractor { @Override public Detector extract(Element detectorElement) throws IOException, EPQException { return new TimeDetector(); }