cz.cuni.amis.pogamut.ut2004.communication.translator.itemdescriptor
Class AmmoDescriptorFactory

java.lang.Object
  extended by cz.cuni.amis.pogamut.ut2004.communication.translator.itemdescriptor.AmmoDescriptorFactory
All Implemented Interfaces:
IDescriptorFactory<AmmoDescriptor>

public class AmmoDescriptorFactory
extends java.lang.Object
implements IDescriptorFactory<AmmoDescriptor>

An ammo factory takes care about all items which fall into a category Ammo.


Method Summary
static AmmoDescriptorFactory getInstance()
           
 AmmoDescriptor getNewDescriptor(ItemTyped configMsg)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static AmmoDescriptorFactory getInstance()

getNewDescriptor

public AmmoDescriptor getNewDescriptor(ItemTyped configMsg)
Specified by:
getNewDescriptor in interface IDescriptorFactory<AmmoDescriptor>