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, values
clone, compute, computeIfAbsent, computeIfPresent, containsKey, isEmpty, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, size
equals, hashCode, toString
finalize, getClass, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, containsKey, equals, hashCode, isEmpty, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, size
public 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.