|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jscience.sociology.Situation
org.jscience.linguistics.ChatSituation
public class ChatSituation
A class representing the interaction of people communicating.
| Constructor Summary | |
|---|---|
ChatSituation(java.lang.String name,
java.lang.String comments)
Creates a new ChatSituation object. |
|
| Method Summary | |
|---|---|
void |
addLocutor(Individual individual)
DOCUMENT ME! |
void |
addLocutor(Locutor locutor)
DOCUMENT ME! |
void |
addVerbalCommunication(VerbalCommunication communication)
DOCUMENT ME! |
java.util.Set |
getLocutors()
DOCUMENT ME! |
java.util.Vector |
getVerbalCommunications()
DOCUMENT ME! |
| Methods inherited from class org.jscience.sociology.Situation |
|---|
addRole, addRole, getComments, getIndividuals, getName, getRoles, removeRole, setRoles |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ChatSituation(java.lang.String name,
java.lang.String comments)
name - DOCUMENT ME!comments - DOCUMENT ME!| Method Detail |
|---|
public void addLocutor(Individual individual)
individual - DOCUMENT ME!public void addLocutor(Locutor locutor)
locutor - DOCUMENT ME!public java.util.Set getLocutors()
public java.util.Vector getVerbalCommunications()
public void addVerbalCommunication(VerbalCommunication communication)
communication - DOCUMENT ME!
java.lang.IllegalArgumentException - DOCUMENT ME!
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||