org.starhope.appius.game.npc
Class ScriptableNPCFactory

java.lang.Object
  extended by org.starhope.appius.game.npc.ScriptableNPCFactory
Direct Known Subclasses:
EcmaScriptNPC, LuaNPC, PerlNPC, RubyNPC

public class ScriptableNPCFactory
extends Object

Author:
brpocock

Constructor Summary
ScriptableNPCFactory()
           
 
Method Summary
static NPCInterface getNPC(String script, String klass)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ScriptableNPCFactory

public ScriptableNPCFactory()
Method Detail

getNPC

public static NPCInterface getNPC(String script,
                                  String klass)
Parameters:
script -
klass -
Returns: