| Package | Description |
|---|---|
| won.protocol.util | |
| won.protocol.util.linkeddata |
| Modifier and Type | Method and Description |
|---|---|
static RdfUtils.Pair<org.apache.jena.query.Dataset> |
RdfUtils.diff(org.apache.jena.query.Dataset firstDataset,
org.apache.jena.query.Dataset secondDataset) |
static RdfUtils.Pair<org.apache.jena.rdf.model.Model> |
RdfUtils.diff(org.apache.jena.rdf.model.Model firstModel,
org.apache.jena.rdf.model.Model secondModel) |
| Modifier and Type | Method and Description |
|---|---|
static java.util.Set<RdfUtils.Pair<java.net.URI>> |
WonRdfUtils.SocketUtils.getCompatibleSocketsForAtoms(org.apache.jena.query.Dataset dataset,
java.net.URI firstAtom,
java.net.URI secondAtom)
Calculates all compatible socket pairs in the two specified atoms defined in
the dataset.
|
static java.util.Set<RdfUtils.Pair<java.net.URI>> |
WonRdfUtils.SocketUtils.getIncompatibleSocketsForAtoms(org.apache.jena.query.Dataset dataset,
java.net.URI firstAtom,
java.net.URI secondAtom) |
| Modifier and Type | Method and Description |
|---|---|
static java.util.Set<RdfUtils.Pair<java.net.URI>> |
WonLinkedDataUtils.getCompatibleSocketsForAtoms(LinkedDataSource linkedDataSource,
java.net.URI firstAtom,
java.net.URI secondAtom)
Executes
WonRdfUtils.SocketUtils.getCompatibleSocketsForAtoms after
crawling the required data. |
static java.util.Set<RdfUtils.Pair<java.net.URI>> |
WonLinkedDataUtils.getIncompatibleSocketsForAtoms(LinkedDataSource linkedDataSource,
java.net.URI firstAtom,
java.net.URI secondAtom) |
Copyright © 2019. All Rights Reserved.