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

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

public class OtherDescriptorFactory
extends java.lang.Object
implements IDescriptorFactory<OtherDescriptor>

An 'other item type' factory takes care about all items which fall into a ItemType.Category#OTHER.


Method Summary
static OtherDescriptorFactory getInstance()
           
 OtherDescriptor 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 OtherDescriptorFactory getInstance()

getNewDescriptor

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