public class BigdataEdge extends BigdataElement implements com.tinkerpop.blueprints.Edge
BigdataGraph instance.| Modifier and Type | Field and Description | 
|---|---|
protected org.openrdf.model.Statement | 
stmt  | 
graph, uri| Constructor and Description | 
|---|
BigdataEdge(org.openrdf.model.Statement stmt,
           BigdataGraph graph)  | 
| Modifier and Type | Method and Description | 
|---|---|
BigdataVertex | 
getFrom()  | 
Object | 
getId()  | 
String | 
getLabel()  | 
<T> T | 
getProperty(String prop)  | 
Set<String> | 
getPropertyKeys()  | 
BigdataVertex | 
getTo()  | 
com.tinkerpop.blueprints.Vertex | 
getVertex(com.tinkerpop.blueprints.Direction dir)  | 
void | 
remove()  | 
<T> T | 
removeProperty(String prop)  | 
void | 
setProperty(String prop,
           Object val)  | 
String | 
toString()  | 
equals, hashCodepublic BigdataEdge(org.openrdf.model.Statement stmt,
           BigdataGraph graph)
public Object getId()
getId in interface com.tinkerpop.blueprints.Elementpublic void remove()
remove in interface com.tinkerpop.blueprints.Elementpublic String getLabel()
getLabel in interface com.tinkerpop.blueprints.Edgepublic com.tinkerpop.blueprints.Vertex getVertex(com.tinkerpop.blueprints.Direction dir)
                                          throws IllegalArgumentException
getVertex in interface com.tinkerpop.blueprints.EdgeIllegalArgumentExceptionpublic BigdataVertex getFrom()
public BigdataVertex getTo()
public void setProperty(String prop, Object val)
setProperty in interface com.tinkerpop.blueprints.ElementsetProperty in class BigdataElementpublic String toString()
toString in class BigdataElementpublic <T> T getProperty(String prop)
getProperty in interface com.tinkerpop.blueprints.ElementgetProperty in class BigdataElementpublic Set<String> getPropertyKeys()
getPropertyKeys in interface com.tinkerpop.blueprints.ElementgetPropertyKeys in class BigdataElementpublic <T> T removeProperty(String prop)
removeProperty in interface com.tinkerpop.blueprints.ElementremoveProperty in class BigdataElementCopyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.