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

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

public class OtherDescriptorFactory
extends Object
implements IDescriptorFactory<OtherDescriptor>

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

Author:
Jimmy

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>


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