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

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

public class ItemDescriptorFactory
extends java.lang.Object
implements IDescriptorFactory<ItemDescriptor>

This factory handles default item category messages.


Method Summary
static ItemDescriptorFactory getInstance()
           
 ItemDescriptor 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 ItemDescriptorFactory getInstance()

getNewDescriptor

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