Uses of Interface
org.apache.tinkerpop.gremlin.structure.Property
Packages that use Property
Package
Description
-
Uses of Property in org.apache.tinkerpop.gremlin.driver
Methods in org.apache.tinkerpop.gremlin.driver that return PropertyModifier and TypeMethodDescription<V> Property<V>Result.getProperty()Gets the result item by casting it to aProperty. -
Uses of Property in org.apache.tinkerpop.gremlin.process.computer
Methods in org.apache.tinkerpop.gremlin.process.computer that return types with arguments of type PropertyModifier and TypeMethodDescriptionTraversal.Admin<Vertex,? extends Property<?>> GraphFilter.getVertexPropertyFilter()Get the vertex property filter associated with this graph filter.GraphFilter.legalVertexProperties(Vertex vertex) Returns an iterator of legal vertex properties.Method parameters in org.apache.tinkerpop.gremlin.process.computer with type arguments of type PropertyModifier and TypeMethodDescriptionvoidGraphFilter.setVertexPropertyFilter(Traversal<Vertex, ? extends Property<?>> vertexPropertyFilter) Set the filter for selecting vertex properties from the vertices.GraphComputer.vertexProperties(Traversal<Vertex, ? extends Property<?>> vertexPropertyFilter) Add a filter that will limit which vertex properties are loaded from the graph source. -
Uses of Property in org.apache.tinkerpop.gremlin.process.traversal.dsl.graph
Methods in org.apache.tinkerpop.gremlin.process.traversal.dsl.graph that return types with arguments of type PropertyModifier and TypeMethodDescriptiondefault <E2> GraphTraversal<S,? extends Property<E2>> GraphTraversal.properties(String... propertyKeys) Map theElementto its associated properties given the provide property keys. -
Uses of Property in org.apache.tinkerpop.gremlin.structure
Subinterfaces of Property in org.apache.tinkerpop.gremlin.structureModifier and TypeInterfaceDescriptioninterfaceMethods in org.apache.tinkerpop.gremlin.structure that return PropertyModifier and TypeMethodDescriptionstatic <V> Property<V>Property.empty()Create an empty property that is not present.default <V> Property<V>Get aPropertyfor theElementgiven its key.<V> Property<V>Add or set a property value for theElementgiven its key.Methods in org.apache.tinkerpop.gremlin.structure that return types with arguments of type PropertyModifier and TypeMethodDescriptionEdge.properties(String... propertyKeys) Get anIteratorof properties where thepropertyKeysis meant to be a filter on the available keys.Element.properties(String... propertyKeys) Get anIteratorof properties where thepropertyKeysis meant to be a filter on the available keys.VertexProperty.properties(String... propertyKeys) Get anIteratorof properties where thepropertyKeysis meant to be a filter on the available keys. -
Uses of Property in org.apache.tinkerpop.gremlin.structure.io
Methods in org.apache.tinkerpop.gremlin.structure.io that return PropertyModifier and TypeMethodDescriptionGraphReader.readProperty(InputStream inputStream, Function<org.apache.tinkerpop.gremlin.structure.util.Attachable<Property>, Property> propertyAttachMethod) Reads a single property from anInputStream.Methods in org.apache.tinkerpop.gremlin.structure.io with parameters of type PropertyModifier and TypeMethodDescriptionvoidGraphWriter.writeProperty(OutputStream outputStream, Property p) Write a property to a stream.Method parameters in org.apache.tinkerpop.gremlin.structure.io with type arguments of type PropertyModifier and TypeMethodDescriptionGraphReader.readProperty(InputStream inputStream, Function<org.apache.tinkerpop.gremlin.structure.util.Attachable<Property>, Property> propertyAttachMethod) Reads a single property from anInputStream.GraphReader.readProperty(InputStream inputStream, Function<org.apache.tinkerpop.gremlin.structure.util.Attachable<Property>, Property> propertyAttachMethod) Reads a single property from anInputStream. -
Uses of Property in org.apache.tinkerpop.gremlin.structure.io.graphml
Methods in org.apache.tinkerpop.gremlin.structure.io.graphml that return PropertyModifier and TypeMethodDescriptionGraphMLReader.readProperty(InputStream inputStream, Function<org.apache.tinkerpop.gremlin.structure.util.Attachable<Property>, Property> propertyAttachMethod) This method is not supported for this reader.Methods in org.apache.tinkerpop.gremlin.structure.io.graphml with parameters of type PropertyModifier and TypeMethodDescriptionvoidGraphMLWriter.writeProperty(OutputStream outputStream, Property p) This method is not supported for this writer.Method parameters in org.apache.tinkerpop.gremlin.structure.io.graphml with type arguments of type PropertyModifier and TypeMethodDescriptionGraphMLReader.readProperty(InputStream inputStream, Function<org.apache.tinkerpop.gremlin.structure.util.Attachable<Property>, Property> propertyAttachMethod) This method is not supported for this reader.GraphMLReader.readProperty(InputStream inputStream, Function<org.apache.tinkerpop.gremlin.structure.util.Attachable<Property>, Property> propertyAttachMethod) This method is not supported for this reader. -
Uses of Property in org.apache.tinkerpop.gremlin.structure.io.graphson
Methods in org.apache.tinkerpop.gremlin.structure.io.graphson that return PropertyModifier and TypeMethodDescriptionGraphSONReader.readProperty(InputStream inputStream, Function<org.apache.tinkerpop.gremlin.structure.util.Attachable<Property>, Property> propertyAttachMethod) Read aPropertyfrom output generated byGraphSONWriter.writeProperty(OutputStream, Property)or via anPropertypassed toGraphSONWriter.writeObject(OutputStream, Object).Methods in org.apache.tinkerpop.gremlin.structure.io.graphson with parameters of type PropertyModifier and TypeMethodDescriptionvoidGraphSONWriter.writeProperty(OutputStream outputStream, Property p) Write aPropertyobject to the stream.Method parameters in org.apache.tinkerpop.gremlin.structure.io.graphson with type arguments of type PropertyModifier and TypeMethodDescriptionGraphSONReader.readProperty(InputStream inputStream, Function<org.apache.tinkerpop.gremlin.structure.util.Attachable<Property>, Property> propertyAttachMethod) Read aPropertyfrom output generated byGraphSONWriter.writeProperty(OutputStream, Property)or via anPropertypassed toGraphSONWriter.writeObject(OutputStream, Object).GraphSONReader.readProperty(InputStream inputStream, Function<org.apache.tinkerpop.gremlin.structure.util.Attachable<Property>, Property> propertyAttachMethod) Read aPropertyfrom output generated byGraphSONWriter.writeProperty(OutputStream, Property)or via anPropertypassed toGraphSONWriter.writeObject(OutputStream, Object). -
Uses of Property in org.apache.tinkerpop.gremlin.structure.io.gryo
Methods in org.apache.tinkerpop.gremlin.structure.io.gryo that return PropertyModifier and TypeMethodDescriptionGryoReader.readProperty(InputStream inputStream, Function<org.apache.tinkerpop.gremlin.structure.util.Attachable<Property>, Property> propertyAttachMethod) Read aPropertyfrom output generated byGryoWriter.writeProperty(OutputStream, Property)or via anPropertypassed toGryoWriter.writeObject(OutputStream, Object).Methods in org.apache.tinkerpop.gremlin.structure.io.gryo with parameters of type PropertyModifier and TypeMethodDescriptionvoidGryoWriter.writeProperty(OutputStream outputStream, Property p) Write a property to a stream.Method parameters in org.apache.tinkerpop.gremlin.structure.io.gryo with type arguments of type PropertyModifier and TypeMethodDescriptionGryoReader.readProperty(InputStream inputStream, Function<org.apache.tinkerpop.gremlin.structure.util.Attachable<Property>, Property> propertyAttachMethod) Read aPropertyfrom output generated byGryoWriter.writeProperty(OutputStream, Property)or via anPropertypassed toGryoWriter.writeObject(OutputStream, Object).GryoReader.readProperty(InputStream inputStream, Function<org.apache.tinkerpop.gremlin.structure.util.Attachable<Property>, Property> propertyAttachMethod) Read aPropertyfrom output generated byGryoWriter.writeProperty(OutputStream, Property)or via anPropertypassed toGryoWriter.writeObject(OutputStream, Object).