Class GafferPopElementGenerator
- java.lang.Object
-
- uk.gov.gchq.gaffer.tinkerpop.generator.GafferPopElementGenerator
-
- All Implemented Interfaces:
Function<Iterable<? extends Element>,Iterable<? extends GafferPopElement>>
,ObjectGenerator<GafferPopElement>
,OneToOneObjectGenerator<GafferPopElement>
public class GafferPopElementGenerator extends Object implements OneToOneObjectGenerator<GafferPopElement>
-
-
Constructor Summary
Constructors Constructor Description GafferPopElementGenerator(GafferPopGraph graph)
GafferPopElementGenerator(GafferPopGraph graph, boolean gafferPopReadOnly)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GafferPopElement
_apply(Element element)
-
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.OneToOneObjectGenerator
apply
-
-
-
-
Constructor Detail
-
GafferPopElementGenerator
public GafferPopElementGenerator(GafferPopGraph graph)
-
GafferPopElementGenerator
public GafferPopElementGenerator(GafferPopGraph graph, boolean gafferPopReadOnly)
-
-
Method Detail
-
_apply
public GafferPopElement _apply(Element element)
- Specified by:
_apply
in interfaceOneToOneObjectGenerator<GafferPopElement>
- Parameters:
element
- the element to convert- Returns:
- the generated domain object
-
-