cz.cuni.amis.pogamut.usar2004.agent.module.datatypes
Class MessageDescriptor
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
type
protected String type
name
protected String name
MessageDescriptor
public MessageDescriptor(String type,
String name)
getName
public String getName()
getType
public String getType()
Copyright © 2015 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.