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

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

public class WeaponDescriptorFactory
extends Object
implements IDescriptorFactory<WeaponDescriptor>

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

Author:
Ondrej

Constructor Summary
WeaponDescriptorFactory(ItemTypeTranslator translator)
           
 
Method Summary
 WeaponDescriptor getNewDescriptor(ItemTyped configMsg)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WeaponDescriptorFactory

public WeaponDescriptorFactory(ItemTypeTranslator translator)
Method Detail

getNewDescriptor

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


Copyright © 2015 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.