public abstract class BigdataElement extends Object implements com.tinkerpop.blueprints.Element
BigdataVertex
and BigdataEdge
. Handles
property-related methods.Modifier and Type | Field and Description |
---|---|
protected BigdataGraph |
graph |
protected org.openrdf.model.URI |
uri |
Constructor and Description |
---|
BigdataElement(org.openrdf.model.URI uri,
BigdataGraph graph) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj)
Generated code.
|
<T> T |
getProperty(String property) |
Set<String> |
getPropertyKeys() |
int |
hashCode()
Generated code.
|
<T> T |
removeProperty(String property) |
void |
setProperty(String prop,
Object val) |
String |
toString() |
protected final org.openrdf.model.URI uri
protected final BigdataGraph graph
public BigdataElement(org.openrdf.model.URI uri, BigdataGraph graph)
public <T> T getProperty(String property)
getProperty
in interface com.tinkerpop.blueprints.Element
public Set<String> getPropertyKeys()
getPropertyKeys
in interface com.tinkerpop.blueprints.Element
public <T> T removeProperty(String property)
removeProperty
in interface com.tinkerpop.blueprints.Element
public void setProperty(String prop, Object val)
setProperty
in interface com.tinkerpop.blueprints.Element
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.