public class URIVertex extends Object implements org.openrdf.model.URI, ResourceVertex
| Constructor and Description |
|---|
URIVertex(String iriValue,
Vertex vertex) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getLocalName() |
String |
getNamespace() |
Vertex |
getVertex() |
VertexImpl |
getVertexImpl() |
int |
hashCode() |
String |
stringValue() |
String |
toString() |
public Vertex getVertex()
getVertex in interface ResourceVertexpublic VertexImpl getVertexImpl()
getVertexImpl in interface ResourceVertexpublic String stringValue()
stringValue in interface org.openrdf.model.Valuepublic String getNamespace()
getNamespace in interface org.openrdf.model.URIpublic String getLocalName()
getLocalName in interface org.openrdf.model.URIpublic boolean equals(Object o)
public int hashCode()
Copyright © 2019. All rights reserved.