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

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

public class RelatedKeywordImpl
extends java.lang.Object
implements RelatedKeyword


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.apache.stanbol.contenthub.servicesapi.search.related.RelatedKeyword
RelatedKeyword.Source
 
Constructor Summary
RelatedKeywordImpl(java.lang.String keyword, double score)
           
RelatedKeywordImpl(java.lang.String keyword, double score, RelatedKeyword.Source source)
           
RelatedKeywordImpl(java.lang.String keyword, double score, java.lang.String source)
           
 
Method Summary
 java.lang.String getKeyword()
           
 double getScore()
           
 java.lang.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(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)
Method Detail

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.