cz.cuni.amis.pogamut.udk.communication.translator.itemdescriptor
Class ArmorDescriptorFactory

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

public class ArmorDescriptorFactory
extends Object
implements IDescriptorFactory<ArmorDescriptor>

An ammo factory takes care about all items which fall into a ItemType.Category#ARMOR.

Author:
Jimmy

Method Summary
static ArmorDescriptorFactory getInstance()
           
 ArmorDescriptor 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 ArmorDescriptorFactory getInstance()

getNewDescriptor

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


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