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

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

public class ShieldDescriptorFactory
extends Object
implements IDescriptorFactory<ShieldDescriptor>

A shield factory takes care about all items which fall into a ItemType.Category#SHIELD.

Author:
Jimmy

Constructor Summary
ShieldDescriptorFactory()
           
 
Method Summary
 ShieldDescriptor getNewDescriptor(ItemTyped configMsg)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ShieldDescriptorFactory

public ShieldDescriptorFactory()
Method Detail

getNewDescriptor

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


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