cz.cuni.amis.pogamut.usar2004.agent.module.datatypes
Class MessageDescriptor

Package class diagram package MessageDescriptor
java.lang.Object
  extended by cz.cuni.amis.pogamut.usar2004.agent.module.datatypes.MessageDescriptor

public class MessageDescriptor
extends Object

Message descriptor is used for letting know about availible types and names of module elements. For example in ResponseModule it would be every type and name of reponse message registered since last flush.

Author:
vejmanm

Field Summary
protected  String name
           
protected  String type
           
 
Constructor Summary
MessageDescriptor(String type, String name)
           
 
Method Summary
 String getName()
           
 String getType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

type

protected String type

name

protected String name
Constructor Detail

MessageDescriptor

public MessageDescriptor(String type,
                         String name)
Method Detail

getName

public String getName()

getType

public String getType()


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