|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IWorld
Represents a World in the Universe. We assign each world a unique ID so messages can be matched and delivered.
Method Summary | |
---|---|
boolean |
equals(IWorld w)
Is this IWorld the same as the given IWorld? |
long |
id()
Get this worlds unique ID |
java.lang.String |
name()
Get the registered name of this World (not necessarily unique) |
Method Detail |
---|
java.lang.String name()
long id()
boolean equals(IWorld w)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |