public class OracleEdgeFeaturesBase extends java.lang.Object implements Graph.Features.EdgeFeatures
supportsAddProperty, supportsRemoveProperty
FEATURE_ADD_EDGES, FEATURE_REMOVE_EDGES
FEATURE_ADD_PROPERTY, FEATURE_ANY_IDS, FEATURE_CUSTOM_IDS, FEATURE_NUMERIC_IDS, FEATURE_REMOVE_PROPERTY, FEATURE_STRING_IDS, FEATURE_USER_SUPPLIED_IDS, FEATURE_UUID_IDS
Modifier and Type | Method and Description |
---|---|
boolean |
supportsCustomIds()
Determines if an Element has a specific custom object as their internal representation.
|
boolean |
willAllowId(java.lang.Object id)
Determines if an identifier will be accepted by the Graph.
|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
properties, supportsAddEdges, supportsRemoveEdges
supportsAddProperty, supportsAnyIds, supportsNumericIds, supportsRemoveProperty, supportsStringIds, supportsUserSuppliedIds, supportsUuidIds
public boolean supportsCustomIds()
supportsCustomIds
in interface Graph.Features.ElementFeatures
public boolean willAllowId(java.lang.Object id)
willAllowId
in interface Graph.Features.ElementFeatures
Copyright © 2015 - 2018 Oracle and/or its affiliates. All Rights Reserved.