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

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

public class HealthDescriptorFactory
extends java.lang.Object
implements IDescriptorFactory<HealthDescriptor>

A health factory takes care about all items which fall into a category Health.


Method Summary
static HealthDescriptorFactory getInstance()
           
 HealthDescriptor 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 HealthDescriptorFactory getInstance()

getNewDescriptor

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