Uses of Class
uk.gov.gchq.gaffer.data.element.id.EdgeId.MatchedVertex
-
Packages that use EdgeId.MatchedVertex Package Description uk.gov.gchq.gaffer.data.element Core Java data types relating to Gaffer graph elements (entities and edges).uk.gov.gchq.gaffer.data.element.id Classes related to the identification of Gaffer elements.uk.gov.gchq.gaffer.operation.data Core data objects for the Gaffer operation library. -
-
Uses of EdgeId.MatchedVertex in uk.gov.gchq.gaffer.data.element
Methods in uk.gov.gchq.gaffer.data.element that return EdgeId.MatchedVertex Modifier and Type Method Description EdgeId.MatchedVertex
Edge. getMatchedVertex()
EdgeId.MatchedVertex
LazyEdge. getMatchedVertex()
Methods in uk.gov.gchq.gaffer.data.element with parameters of type EdgeId.MatchedVertex Modifier and Type Method Description Edge.Builder
Edge.Builder. matchedVertex(EdgeId.MatchedVertex matchedVertex)
void
Edge. setIdentifiers(Object source, Object destination, boolean directed, EdgeId.MatchedVertex matchedVertex)
Sets the identifiers for an Edge.void
Edge. setIdentifiers(Object source, Object destination, DirectedType directedType, EdgeId.MatchedVertex matchedVertex)
Sets the identifiers for an Edge.void
LazyEdge. setIdentifiers(Object source, Object destination, boolean directed, EdgeId.MatchedVertex matchedVertex)
Constructors in uk.gov.gchq.gaffer.data.element with parameters of type EdgeId.MatchedVertex Constructor Description Edge(String group, Object source, Object destination, boolean directed, EdgeId.MatchedVertex matchedVertex, Properties properties)
Constructs an instance of Edge. -
Uses of EdgeId.MatchedVertex in uk.gov.gchq.gaffer.data.element.id
Methods in uk.gov.gchq.gaffer.data.element.id that return EdgeId.MatchedVertex Modifier and Type Method Description EdgeId.MatchedVertex
EdgeId. getMatchedVertex()
Get the vertex which is to be reported if a matched vertex is requested.static EdgeId.MatchedVertex
EdgeId.MatchedVertex. valueOf(String name)
Returns the enum constant of this type with the specified name.static EdgeId.MatchedVertex[]
EdgeId.MatchedVertex. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in uk.gov.gchq.gaffer.data.element.id with parameters of type EdgeId.MatchedVertex Modifier and Type Method Description static boolean
EdgeId.MatchedVertex. isEqual(EdgeId.MatchedVertex matchedVertex1, EdgeId.MatchedVertex matchedVertex2)
void
EdgeId. setIdentifiers(Object source, Object destination, DirectedType directedType, EdgeId.MatchedVertex matchedVertex)
-
Uses of EdgeId.MatchedVertex in uk.gov.gchq.gaffer.operation.data
Methods in uk.gov.gchq.gaffer.operation.data that return EdgeId.MatchedVertex Modifier and Type Method Description EdgeId.MatchedVertex
EdgeSeed. getMatchedVertex()
Methods in uk.gov.gchq.gaffer.operation.data with parameters of type EdgeId.MatchedVertex Modifier and Type Method Description void
EdgeSeed. setIdentifiers(Object source, Object destination, DirectedType directed, EdgeId.MatchedVertex matchedVertex)
Constructors in uk.gov.gchq.gaffer.operation.data with parameters of type EdgeId.MatchedVertex Constructor Description EdgeSeed(Object source, Object destination, boolean directed, EdgeId.MatchedVertex matchedVertex)
EdgeSeed(Object source, Object destination, Boolean directed, DirectedType directedType, EdgeId.MatchedVertex matchedVertex)
EdgeSeed(Object source, Object destination, DirectedType directed, EdgeId.MatchedVertex matchedVertex)
-