edu.qut.cs.rcmd.common.util
Class SimilarityGraphHelper.SimilarityEntry
java.lang.Object
edu.qut.cs.rcmd.common.util.SimilarityGraphHelper.SimilarityEntry
- Enclosing class:
- SimilarityGraphHelper
public static class SimilarityGraphHelper.SimilarityEntry
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SimilarityGraphHelper.SimilarityEntry
public SimilarityGraphHelper.SimilarityEntry(Long from,
Long to,
Double value)
getFrom
public Long getFrom()
getTo
public Long getTo()
getValue
public Double getValue()
Copyright © 2012. All Rights Reserved.