public static class RDFDataset.Literal extends RDFDataset.Node
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
Literal(String value,
String datatype,
String language) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(RDFDataset.Node o) |
boolean |
isBlankNode() |
boolean |
isIRI() |
boolean |
isLiteral() |
getDatatype, getLanguage, getValue
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 boolean isLiteral()
isLiteral
in class RDFDataset.Node
public boolean isIRI()
isIRI
in class RDFDataset.Node
public boolean isBlankNode()
isBlankNode
in class RDFDataset.Node
public int compareTo(RDFDataset.Node o)
compareTo
in interface Comparable<RDFDataset.Node>
compareTo
in class RDFDataset.Node
Copyright © 2016. All rights reserved.