|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--fipaos.agent.conversation.content.ContentUtil
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 |
public ContentUtil()
Method Detail |
public static java.util.Vector getVectorFromContent(Content the_content, java.lang.String key_prefix)
public static Content putVectorInContent(Content the_content, java.util.Vector the_vector, java.lang.String key_prefix)
public static void main(java.lang.String[] args)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |