fipaos.agent.conversation.content
Class ContentUtil
- public class ContentUtil
Method Summary |
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 |
static void | main(String[] args) |
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. |
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.