|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ow2.weblab.core.annotator.AbstractAnnotator
org.ow2.weblab.core.annotator.BaseAnnotator
org.ow2.weblab.core.model.retrieval.WRetrievalAnnotator
public class WRetrievalAnnotator
WebLab Exchange model used for resources retrieval v0.3 This version includes relationships used for WebLab Resources retrieval. WEBLAB: Service oriented integration platform for media mining and intelligence applications Copyright (C) 2004 - 2010 CASSIDIAN
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.ow2.weblab.core.annotator.AbstractAnnotator |
---|
AbstractAnnotator.Operator |
Field Summary | |
---|---|
protected static java.lang.String |
HAS_DESCRIPTION
|
protected static java.lang.String |
HAS_EXPECTED_LIMIT
|
protected static java.lang.String |
HAS_EXPECTED_OFFSET
|
protected static java.lang.String |
HAS_HIT
|
protected static java.lang.String |
HAS_NUMBER_OF_RESULTS
|
protected static java.lang.String |
HAS_ORDERED_QUERY
|
protected static java.lang.String |
HAS_QUERY_OFFSET
|
protected static java.lang.String |
HAS_RANK
|
protected static java.lang.String |
HAS_SCORE
|
protected static java.lang.String |
IN_RESULT_SET_HIT
|
protected static java.lang.String |
IS_EXPRESSED_WITH
|
protected static java.lang.String |
IS_LINKED_TO
|
protected static java.lang.String |
IS_RESULT_OF
|
protected static java.lang.String |
PREFIX
|
protected static java.net.URI |
URI
|
Fields inherited from class org.ow2.weblab.core.annotator.BaseAnnotator |
---|
RDF_PREFIX, RDF_URI, RDFS_PREFIX, RDFS_URI |
Fields inherited from class org.ow2.weblab.core.annotator.AbstractAnnotator |
---|
annotation, isInnerAnnotatorStarted, originalURI, resource, subjectURI |
Constructor Summary | |
---|---|
WRetrievalAnnotator(Resource resource)
|
|
WRetrievalAnnotator(java.net.URI subject,
PieceOfKnowledge pieceOfKnowledge)
|
Method Summary | |
---|---|
Value<java.lang.String> |
readDescription()
Read the Gives a description for hit. |
Value<java.lang.Integer> |
readExpectedLimit()
Read the Gives the limit for the requested query for this order. |
Value<java.lang.Integer> |
readExpectedOffset()
Read the Gives the expected offset for the requested query for this order. |
Value<java.lang.String> |
readExpressedWith()
Read the Gives the language of the query . |
Value<java.net.URI> |
readHit()
Read the Gives a hit for ResultSet. |
Value<java.net.URI> |
readInResultSetHit()
Read the Links a Hit to its ResultSet. |
Value<java.net.URI> |
readLinkedTo()
Read the Gives a link to resource for hit. |
Value<java.lang.Integer> |
readNumberOfResults()
Read the Gives the total number of results for this result set. |
Value<java.net.URI> |
readOrderedQuery()
Read the Gives a link to the requested query for this order. |
Value<java.lang.Integer> |
readQueryOffset()
Read the Provides the offset about the query in the case of a result set returns by a search service. |
Value<java.lang.Integer> |
readRank()
Read the Gives a rank for hit. |
Value<java.net.URI> |
readResultOf()
Read the Links a ResultSet to the Query that has been used to retrieve the set of results. |
Value<java.lang.Double> |
readScore()
Read the Gives a score for hit. |
void |
writeDescription(java.lang.String value)
Write the Gives a description for hit. |
void |
writeExpectedLimit(java.lang.Integer value)
Write the Gives the limit for the requested query for this order. |
void |
writeExpectedOffset(java.lang.Integer value)
Write the Gives the expected offset for the requested query for this order. |
void |
writeExpressedWith(java.lang.String value)
Write the Gives the language of the query . |
void |
writeHit(java.net.URI value)
Write the Gives a hit for ResultSet. |
void |
writeInResultSetHit(java.net.URI value)
Write the Links a Hit to its ResultSet. |
void |
writeLinkedTo(java.net.URI value)
Write the Gives a link to resource for hit. |
void |
writeNumberOfResults(java.lang.Integer value)
Write the Gives the total number of results for this result set. |
void |
writeOrderedQuery(java.net.URI value)
Write the Gives a link to the requested query for this order. |
void |
writeQueryOffset(java.lang.Integer value)
Write the Provides the offset about the query in the case of a result set returns by a search service. |
void |
writeRank(java.lang.Integer value)
Write the Gives a rank for hit. |
void |
writeResultOf(java.net.URI value)
Write the Links a ResultSet to the Query that has been used to retrieve the set of results. |
void |
writeScore(java.lang.Double value)
Write the Gives a score for hit. |
Methods inherited from class org.ow2.weblab.core.annotator.BaseAnnotator |
---|
readLabel, readType, writeLabel, writeType |
Methods inherited from class org.ow2.weblab.core.annotator.AbstractAnnotator |
---|
applyOperator, endInnerAnnotator, endSpecifyLanguage, isAppendMode, retrieveAnnotation, setAppendMode, startInnerAnnotatorOn, startSpecifyLanguage |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected static final java.lang.String PREFIX
protected static final java.net.URI URI
protected static final java.lang.String HAS_DESCRIPTION
protected static final java.lang.String HAS_EXPECTED_LIMIT
protected static final java.lang.String HAS_EXPECTED_OFFSET
protected static final java.lang.String HAS_NUMBER_OF_RESULTS
protected static final java.lang.String HAS_QUERY_OFFSET
protected static final java.lang.String HAS_RANK
protected static final java.lang.String HAS_SCORE
protected static final java.lang.String IS_EXPRESSED_WITH
protected static final java.lang.String HAS_HIT
protected static final java.lang.String HAS_ORDERED_QUERY
protected static final java.lang.String IN_RESULT_SET_HIT
protected static final java.lang.String IS_LINKED_TO
protected static final java.lang.String IS_RESULT_OF
Constructor Detail |
---|
public WRetrievalAnnotator(java.net.URI subject, PieceOfKnowledge pieceOfKnowledge)
public WRetrievalAnnotator(Resource resource)
Method Detail |
---|
public Value<java.lang.String> readDescription()
public void writeDescription(java.lang.String value)
value
- a Stringpublic Value<java.lang.Integer> readExpectedLimit()
public void writeExpectedLimit(java.lang.Integer value)
value
- an Integerpublic Value<java.lang.Integer> readExpectedOffset()
public void writeExpectedOffset(java.lang.Integer value)
value
- an Integerpublic Value<java.lang.Integer> readNumberOfResults()
public void writeNumberOfResults(java.lang.Integer value)
value
- an Integerpublic Value<java.lang.Integer> readQueryOffset()
public void writeQueryOffset(java.lang.Integer value)
value
- an Integerpublic Value<java.lang.Integer> readRank()
public void writeRank(java.lang.Integer value)
value
- an Integerpublic Value<java.lang.Double> readScore()
public void writeScore(java.lang.Double value)
value
- a Doublepublic Value<java.lang.String> readExpressedWith()
public void writeExpressedWith(java.lang.String value)
value
- a Stringpublic Value<java.net.URI> readHit()
public void writeHit(java.net.URI value)
value
- an URIpublic Value<java.net.URI> readOrderedQuery()
public void writeOrderedQuery(java.net.URI value)
value
- an URIpublic Value<java.net.URI> readInResultSetHit()
public void writeInResultSetHit(java.net.URI value)
value
- an URIpublic Value<java.net.URI> readLinkedTo()
public void writeLinkedTo(java.net.URI value)
value
- an URIpublic Value<java.net.URI> readResultOf()
public void writeResultOf(java.net.URI value)
value
- an URI
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |