|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.weblab_project.core.util.AnnotationUtil
@Deprecated public class AnnotationUtil
PoKUtil
Method Summary | |
---|---|
static java.lang.String |
getAnnotationData(org.weblab_project.core.model.Annotation annotation)
Deprecated. Use PoKUtil.getPoKData(annotation) instead |
static void |
setAnnotationData(org.weblab_project.core.model.Annotation annotation,
java.lang.String annotationStr)
Deprecated. Use PoKUtil.setPoKData() instead |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
@Deprecated public static java.lang.String getAnnotationData(org.weblab_project.core.model.Annotation annotation)
String
containing the RDF statements of the Annotation
.
annotation
- Annotation
you want to get the String
content
String
content of the Annotation
org.weblab_project.core.uti.PoKUtil#getPoKData(PieceOfKnowledge pok)
@Deprecated public static void setAnnotationData(org.weblab_project.core.model.Annotation annotation, java.lang.String annotationStr) throws WebLabCheckedException
Annotation
data using a String
, the parameter have to be a valid XML String
. If the parameter don't start
with '
annotation
- the Annotation
you want to modifyannotationStr
- contains the RDF/XML String
WebLabCheckedException
- the String
parameter is not XML valid.org.weblab_project.core.uti.PoKUtil#setPoKData()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |