Serialized Form
-
Package com.JayPi4c.RobbiSimulator.controller.simulation
-
Exception com.JayPi4c.RobbiSimulator.controller.simulation.StopException
class StopException extends RuntimeException implements Serializable- serialVersionUID:
- 1L
-
-
Package com.JayPi4c.RobbiSimulator.controller.tutor
-
Record Class com.JayPi4c.RobbiSimulator.controller.tutor.Answer
class Answer extends Record implements Serializable -
Class com.JayPi4c.RobbiSimulator.controller.tutor.Tutor
class Tutor extends UnicastRemoteObject implements Serializable- serialVersionUID:
- 4722167139215525516L
-
-
Package com.JayPi4c.RobbiSimulator.model
-
Class com.JayPi4c.RobbiSimulator.model.Accu
class Accu extends Object implements Serializable- serialVersionUID:
- 1L
-
Exception com.JayPi4c.RobbiSimulator.model.BagIsEmptyException
class BagIsEmptyException extends RobbiException implements Serializable- serialVersionUID:
- 1L
-
Exception com.JayPi4c.RobbiSimulator.model.BagIsFullException
class BagIsFullException extends RobbiException implements Serializable- serialVersionUID:
- 1L
-
Class com.JayPi4c.RobbiSimulator.model.Hollow
class Hollow extends Tile implements Serializable- serialVersionUID:
- 1L
-
Exception com.JayPi4c.RobbiSimulator.model.HollowAheadException
class HollowAheadException extends RobbiException implements Serializable- serialVersionUID:
- 1L
-
Exception com.JayPi4c.RobbiSimulator.model.InvalidTerritoryException
class InvalidTerritoryException extends Exception implements Serializable- serialVersionUID:
- 1L
-
Exception com.JayPi4c.RobbiSimulator.model.NoItemException
class NoItemException extends RobbiException implements Serializable- serialVersionUID:
- 1L
-
Exception com.JayPi4c.RobbiSimulator.model.NoPileOfScrapAheadException
class NoPileOfScrapAheadException extends RobbiException implements Serializable- serialVersionUID:
- 1L
-
Class com.JayPi4c.RobbiSimulator.model.Nut
class Nut extends Object implements Serializable- serialVersionUID:
- 1L
-
Class com.JayPi4c.RobbiSimulator.model.PileOfScrap
class PileOfScrap extends Tile implements Serializable- serialVersionUID:
- 1L
-
Exception com.JayPi4c.RobbiSimulator.model.RobbiException
class RobbiException extends RuntimeException implements Serializable- serialVersionUID:
- 1L
-
Class com.JayPi4c.RobbiSimulator.model.Screw
class Screw extends Object implements Serializable- serialVersionUID:
- 1L
-
Class com.JayPi4c.RobbiSimulator.model.Stockpile
class Stockpile extends Tile implements Serializable- serialVersionUID:
- 1L
-
Class com.JayPi4c.RobbiSimulator.model.Territory
class Territory extends Observable implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
numberOfColumns
int numberOfColumns
Attribute to store the current number of columns of the territory. -
numberOfRows
int numberOfRows
Attribute to store the current number of rows of the territory. -
sizeChanged
boolean sizeChanged
Attribute to save if the territory has changed. -
tiles
Tile[][] tiles
Array-attribute to store the real territory
-
-
Class com.JayPi4c.RobbiSimulator.model.Tile
class Tile extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
item
Item item
Attribute to store the item whoch is placed on the tile.
-
-
Exception com.JayPi4c.RobbiSimulator.model.TileBlockedException
class TileBlockedException extends RobbiException implements Serializable- serialVersionUID:
- 1L
-
Exception com.JayPi4c.RobbiSimulator.model.TileIsFullException
class TileIsFullException extends RobbiException implements Serializable- serialVersionUID:
- 1L
-