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