Uses of Class
net.fortytwo.flow.rdf.ranking.WeightedValue

Packages that use WeightedValue
net.fortytwo.flow.rdf.ranking   
 

Uses of WeightedValue in net.fortytwo.flow.rdf.ranking
 

Fields in net.fortytwo.flow.rdf.ranking with type parameters of type WeightedValue
protected  Map<T,WeightedValue<T>> WeightedVector.valueToWeightedValue
           
 

Methods in net.fortytwo.flow.rdf.ranking that return WeightedValue
 WeightedValue<T>[] WeightedVector.toArray()
           
 WeightedValue<T>[] WeightedVector.toSortedArray()
           
 

Methods in net.fortytwo.flow.rdf.ranking that return types with arguments of type WeightedValue
 Handler<WeightedValue<T>,Exception> WeightedVector.createAddValueHandler()
           
 Handler<WeightedValue<T>,Exception> WeightedVector.createSubtractValueHandler()
           
 Collection<WeightedValue<T>> WeightedVector.values()
           
 

Methods in net.fortytwo.flow.rdf.ranking with parameters of type WeightedValue
 int WeightedValue.compareTo(WeightedValue other)
           
 

Constructor parameters in net.fortytwo.flow.rdf.ranking with type arguments of type WeightedValue
WeightedVector(Map<T,WeightedValue<T>> map)
           
 



Copyright © 2007-2014. All Rights Reserved.