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