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 SummaryConstructors Constructor Description GafferPopVertexGenerator(GafferPopGraph graph)GafferPopVertexGenerator(GafferPopGraph graph, boolean gafferPopReadOnly)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description GafferPopVertex_apply(Element element)- 
Methods inherited from class java.lang.Objectequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface uk.gov.gchq.gaffer.data.generator.OneToOneObjectGeneratorapply
 
- 
 
- 
- 
- 
Constructor Detail- 
GafferPopVertexGeneratorpublic GafferPopVertexGenerator(GafferPopGraph graph) 
 - 
GafferPopVertexGeneratorpublic GafferPopVertexGenerator(GafferPopGraph graph, boolean gafferPopReadOnly) 
 
- 
 - 
Method Detail- 
_applypublic GafferPopVertex _apply(Element element) - Specified by:
- _applyin interface- OneToOneObjectGenerator<GafferPopVertex>
- Parameters:
- element- the element to convert
- Returns:
- the generated domain object
 
 
- 
 
-