Class ElementSeed
- java.lang.Object
-
- uk.gov.gchq.gaffer.operation.data.ElementSeed
-
- All Implemented Interfaces:
Serializable
,ElementId
- Direct Known Subclasses:
EdgeSeed
,EntitySeed
public abstract class ElementSeed extends Object implements ElementId
AnElementSeed
contains the identifiers for anEntity
orEdge
. It is used as a mainly used as a seed for queries.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface uk.gov.gchq.gaffer.data.element.id.ElementId
ElementId.Matches
-
-
Constructor Summary
Constructors Constructor Description ElementSeed()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static EdgeSeed
createSeed(EdgeId edgeId)
static ElementSeed
createSeed(ElementId elementId)
static EntitySeed
createSeed(EntityId entityId)
-
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.element.id.ElementId
getClassName, isEqual, isRelated, setClassName
-
-
-
-
Method Detail
-
createSeed
public static ElementSeed createSeed(ElementId elementId)
-
createSeed
public static EntitySeed createSeed(EntityId entityId)
-
-