Click or drag to resize

Features Properties

The Features type exposes the following members.

Properties
  NameDescription
Public propertyIgnoresSuppliedIds
Does the graph ignore user provided ids in graph.addVertex(object id)?
Public propertyIsPersistent
Does the graph persist the graph to disk after shutdown?
Public propertyIsRdfModel
Is the graph an RDF framework? Deprecated thus far, isRDFModel describes a collection of features. Use actual features to describe your data model.
Public propertyIsWrapper
Does the graph implement WrapperGraph?
Public propertySupportsBooleanProperty
Does the graph allows boolean to be used as a property value for a graph element?
Public propertySupportsDoubleProperty
Does the graph allows double to be used as a property value for a graph element?
Public propertySupportsDuplicateEdges
Does the graph allow for two edges with the same vertices and edge label to exist?
Public propertySupportsEdgeIndex
Does the graph support the indexing of edges by their properties?
Public propertySupportsEdgeIteration
Does the graph support graph.getEdges()?
Public propertySupportsEdgeKeyIndex
Does the graph support key indexing on edges?
Public propertySupportsEdgeProperties
Does the graph support setting and retrieving properties on edges?
Public propertySupportsEdgeRetrieval
Does the graph support retrieving edges by id, i.e. graph.getEdge(object id)?
Public propertySupportsFloatProperty
Does the graph allows float to be used as a property value for a graph element?
Public propertySupportsIdProperty
Does the graph allow the use of the 'id' property name?
Public propertySupportsIndices
Does the graph implement IIndexableGraph?
Public propertySupportsIntegerProperty
Does the graph allows integer to be used as a property value for a graph element?
Public propertySupportsKeyIndices
Does the graph implement KeyIndexableGraph?
Public propertySupportsLabelProperty
Does the graph allow the use of the 'label' property name?
Public propertySupportsLongProperty
Does the graph allows long to be used as a property value for a graph element?
Public propertySupportsMapProperty
Does the graph allows map to be used as a property value for a graph element?
Public propertySupportsMixedListProperty
Does the graph allows a mixed list (different data types within the same list) to be used as a property value for a graph element?
Public propertySupportsPrimitiveArrayProperty
Does the graph allows a primitive array to be used as a property value for a graph element?
Public propertySupportsSelfLoops
Does the graph allow an edge to have the same out/tail and in/head vertex?
Public propertySupportsSerializableObjectProperty
Does the graph allow any serializable object to be used as a property value for a graph element?
Public propertySupportsStringProperty
Graph allows string to be used as a property value for a graph element.
Public propertySupportsThreadedTransactions
Does the graph implement ThreadedTransactionalGraph?
Public propertySupportsTransactions
Does the graph implement TransactionalGraph?
Public propertySupportsUniformListProperty
Does the graph allows list (all objects with the list have the same data types) to be used as a property value for a graph element?
Public propertySupportsVertexIndex
Does the graph support the indexing of vertices by their properties?
Public propertySupportsVertexIteration
Does the graph support graph.getVertices()?
Public propertySupportsVertexKeyIndex
Does the graph support key indexing on vertices?
Public propertySupportsVertexProperties
Does the graph support setting and retrieving properties on vertices?
Top
See Also