org.apache.stanbol.contenthub.search.related
Class RelatedKeywordImpl

java.lang.Object
  extended by org.apache.stanbol.contenthub.search.related.RelatedKeywordImpl
All Implemented Interfaces:
org.apache.stanbol.contenthub.servicesapi.search.related.RelatedKeyword

public class RelatedKeywordImpl
extends Object
implements org.apache.stanbol.contenthub.servicesapi.search.related.RelatedKeyword


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.apache.stanbol.contenthub.servicesapi.search.related.RelatedKeyword
org.apache.stanbol.contenthub.servicesapi.search.related.RelatedKeyword.Source
 
Constructor Summary
RelatedKeywordImpl(String keyword, double score)
           
RelatedKeywordImpl(String keyword, double score, org.apache.stanbol.contenthub.servicesapi.search.related.RelatedKeyword.Source source)
           
RelatedKeywordImpl(String keyword, double score, String source)
           
 
Method Summary
 String getKeyword()
           
 double getScore()
           
 String getSource()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RelatedKeywordImpl

public RelatedKeywordImpl(String keyword,
                          double score)

RelatedKeywordImpl

public RelatedKeywordImpl(String keyword,
                          double score,
                          String source)

RelatedKeywordImpl

public RelatedKeywordImpl(String keyword,
                          double score,
                          org.apache.stanbol.contenthub.servicesapi.search.related.RelatedKeyword.Source source)
Method Detail

getKeyword

public String getKeyword()
Specified by:
getKeyword in interface org.apache.stanbol.contenthub.servicesapi.search.related.RelatedKeyword

getScore

public double getScore()
Specified by:
getScore in interface org.apache.stanbol.contenthub.servicesapi.search.related.RelatedKeyword

getSource

public String getSource()
Specified by:
getSource in interface org.apache.stanbol.contenthub.servicesapi.search.related.RelatedKeyword


Copyright © 2011-2013 The Apache Software Foundation. All Rights Reserved.