Package org.aksw.gerbil.transfer.nif
Interface Meaning
- All Known Subinterfaces:
MeaningSpan,ScoredMeaning
- All Known Implementing Classes:
Annotation,NamedEntity,ScoredAnnotation,ScoredNamedEntity,ScoredTypedNamedEntity,TypedNamedEntity
A class implementing this interface contains a set of URI pointing to the
meaning of this object. Note that it is assumed that all URIs of this set are
pointing exactly to the same meaning. Thus, they could be connected using an
owl:sameAs predicate.
- Author:
- Michael Röder (roeder@informatik.uni-leipzig.de)
-
Method Summary
Modifier and TypeMethodDescriptionvoidbooleancontainsUri(String uri)static booleanReturnstrueif the givenMeaninginstances have overlapping URI sets.getUri()Deprecated.getUris()voidDeprecated.voidMethods inherited from interface org.aksw.gerbil.transfer.nif.Marking
clone, getProvenanceInfo, setProvenanceInfo, toString
-
Method Details
-
getUri
Deprecated. -
setUri
Deprecated. -
getUris
-
setUris
-
addUri
-
containsUri
-
equals
Returnstrueif the givenMeaninginstances have overlapping URI sets.- Parameters:
m1- an instance ofMeaningthat should be checked for its equality with the second instance based on the semantics of theMeaninginterface.m2- an instance ofMeaningthat should be checked for its equality with the first instance based on the semantics of theMeaninginterface.- Returns:
trueif the givenMeaninginstances have overlapping URI sets, elsefalse.
-