|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgov.llnl.ontology.wordnet.DoubleVectorAttribute<T>
public class DoubleVectorAttribute<T extends edu.ucla.sspace.vector.DoubleVector>
An Attribute
that stores a DoubleVector
Constructor Summary | |
---|---|
DoubleVectorAttribute(T vector)
Creates a new DoubleVectorAttribute . |
Method Summary | |
---|---|
void |
merge(Attribute<T> other)
Merges this Attribute with another Attribute . |
T |
object()
Returns the underlying object for this Attribute . |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DoubleVectorAttribute(T vector)
DoubleVectorAttribute
.
Method Detail |
---|
public 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.
merge
in interface Attribute<T extends edu.ucla.sspace.vector.DoubleVector>
public T object()
Attribute
.
object
in interface Attribute<T extends edu.ucla.sspace.vector.DoubleVector>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |