Class GafferEdgeGenerator
- java.lang.Object
-
- uk.gov.gchq.gaffer.tinkerpop.generator.GafferEdgeGenerator
-
- All Implemented Interfaces:
Function<Iterable<? extends GafferPopEdge>,Iterable<? extends Element>>
,ElementGenerator<GafferPopEdge>
,OneToOneElementGenerator<GafferPopEdge>
public class GafferEdgeGenerator extends Object implements OneToOneElementGenerator<GafferPopEdge>
-
-
Constructor Summary
Constructors Constructor Description GafferEdgeGenerator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Edge
_apply(GafferPopEdge gafferPopEdge)
-
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.OneToOneElementGenerator
apply
-
-
-
-
Method Detail
-
_apply
public Edge _apply(GafferPopEdge gafferPopEdge)
- Specified by:
_apply
in interfaceOneToOneElementGenerator<GafferPopEdge>
- Parameters:
gafferPopEdge
- the domain object to convert- Returns:
- the generated
Element
-
-