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