edu.qut.cs.rcmd.core.prob
Class RecommenderProbSubject
java.lang.Object
edu.qut.cs.rcmd.core.prob.RecommenderProbSubject
- All Implemented Interfaces:
- Event
public final class RecommenderProbSubject
- extends Object
- implements Event
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.