|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Attribute<T>
A simple interface for Attribute
s for Synset
s. An Attribute
can represent any type of data, such as feature vectors,
additional descriptions, arbitrary links to other Synset
s, and
anything else.
Method Summary | |
---|---|
void |
merge(Attribute<T> other)
Merges this Attribute with another Attribute . |
T |
object()
Returns the underlying object for this Attribute . |
Method Detail |
---|
void merge(Attribute<T> other)
Attribute
with another Attribute
. Merging can
occur when two Synset
s are merged together and have Attribute
s associated with the same label. This method will only be
called internally when Synset
s are combined together.
T object()
Attribute
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |