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

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

public class WeaponDescriptorFactory
extends java.lang.Object
implements IDescriptorFactory<WeaponDescriptor>

A weapon factory takes care about all items which fall into a category Weapon.


Method Summary
static WeaponDescriptorFactory getInstance()
           
 WeaponDescriptor 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 WeaponDescriptorFactory getInstance()

getNewDescriptor

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