Uses of Class
uk.gov.gchq.gaffer.operation.data.ElementSeed
-
Packages that use ElementSeed Package Description uk.gov.gchq.gaffer.operation.data Core data objects for the Gaffer operation library. -
-
Uses of ElementSeed in uk.gov.gchq.gaffer.operation.data
Subclasses of ElementSeed in uk.gov.gchq.gaffer.operation.data Modifier and Type Class Description class
EdgeSeed
AnEdgeSeed
contains source, destination and directed identifiers to identify anEdge
.class
EntitySeed
AnEntitySeed
contains a single vertex for anEntity
.Methods in uk.gov.gchq.gaffer.operation.data that return ElementSeed Modifier and Type Method Description static ElementSeed
ElementSeed. createSeed(ElementId elementId)
-