Class ExternalDocumentClassAnnotation
- java.lang.Object
-
- de.julielab.jcore.ae.annotationadder.annotationrepresentations.ExternalDocumentClassAnnotation
-
- All Implemented Interfaces:
AnnotationData
public class ExternalDocumentClassAnnotation extends Object implements AnnotationData
-
-
Constructor Summary
Constructors Constructor Description ExternalDocumentClassAnnotation(String documentId, String documentClass, double confidence, String componentId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetComponentId()doublegetConfidence()StringgetDocumentClass()StringgetDocumentId()
-
-
-
Method Detail
-
getDocumentClass
public String getDocumentClass()
-
getComponentId
public String getComponentId()
-
getConfidence
public double getConfidence()
-
getDocumentId
public String getDocumentId()
- Specified by:
getDocumentIdin interfaceAnnotationData
-
-