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

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

public class ShieldDescriptorFactory
extends java.lang.Object
implements IDescriptorFactory<ShieldDescriptor>

A shield factory takes care about all items which fall into a ItemType.Category#SHIELD.


Method Summary
static ShieldDescriptorFactory getInstance()
           
 ShieldDescriptor 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 ShieldDescriptorFactory getInstance()

getNewDescriptor

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