org.apache.stanbol.contenthub.search.related
Class RelatedKeywordImpl
java.lang.Object
org.apache.stanbol.contenthub.search.related.RelatedKeywordImpl
- All Implemented Interfaces:
- RelatedKeyword
public class RelatedKeywordImpl
- extends java.lang.Object
- implements RelatedKeyword
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RelatedKeywordImpl
public RelatedKeywordImpl(java.lang.String keyword,
double score)
RelatedKeywordImpl
public RelatedKeywordImpl(java.lang.String keyword,
double score,
java.lang.String source)
RelatedKeywordImpl
public RelatedKeywordImpl(java.lang.String keyword,
double score,
RelatedKeyword.Source source)
getKeyword
public java.lang.String getKeyword()
- Specified by:
getKeyword in interface RelatedKeyword
getScore
public double getScore()
- Specified by:
getScore in interface RelatedKeyword
getSource
public java.lang.String getSource()
- Specified by:
getSource in interface RelatedKeyword
Copyright © 2011-2012 The Apache Software Foundation. All Rights Reserved.