edu.stanford.rsl.konrad.phantom.forbild
Class ForbildParser
java.lang.Object
edu.stanford.rsl.konrad.phantom.forbild.ForbildParser
- All Implemented Interfaces:
- SceneFileParser
public class ForbildParser
- extends java.lang.Object
- implements SceneFileParser
This class adds objects defined in forbild format into a scene that can be used to create a phantom.
- Author:
- Rotimi X Ojo
Constructor Summary |
ForbildParser(java.io.File file)
|
ForbildParser(java.io.File file,
java.util.HashMap<java.lang.String,java.lang.String> placeHoldersMap)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ForbildParser
public ForbildParser(java.io.File file)
ForbildParser
public ForbildParser(java.io.File file,
java.util.HashMap<java.lang.String,java.lang.String> placeHoldersMap)
getScene
public AbstractScene getScene()
- Specified by:
getScene
in interface SceneFileParser