edu.vt.marian.search
Interface WtdObjToSetMapping
- All Known Implementing Classes:
- LinkSetMapping
- public abstract interface WtdObjToSetMapping
Any mapping whereby a single (weighted) object can be turned into a WtdObjSet
(for instance, the mapping to all nodes exactly one link away from a
given object). Typically, the weight of the key WtdObj will be applied
to all members of the set.
- See Also:
WtdObj,
WtdObjSet
|
Method Summary |
WtdObjSet |
map(edu.vt.marian.common.WtdObj key)
Map a single object to an associated weighted object set (where "associated"
is defined by the implementing class). |
map
public WtdObjSet map(edu.vt.marian.common.WtdObj key)
- Map a single object to an associated weighted object set (where "associated"
is defined by the implementing class).
- Parameters:
key - the FullID of the seed object.- Returns:
- A corresponding weighted object set.