|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.fau.cs.www8.jadeowlcodec.tboxMerging.TripleStoreComparer
public class TripleStoreComparer
| Constructor Summary | |
|---|---|
TripleStoreComparer(AbsTripleStore sender,
AbsTripleStore receiver)
|
|
| Method Summary | |
|---|---|
java.util.Set<Uri.Concept> |
findEqualConcepts()
Method to find Concepts, that are equal. |
java.util.Map<java.lang.String,java.util.Set<SimpleTriple>> |
getDifferenceFromNodes(Uri u)
Method to filter all unequal properties from two nodes with same Uri |
java.util.Map<java.lang.String,java.util.Set<SimpleTriple>> |
getDifferenceFromNodes(Uri r,
Uri s)
Method to filter all unequal properties from two nodes |
java.util.Map<java.lang.String,java.util.Set<SimpleTriple>> |
getEqualsFromNodes(Uri r,
Uri s)
Method to filter all equal properties from two nodes |
java.util.Set<Uri.Concept> |
newConceptsInSender()
|
boolean |
sameNodes(Uri s,
Uri r)
Method to check, whether the 2 corresponding nodes in the TripleStores are equal |
java.util.Set<Uri.Concept> |
topConcepts(Uri.Concept uri,
AbsTripleStore ts)
Method to get all direct subConcepts of a specific Concept |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TripleStoreComparer(AbsTripleStore sender,
AbsTripleStore receiver)
| Method Detail |
|---|
public java.util.Set<Uri.Concept> newConceptsInSender()
public java.util.Map<java.lang.String,java.util.Set<SimpleTriple>> getEqualsFromNodes(Uri r,
Uri s)
r - receiver Nodes - sender Node
public java.util.Map<java.lang.String,java.util.Set<SimpleTriple>> getDifferenceFromNodes(Uri u)
u - Uri
public java.util.Map<java.lang.String,java.util.Set<SimpleTriple>> getDifferenceFromNodes(Uri r,
Uri s)
r - receiver Nodes - sender Node
public boolean sameNodes(Uri s,
Uri r)
s - Node in sender TripleStorer - Node in receiver TripleStore
public java.util.Set<Uri.Concept> findEqualConcepts()
public java.util.Set<Uri.Concept> topConcepts(Uri.Concept uri,
AbsTripleStore ts)
uri - Concept to find subConcepts for; if null the top Concepts will be retunedts - TripleStore to be searched
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Copyright 2007 Moritz Goeb, Bernhard Schiemann, Ulf Schreiber of Chair of Artificial Intelligence, University of Erlangen-Nuremberg