public abstract static class RDFDataset.Node extends LinkedHashMap<String,Object> implements Comparable<RDFDataset.Node>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
Node() |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(RDFDataset.Node o) |
String |
getDatatype() |
String |
getLanguage() |
String |
getValue() |
abstract boolean |
isBlankNode() |
abstract boolean |
isIRI() |
abstract boolean |
isLiteral() |
clear, containsValue, entrySet, forEach, get, getOrDefault, keySet, removeEldestEntry, replaceAll, valuesclone, compute, computeIfAbsent, computeIfPresent, containsKey, isEmpty, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, sizeequals, hashCode, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, containsKey, equals, hashCode, isEmpty, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, sizepublic abstract boolean isLiteral()
public abstract boolean isIRI()
public abstract boolean isBlankNode()
public String getValue()
public String getDatatype()
public String getLanguage()
public int compareTo(RDFDataset.Node o)
compareTo in interface Comparable<RDFDataset.Node>Copyright © 2018. All rights reserved.