Package oracle.pgx.api
Class EdgeLabel
- java.lang.Object
-
- oracle.pgx.api.internal.ApiObject
-
- oracle.pgx.api.Destroyable
-
- oracle.pgx.api.PgxManagedObject
-
- oracle.pgx.api.Property<java.lang.Long,PgxEdge,V>
-
- oracle.pgx.api.EdgeProperty<java.lang.String>
-
- oracle.pgx.api.EdgeLabel
-
- All Implemented Interfaces:
java.lang.AutoCloseable
,java.lang.Cloneable
public class EdgeLabel extends EdgeProperty<java.lang.String>
-
-
Field Summary
-
Fields inherited from class oracle.pgx.api.EdgeProperty
ALL, NONE
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
toString()
-
Methods inherited from class oracle.pgx.api.EdgeProperty
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
-
-