edu.stanford.rsl.konrad.phantom.forbild
Class ForbildParser

java.lang.Object
  extended by 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)
           
 
Method Summary
 AbstractScene getScene()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ForbildParser

public ForbildParser(java.io.File file)

ForbildParser

public ForbildParser(java.io.File file,
                     java.util.HashMap<java.lang.String,java.lang.String> placeHoldersMap)
Method Detail

getScene

public AbstractScene getScene()
Specified by:
getScene in interface SceneFileParser