|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjchrest.lib.Scenes
public class Scenes
The Scenes class holds a list of Scene objects. Each Scene contains an array of 'situations'.
Method Summary | |
---|---|
Scene |
get(int i)
|
Move |
getMove(int i)
|
java.lang.String[] |
getSceneNames()
|
boolean |
haveMoves()
|
static Scenes |
read(java.io.BufferedReader input)
Read in a list of scenes from the given input stream. |
static Scenes |
readWithMove(java.io.BufferedReader input)
Read in a list of scenes from the given input stream. |
int |
size()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static Scenes read(java.io.BufferedReader input) throws java.io.IOException
java.io.IOException
public static Scenes readWithMove(java.io.BufferedReader input) throws java.io.IOException
java.io.IOException
public java.lang.String[] getSceneNames()
public Scene get(int i)
public boolean haveMoves()
public Move getMove(int i)
public int size()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |