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

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

public class ItemDescriptorFactory
extends Object
implements IDescriptorFactory<ItemDescriptor>

This factory handles default item category messages.

Author:
Ondrej, knight

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>


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