|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.apelon.dts.client.match.Match
public class Match
The Match
class provides information about a match that was
searched for.
Copyright: Copyright (c) 2002
Company: Apelon, Inc.
Constructor Summary | |
---|---|
Match(String preferredTerm,
DTSConcept concept,
MatchItem item)
Contructs a Match which has preferredTerm, concept, matchItem |
Method Summary | |
---|---|
String |
getConceptPreferredTerm()
Gets the matched concept's preferred term. |
DTSConcept |
getMatchingConcept()
Gets the concept to which the matching item belongs. |
MatchItem |
getMatchItem()
Gets the concept, property, or term that was matched. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Match(String preferredTerm, DTSConcept concept, MatchItem item)
preferredTerm
- the preferred term for the matched conceptconcept
- the matched conceptitem
- the concept,term that had the matched stringMethod Detail |
---|
public MatchItem getMatchItem()
public DTSConcept getMatchingConcept()
public String getConceptPreferredTerm()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |