Class Annotation
java.lang.Object
org.aksw.gerbil.transfer.nif.data.AbstractMarkingImpl
org.aksw.gerbil.transfer.nif.data.Annotation
- Direct Known Subclasses:
ScoredAnnotation
An Annotation is a meaning which is added to a document.
- Author:
- Michael Röder
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionAnnotation(String uri) Annotation(Set<String> uris) Annotation(Annotation annotation) -
Method Summary
Methods inherited from class org.aksw.gerbil.transfer.nif.data.AbstractMarkingImpl
getProvenanceInfo, setProvenanceInfoMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.aksw.gerbil.transfer.nif.Marking
getProvenanceInfo, setProvenanceInfo
-
Field Details
-
uri
Deprecated. -
uris
-
-
Constructor Details
-
Annotation
-
Annotation
-
Annotation
-
-
Method Details
-
getUri
Deprecated. -
setUri
Deprecated. -
getUris
-
setUris
-
addUri
-
containsUri
- Specified by:
containsUriin interfaceMeaning
-
toString
-
hashCode
public int hashCode() -
equals
-
clone
- Specified by:
clonein interfaceMarking- Specified by:
clonein classAbstractMarkingImpl- Throws:
CloneNotSupportedException
-