Class RoadTrafficCsvElementGenerator
- java.lang.Object
-
- uk.gov.gchq.gaffer.traffic.generator.RoadTrafficElementGenerator<org.apache.commons.csv.CSVRecord>
-
- uk.gov.gchq.gaffer.traffic.generator.RoadTrafficCsvElementGenerator
-
- All Implemented Interfaces:
Function<Iterable<? extends org.apache.commons.csv.CSVRecord>,Iterable<? extends Element>>
,ElementGenerator<org.apache.commons.csv.CSVRecord>
,OneToManyElementGenerator<org.apache.commons.csv.CSVRecord>
public class RoadTrafficCsvElementGenerator extends RoadTrafficElementGenerator<org.apache.commons.csv.CSVRecord>
-
-
Constructor Summary
Constructors Constructor Description RoadTrafficCsvElementGenerator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Iterable<Element>
_apply(org.apache.commons.csv.CSVRecord record)
-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface uk.gov.gchq.gaffer.data.generator.OneToManyElementGenerator
apply
-
-