| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectemolib.eks.anlw.DimentionsANLW
public class DimentionsANLW
The DimentionsANLW class is a construct that holds the emotional dimensions of a word stem found in the ANLW database.
| Constructor Summary | |
|---|---|
| DimentionsANLW()Constructs an empty DimentionsANLW object. | |
| DimentionsANLW(java.lang.String inputStemKey,
               float inputValence,
               float inputActivation,
               float inputControl,
               java.lang.String inputCategory)Constructs and fills a DimentionsANLW object. | |
| Method Summary | |
|---|---|
|  float | getActivation()Gets the activation of the object. | 
|  java.lang.String | getCategory()Gets the word-class of the object. | 
|  float | getControl()Gets the control of the object. | 
|  java.lang.String | getStemKey()Gets the stem of the object. | 
|  float | getValence()Gets the valence of the object. | 
|  void | setActivation(float inputActivation)Sets the activation of the object. | 
|  void | setCategory(java.lang.String wordClassToBeSet)Sets the word-class of the object. | 
|  void | setControl(float inputControl)Sets the control of the object. | 
|  void | setStemKey(java.lang.String inputStemKey)Sets the stem of the object. | 
|  void | setValence(float inputValence)Sets the valence of the object. | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public DimentionsANLW()
public DimentionsANLW(java.lang.String inputStemKey,
                      float inputValence,
                      float inputActivation,
                      float inputControl,
                      java.lang.String inputCategory)
inputValence - The valence of the word stem.inputActivation - The activation of the word stem.inputControl - The control of the word stem.inputCategory - The class of word.| Method Detail | 
|---|
public void setStemKey(java.lang.String inputStemKey)
inputStemKey - The stem to be set.public java.lang.String getStemKey()
public void setValence(float inputValence)
inputValence - The valence to be set.public float getValence()
public void setActivation(float inputActivation)
inputActivation - The activation to be set.public float getActivation()
public void setControl(float inputControl)
inputControl - The control to be set.public float getControl()
public void setCategory(java.lang.String wordClassToBeSet)
wordClassToBeSet - The word-class to be set.public java.lang.String getCategory()
| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||