edu.qut.cs.rcmd.core.model.tag.impl
Class GenericRecommendedTag

java.lang.Object
  extended by edu.qut.cs.rcmd.core.model.tag.impl.GenericRecommendedTag
All Implemented Interfaces:
RecommendedTag

public class GenericRecommendedTag
extends Object
implements RecommendedTag

Author:
n7374186

Constructor Summary
GenericRecommendedTag(String tag, float value)
           
 
Method Summary
 String getTag()
           
 float getValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GenericRecommendedTag

public GenericRecommendedTag(String tag,
                             float value)
Method Detail

getTag

public String getTag()
Specified by:
getTag in interface RecommendedTag

getValue

public float getValue()
Specified by:
getValue in interface RecommendedTag


Copyright © 2012. All Rights Reserved.