Package oracle.pgx.api
Class VertexLabels<ID>
- java.lang.Object
-
- oracle.pgx.api.internal.ApiObject
-
- oracle.pgx.api.Destroyable
-
- oracle.pgx.api.PgxManagedObject
-
- oracle.pgx.api.Property<ID,PgxVertex<ID>,V>
-
- oracle.pgx.api.VertexProperty<ID,java.util.Set<java.lang.String>>
-
- oracle.pgx.api.VertexLabels<ID>
-
- All Implemented Interfaces:
java.lang.AutoCloseable
,java.lang.Cloneable
public class VertexLabels<ID> extends VertexProperty<ID,java.util.Set<java.lang.String>>
-
-
Field Summary
-
Fields inherited from class oracle.pgx.api.VertexProperty
ALL, NONE
-
-
Constructor Summary
Constructors Constructor Description VertexLabels(PgxGraph graph, oracle.pgx.api.internal.Property pr)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
toString()
-
Methods inherited from class oracle.pgx.api.VertexProperty
clone, clone, cloneAsync, cloneAsync, expand, expand, expandAsync, expandAsync
-
Methods inherited from class oracle.pgx.api.Property
destroyAsync, equals, fill, fillAsync, get, get, getAsync, getAsync, getBottomKValues, getBottomKValuesAsync, getDimension, getEntityType, getGraph, getName, getPropertyId, getTopKValues, getTopKValuesAsync, getType, getValues, getValuesAsync, hashCode, isPublished, isPublishedAsync, isTransient, isVectorProperty, publish, publishAsync, rename, renameAsync, set, setAsync, setValues, setValues, setValuesAsync, setValuesAsync, size, sizeAsync, wrap
-
Methods inherited from class oracle.pgx.api.Destroyable
close, destroy
-
-