|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A thesaurus managed by SDX.
Field Summary | |
static java.lang.String |
NAMESPACE_PREFIX
|
static java.lang.String |
NAMESPACE_URI
|
static int |
RELATION_BROADER_TERM
A "BROADER TERM" relation. |
static int |
RELATION_BROADER_TERMS
A "BROADER TERMS" relation. |
static int |
RELATION_EQUIVALENT_TERM
An "EQUIVALENT TERM" relation |
static int |
RELATION_NARROWER_TERM
A "NARROWER TERM" relation. |
static int |
RELATION_PARTIAL_EQIUVALENCE
A generic relation for Partial Equivalence TODO:maybe need more specific relations here |
static int |
RELATION_RELATED_TERM
A "RELATED TERM" relation. |
static int |
RELATION_SCOPE_NOTE
A "SCOPE NOTE" relation. |
static int |
RELATION_USE
A "USE" relation. |
static int |
RELATION_USED_FOR
A "USED FOR" relation. |
Method Summary | |
void |
compile()
|
java.lang.String |
getRelationTypeAbbreviation(int type)
Returns an abbreviation String for a relation type defined in the thesaurus |
int |
getRelationTypeInt(java.lang.String abbr)
Returns an int for a relation type String defined in the thesaurus |
Methods inherited from interface org.apache.excalibur.xml.sax.XMLizable |
toSAX |
Methods inherited from interface org.apache.avalon.framework.configuration.Configurable |
configure |
Field Detail |
public static final java.lang.String NAMESPACE_URI
public static final java.lang.String NAMESPACE_PREFIX
public static final int RELATION_BROADER_TERM
public static final int RELATION_BROADER_TERMS
public static final int RELATION_NARROWER_TERM
public static final int RELATION_RELATED_TERM
public static final int RELATION_USE
public static final int RELATION_USED_FOR
public static final int RELATION_SCOPE_NOTE
public static final int RELATION_EQUIVALENT_TERM
public static final int RELATION_PARTIAL_EQIUVALENCE
Method Detail |
public void compile() throws SDXException
SDXException
public java.lang.String getRelationTypeAbbreviation(int type)
public int getRelationTypeInt(java.lang.String abbr)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |