|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--java.util.AbstractCollection
|
+--java.util.AbstractSet
|
+--java.util.HashSet
|
+--de.jwg.dbis.rdf.rdfs3.access.model.Result
|
+--de.jwg.dbis.rdf.rdfs3.access.model.POI
Represents a Point Of Interest. Holds the direct hits, especially important for AND operators (merging two POIs).
| Constructor Summary | |
POI()
Constructor for a Point Of Interest (POI). |
|
| Method Summary | |
void |
addDirectHit(java.lang.Object o)
Adds a direct hit to the POI. |
java.util.ArrayList |
getDirectHits()
|
boolean |
intersection_test(POI al2)
|
boolean |
isDirectHit(java.lang.Object o)
|
int |
numberOfHits()
The number of hits contained by this POI. |
java.lang.String |
toRDFXML()
Generates an RDF/XML representation of this POI using the RDF-S3 Schema. |
POI |
union(POI poi)
Adds all hits and direct hits of the input POI into this one and returns the result. |
| Methods inherited from class java.util.HashSet |
add, clear, clone, contains, isEmpty, iterator, remove, size |
| Methods inherited from class java.util.AbstractSet |
equals, hashCode, removeAll |
| Methods inherited from class java.util.AbstractCollection |
addAll, containsAll, retainAll, toArray, toArray, toString |
| Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface java.util.Set |
addAll, containsAll, equals, hashCode, removeAll, retainAll, toArray, toArray |
| Constructor Detail |
public POI()
| Method Detail |
public void addDirectHit(java.lang.Object o)
o - The direct hit.public java.util.ArrayList getDirectHits()
public boolean isDirectHit(java.lang.Object o)
public java.lang.String toRDFXML()
toRDFXML in class Resultpublic int numberOfHits()
numberOfHits in class Resultpublic POI union(POI poi)
public boolean intersection_test(POI al2)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||