|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectLogFile
public class LogFile
This is a serializable class that is used to save log files. It contains a TileSet and a linked List of LogEntries.
TileSet
,
LogEntry
,
Serialized FormField Summary | |
---|---|
private static long |
serialVersionUID
|
(package private) java.util.LinkedList |
theMoveList
A list of LogEntries |
(package private) TileSet |
theTileSet
The TileSet used for the log |
Constructor Summary | |
---|---|
LogFile(TileSet TS,
java.util.LinkedList ML)
Constructor that sets the tile set and list of moves. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private static final long serialVersionUID
TileSet theTileSet
java.util.LinkedList theMoveList
LogEntries
Constructor Detail |
---|
public LogFile(TileSet TS, java.util.LinkedList ML)
TS
- The TileSet used for the logML
- The list of move making up the log.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |