public class Information
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
Information(java.lang.String informationClass)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object otherObj) |
java.lang.String |
getInformationClass()
Gets the information class, e.g.
|
int |
getInformationGroup()
Returns a hash for this information class, that can be used for SDDL PubSub
Group implementation.
|
public Information(java.lang.String informationClass)
informationClass - the class of the information, e.g. 'location' or
'energy'public java.lang.String getInformationClass()
public int getInformationGroup()
public boolean equals(java.lang.Object otherObj)
equals in class java.lang.Object