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

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

public class GeneralDescriptorFactory
extends java.lang.Object
implements IDescriptorFactory<GeneralDescriptor>


Method Summary
static GeneralDescriptorFactory getInstance()
           
 GeneralDescriptor 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 GeneralDescriptorFactory getInstance()

getNewDescriptor

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