edu.qut.cs.rcmd.core.prob
Class RecommenderProbSubject

java.lang.Object
  extended by edu.qut.cs.rcmd.core.prob.RecommenderProbSubject
All Implemented Interfaces:
Event

public final class RecommenderProbSubject
extends Object
implements Event


Nested Class Summary
static class RecommenderProbSubject.Type
           
 
Method Summary
 boolean equals(Object obj)
           
 RecommenderProbSubject.Type getType()
           
 Object getValue()
           
 int hashCode()
           
static RecommenderProbSubject item(long itemId)
           
static RecommenderProbSubject newInstance(RecommenderProbSubject.Type type, String value)
           
static RecommenderProbSubject tag(String tag)
           
static RecommenderProbSubject user(long userId)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getType

public RecommenderProbSubject.Type getType()

getValue

public Object getValue()

tag

public static RecommenderProbSubject tag(String tag)

user

public static RecommenderProbSubject user(long userId)

item

public static RecommenderProbSubject item(long itemId)

newInstance

public static RecommenderProbSubject newInstance(RecommenderProbSubject.Type type,
                                                 String value)

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2012. All Rights Reserved.