scratch.joshua.ranking
Class AbstractIterativeRanker.UniformOut
java.lang.Object
scratch.joshua.ranking.AbstractIterativeRanker.UniformOut
- All Implemented Interfaces:
- NumberEdgeValue
- Enclosing class:
- AbstractIterativeRanker
protected static class AbstractIterativeRanker.UniformOut
- extends Object
- implements NumberEdgeValue
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractIterativeRanker.UniformOut
protected AbstractIterativeRanker.UniformOut()
getNumber
public Number getNumber(ArchetypeEdge ae)
- Specified by:
getNumber
in interface NumberEdgeValue
- Parameters:
ae
- the edge to examine
- Returns:
- the Number associated with this edge
setNumber
public void setNumber(ArchetypeEdge e,
Number n)
- Specified by:
setNumber
in interface NumberEdgeValue
- Parameters:
e
- the edge whose value we're settingn
- the Number to which we're setting the edge