Package org.aksw.gerbil.transfer.nif
Interface Marking
- All Superinterfaces:
Cloneable
- All Known Subinterfaces:
Meaning,MeaningSpan,ProvenanceInfo,Relation,ScoredMarking,ScoredMeaning,ScoredSpan,Span,TypedMarking,TypedSpan
- All Known Implementing Classes:
AbstractMarkingImpl,Annotation,NamedEntity,ProvenanceInfoImpl,RelationImpl,ScoredAnnotation,ScoredNamedEntity,ScoredRelationImpl,ScoredSpanImpl,ScoredTypedNamedEntity,SpanImpl,TypedNamedEntity,TypedSpanImpl
A Marking belongs to a text and could mark a meaning inside the text or a
topic covered by the whole text.
- Author:
- Michael Röder (roeder@informatik.uni-leipzig.de)
-
Method Summary
Modifier and TypeMethodDescriptionstatic MarkingBuilderbuilder()clone()voidsetProvenanceInfo(ProvenanceInfo provencance) toString()
-
Method Details
-
toString
String toString() -
clone
- Throws:
CloneNotSupportedException
-
setProvenanceInfo
-
getProvenanceInfo
ProvenanceInfo getProvenanceInfo() -
builder
-