| Modifier and Type | Method and Description |
|---|---|
WorldReader |
IWorldReaderProvider.getReader()
To be used by (usually) IParser upon IParser.start() method call to obtain a world reader.
|
WorldWriter |
IWorldWriterProvider.getWriter()
To be used on ICommandSerializer.start() method to obtain a writer into the world.
|
void |
IWorldConnection.setAddress(ADDRESS address)
Sets the connection address to the object.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AlreadyConnectedException
Thrown when some pre-connect method is invoked and
IWorldConnection is already connected. |
class |
ConnectionException
To be used by IWorldConnection / IReaderProvider / IWriterProvider implementors.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MediatorException
To be used by the Mediators.
|
| Modifier and Type | Method and Description |
|---|---|
InfoMessage |
IWorldMessageParser.parse()
May block.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ParserEOFException |
class |
ParserException
To be used by IParser implementors.
|
| Constructor and Description |
|---|
YylexParser(IWorldReaderProvider readerProvider,
IYylex yylex,
IYylexObserver yylexObserver,
IComponentBus eventBus,
IAgentLogger logger) |
| Modifier and Type | Method and Description |
|---|---|
IWorldChangeEvent |
IWorldChangeEventOutput.getEvent()
Returns next event of the world.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TranslatorException
To be used by IWorldEventProducer implementors.
|
Copyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.