fipaos.agent.conversation.content
Class ContentUtil

java.lang.Object
  |
  +--fipaos.agent.conversation.content.ContentUtil

Deprecated. Content objects should be avoided - please use XML Databinding instead

public class ContentUtil
extends java.lang.Object

See Also:
XMLDataBinding

Constructor Summary
ContentUtil()
          Deprecated.  
 
Method Summary
static java.util.Vector getVectorFromContent(Content the_content, java.lang.String key_prefix)
          Deprecated. getVectorFromContent Retreives the vector stored with the key key_prefix from the Content object the_content
static void main(java.lang.String[] args)
          Deprecated.  
static Content putVectorInContent(Content the_content, java.util.Vector the_vector, java.lang.String key_prefix)
          Deprecated. putVectorInContent Adds the vector the_vector to the Content object the_content using the key key_prefix.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContentUtil

public ContentUtil()
Deprecated. 
Method Detail

getVectorFromContent

public static java.util.Vector getVectorFromContent(Content the_content,
                                                    java.lang.String key_prefix)
Deprecated. 
getVectorFromContent Retreives the vector stored with the key key_prefix from the Content object the_content

putVectorInContent

public static Content putVectorInContent(Content the_content,
                                         java.util.Vector the_vector,
                                         java.lang.String key_prefix)
Deprecated. 
putVectorInContent Adds the vector the_vector to the Content object the_content using the key key_prefix. The updated Content object is returned.

main

public static void main(java.lang.String[] args)
Deprecated.