Package org.nlpub.watset.util
Class IndexedSense<V>
java.lang.Object
org.jgrapht.alg.util.Pair<V,Integer>
org.nlpub.watset.util.IndexedSense<V>
- Type Parameters:
V
- the type of value
- All Implemented Interfaces:
Serializable
,Supplier<V>
,Sense<V>
An integer sense identifier.
- See Also:
-
Field Summary
Fields inherited from class org.jgrapht.alg.util.Pair
first, second
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.jgrapht.alg.util.Pair
equals, getFirst, getSecond, hasElement, hashCode, of, setFirst, setSecond
-
Constructor Details
-
IndexedSense
Create a sense of an object.- Parameters:
value
- the objectsense
- the sense identifier
-
-
Method Details