net.sourceforge.barbecue.linear.postnet
Class ModuleFactory

java.lang.Object
  extended bynet.sourceforge.barbecue.linear.postnet.ModuleFactory

public class ModuleFactory
extends java.lang.Object

Author:
Brendon Anderson

Field Summary
static PostNetModule START_STOP
           
 
Constructor Summary
ModuleFactory()
           
 
Method Summary
static int getIndex(java.lang.String key)
           
static Module getModule(java.lang.String key)
           
static Module getModuleForIndex(int index)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

START_STOP

public static final PostNetModule START_STOP
Constructor Detail

ModuleFactory

public ModuleFactory()
Method Detail

getModule

public static Module getModule(java.lang.String key)

getIndex

public static int getIndex(java.lang.String key)

getModuleForIndex

public static Module getModuleForIndex(int index)


Copyright © 2003-2007 barbecue.sourceforge.net. All Rights Reserved.