|
||||||||||
| 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 Synsets are merged together and have Attributes associated with the same label. This method will only be
called internally when Synsets 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 | |||||||||