public class RelatedKeywordImpl extends Object implements org.apache.stanbol.contenthub.servicesapi.search.related.RelatedKeyword
| Constructor and Description |
|---|
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) |
public RelatedKeywordImpl(String keyword, double score)
public RelatedKeywordImpl(String keyword, double score, org.apache.stanbol.contenthub.servicesapi.search.related.RelatedKeyword.Source source)
public String getKeyword()
getKeyword in interface org.apache.stanbol.contenthub.servicesapi.search.related.RelatedKeywordpublic double getScore()
getScore in interface org.apache.stanbol.contenthub.servicesapi.search.related.RelatedKeywordpublic String getSource()
getSource in interface org.apache.stanbol.contenthub.servicesapi.search.related.RelatedKeywordCopyright © 2011-2014 The Apache Software Foundation. All Rights Reserved.