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

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

public class HealthDescriptorFactory
extends Object
implements IDescriptorFactory<HealthDescriptor>

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

Author:
knight

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>


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