org.apache.stanbol.contenthub.search.related
Class RelatedKeywordImpl
java.lang.Object
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 classes/interfaces inherited from interface org.apache.stanbol.contenthub.servicesapi.search.related.RelatedKeyword |
org.apache.stanbol.contenthub.servicesapi.search.related.RelatedKeyword.Source |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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)
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.