Package uk.gov.gchq.gaffer.data.element.id
Classes related to the identification of Gaffer elements.
-
Interface Summary Interface Description EdgeId AnEdgeId
is an interface describing the core methods that are required in order to identify anEdge
.ElementId AnElementId
is an interface describing the core methods that are required in order to identify anElement
.EntityId AnEntityId
is an interface describing the core methods that are required in order to identify anEntity
. -
Enum Summary Enum Description DirectedType ADirectedType
defines whether edges should be directed, undirected or either/both.EdgeId.MatchedVertex Enumerated type to denote which vertex of anEdge
matches an input parameter.ElementId.Matches Enumerated type to denote which component of anElement
matches an input parameter.