public static class RDFDataset.Quad extends LinkedHashMap<String,Object> implements Comparable<RDFDataset.Quad>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
Quad(RDFDataset.Node subject,
RDFDataset.Node predicate,
RDFDataset.Node object,
String graph) |
Quad(String subject,
String predicate,
String object,
String graph) |
Quad(String subject,
String predicate,
String value,
String datatype,
String language,
String graph) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(RDFDataset.Quad o) |
RDFDataset.Node |
getGraph() |
RDFDataset.Node |
getObject() |
RDFDataset.Node |
getPredicate() |
RDFDataset.Node |
getSubject() |
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 Quad(String subject, String predicate, String value, String datatype, String language, String graph)
public Quad(RDFDataset.Node subject, RDFDataset.Node predicate, RDFDataset.Node object, String graph)
public RDFDataset.Node getSubject()
public RDFDataset.Node getPredicate()
public RDFDataset.Node getObject()
public RDFDataset.Node getGraph()
public int compareTo(RDFDataset.Quad o)
compareTo
in interface Comparable<RDFDataset.Quad>
Copyright © 2019. All rights reserved.