|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.AbstractMap<K,V>
java.util.HashMap<java.lang.String,InfoCom>
testjdt3.Communications
public class Communications
Class to store communications.
Constructor Summary | |
---|---|
Communications()
Default constructor. |
Method Summary | |
---|---|
void |
addCom(java.lang.String em,
java.lang.String rec,
org.eclipse.jdt.core.dom.IMethodBinding im)
Add in the communications of emitter em the receiver rec with the message mesg. |
void |
checkRequiredProvided()
Check that each required of each type is also provided. |
InfoCom |
getCom(java.lang.String em)
Get the communications of an emitter. |
java.lang.String |
toString()
String description. |
Methods inherited from class java.util.HashMap |
---|
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values |
Methods inherited from class java.util.AbstractMap |
---|
equals, hashCode |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface java.util.Map |
---|
equals, hashCode |
Constructor Detail |
---|
public Communications()
Method Detail |
---|
public InfoCom getCom(java.lang.String em)
em
-
public void addCom(java.lang.String em, java.lang.String rec, org.eclipse.jdt.core.dom.IMethodBinding im)
em
- rec
- im
- public java.lang.String toString()
toString
in class java.util.AbstractMap<java.lang.String,InfoCom>
public void checkRequiredProvided()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |