fipaos.agent.conversation.content
Class ContentUtil


public class ContentUtil


Method Summary
 static VectorgetVectorFromContent(Content the_content, String key_prefix)
          *********************************************************** getVectorFromContent Retreives the vector stored with the key key_prefix from the Content object the_content
 static voidmain(String[] args)
           
 static ContentputVectorInContent(Content the_content, Vector the_vector, String key_prefix)
          *********************************************************** putVectorInContent Adds the vector the_vector to the Content object the_content using the key key_prefix.

Method Detail

getVectorFromContent

public static Vector getVectorFromContent(Content the_content, String key_prefix)
*********************************************************** getVectorFromContent Retreives the vector stored with the key key_prefix from the Content object the_content

main

public static void main(String[] args)

putVectorInContent

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