public class EmptyBlazeProperty<V> extends BlazeProperty<V>
EmptyProperty
, but it's final.Modifier and Type | Field and Description |
---|---|
static EmptyBlazeProperty |
INSTANCE |
Modifier and Type | Method and Description |
---|---|
BlazeElement |
element()
The
BlazeElement this property belongs to. |
boolean |
equals(Object object)
Pass through to
ElementHelper.areEqual(Property, Object) |
int |
hashCode()
Pass through to
ElementHelper.hashCode(Property) |
static <V> BlazeProperty<V> |
instance() |
boolean |
isPresent() |
String |
key() |
org.openrdf.model.URI |
rdfKey()
RDF representation of the property key.
|
org.openrdf.model.Literal |
rdfValue()
RDF representation of the property value.
|
void |
remove() |
String |
toString()
Pass through to
StringFactory.propertyString(Property) |
V |
value() |
graph
public static final EmptyBlazeProperty INSTANCE
public static <V> BlazeProperty<V> instance()
public org.openrdf.model.URI rdfKey()
BlazeProperty
rdfKey
in class BlazeProperty<V>
public org.openrdf.model.Literal rdfValue()
BlazeProperty
rdfValue
in class BlazeProperty<V>
public String key()
key
in interface org.apache.tinkerpop.gremlin.structure.Property<V>
key
in class BlazeProperty<V>
Property.key()
public V value() throws NoSuchElementException
value
in interface org.apache.tinkerpop.gremlin.structure.Property<V>
value
in class BlazeProperty<V>
NoSuchElementException
Property.value()
public boolean isPresent()
isPresent
in interface org.apache.tinkerpop.gremlin.structure.Property<V>
isPresent
in class BlazeProperty<V>
Property.isPresent()
public BlazeElement element()
BlazeProperty
BlazeElement
this property belongs to.element
in interface org.apache.tinkerpop.gremlin.structure.Property<V>
element
in class BlazeProperty<V>
public void remove()
remove
in interface org.apache.tinkerpop.gremlin.structure.Property<V>
remove
in class BlazeProperty<V>
Property.remove()
,
BlazeGraph.remove(BlazeProperty)
public String toString()
BlazeProperty
StringFactory.propertyString(Property)
toString
in class BlazeProperty<V>
public boolean equals(Object object)
BlazeProperty
ElementHelper.areEqual(Property, Object)
equals
in class BlazeProperty<V>
public int hashCode()
BlazeProperty
ElementHelper.hashCode(Property)
hashCode
in class BlazeProperty<V>
Copyright © 2015–2016 SYSTAP, LLC DBA Blazegraph. All rights reserved.