Uses of Class
org.apache.tinkerpop.gremlin.structure.util.star.StarGraph
Packages that use StarGraph
-
Uses of StarGraph in org.apache.tinkerpop.gremlin.structure.util.star
Methods in org.apache.tinkerpop.gremlin.structure.util.star that return StarGraphModifier and TypeMethodDescriptionStarGraph.Builder.create()DirectionalStarGraph.getStarGraphToSerialize()static StarGraphstatic StarGraphStarGraph.open()Creates an emptyStarGraph.If the returnedStarGraphis null, that means that theGraphFilterfiltered the vertex.static StarGraphStarGraphGraphSONDeserializer.readStarGraphVertex(Map<String, Object> vertexData) A helper function for reading a serializedStarGraphfrom aMapgenerated byStarGraphGraphSONSerializerV1.Methods in org.apache.tinkerpop.gremlin.structure.util.star that return types with arguments of type StarGraphMethods in org.apache.tinkerpop.gremlin.structure.util.star with parameters of type StarGraphModifier and TypeMethodDescriptionstatic voidStarGraphGraphSONDeserializer.readStarGraphEdges(Function<Attachable<Edge>, Edge> edgeMaker, StarGraph starGraph, Map<String, Object> vertexData, String direction) A helper function for reading vertex edges from a serializedStarGraph(i.e.<O extends OutputShim>
voidMethod parameters in org.apache.tinkerpop.gremlin.structure.util.star with type arguments of type StarGraphModifier and TypeMethodDescriptionIf the returnedStarGraphis null, that means that theGraphFilterfiltered the vertex.Constructors in org.apache.tinkerpop.gremlin.structure.util.star with parameters of type StarGraphModifierConstructorDescriptionDirectionalStarGraph(StarGraph starGraphToSerialize, Direction direction)