edu.qut.cs.rcmd.common.util
Class SimilarityGraphHelper.SimilarityEntry

java.lang.Object
  extended by edu.qut.cs.rcmd.common.util.SimilarityGraphHelper.SimilarityEntry
Enclosing class:
SimilarityGraphHelper

public static class SimilarityGraphHelper.SimilarityEntry
extends Object


Constructor Summary
SimilarityGraphHelper.SimilarityEntry(Long from, Long to, Double value)
           
 
Method Summary
 Long getFrom()
           
 Long getTo()
           
 Double getValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimilarityGraphHelper.SimilarityEntry

public SimilarityGraphHelper.SimilarityEntry(Long from,
                                             Long to,
                                             Double value)
Method Detail

getFrom

public Long getFrom()

getTo

public Long getTo()

getValue

public Double getValue()


Copyright © 2012. All Rights Reserved.