Package de.julielab.jcore.consumer.xmi
Class DocumentXmiData
- java.lang.Object
-
- de.julielab.jcore.consumer.xmi.XmiData
-
- de.julielab.jcore.consumer.xmi.DocumentXmiData
-
public class DocumentXmiData extends XmiData
An extension ofXmiDatafor full documents or the XMI base document. It holds the current xmi ID that may be given to the next annotation and the map of the document's sofa IDs to the sofa names (so new annotations can reference this original sofa, even if the sofa in their in-memory CAS has a different xmi ID).- Author:
- faessler
-
-
Field Summary
Fields Modifier and Type Field Description StringserializedSofaXmiIdMap-
Fields inherited from class de.julielab.jcore.consumer.xmi.XmiData
columnName, data, docId
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetSofaXmiIdMap(Map<Integer,String> map)The map is expected in the form of mappings sofaXmiId=sofaID.-
Methods inherited from class de.julielab.jcore.consumer.xmi.XmiData
getColumnName, getData, getDocId
-
-
-
-
Field Detail
-
serializedSofaXmiIdMap
public String serializedSofaXmiIdMap
-
-