Package ddf.catalog.pubsub.predicate
Class TemporalPredicate
java.lang.Object
ddf.catalog.pubsub.predicate.TemporalPredicate
- All Implemented Interfaces:
Predicate
-
Constructor Summary
ConstructorsConstructorDescriptionTemporalPredicate(long offset, EventProcessorImpl.DateType type) TemporalPredicate(Date start, Date end, EventProcessorImpl.DateType type) Instantiates a new temporal predicate. -
Method Summary
-
Constructor Details
-
TemporalPredicate
Instantiates a new temporal predicate.- Parameters:
start- the start dateend- the end datetype- What date
-
TemporalPredicate
-
-
Method Details