Class AnnotationsWebService.RuledOutTermValueObject
java.lang.Object
ubic.gemma.rest.AnnotationsWebService.RuledOutTermValueObject
- Enclosing class:
AnnotationsWebService
One term that was retrieved for the query and rejected as not naming it.
- Author:
- tesarst
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionRuledOutTermValueObject(String value, String valueUri, String matchedVia, String reason) -
Method Summary
Modifier and TypeMethodDescriptionWhy it came back at all —label_prefix,label_tokens, … Never one of the equality tiers; those are exactly the rows that were kept.Why this term is not the answer:near_match(lexically close, different entity) orout_of_category(right name, impossible namespace for the category).getValue()
-
Field Details
-
REASON_NEAR_MATCH
Lexically near the query but not naming it — a different entity.- See Also:
-
REASON_OUT_OF_CATEGORY
Names the query, but sits in a namespace that is impossible for the stated category.- See Also:
-
-
Constructor Details
-
RuledOutTermValueObject
-
-
Method Details
-
getReason
Why this term is not the answer:near_match(lexically close, different entity) orout_of_category(right name, impossible namespace for the category). The two warrant different downstream handling — an out-of-category hit may indicate the FACTOR is mis-categorised rather than the term being wrong. -
getValue
-
getValueUri
-
getMatchedVia
Why it came back at all —label_prefix,label_tokens, … Never one of the equality tiers; those are exactly the rows that were kept.nullwhen the term could not be attributed (see thematchedVianotes on the search endpoint).
-