|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.LexGrid.LexBIG.example.FindPropsAndAssocForCode
public class FindPropsAndAssocForCode
Example showing how to find concept properties and associations based on a code.
Constructor Summary | |
---|---|
FindPropsAndAssocForCode()
|
Method Summary | |
---|---|
static void |
main(java.lang.String[] args)
Entry point for processing. |
protected void |
printFrom(java.lang.String code,
LexBIGService lbSvc,
java.lang.String scheme,
CodingSchemeVersionOrTag csvt)
Display relations to the given code from other concepts. |
protected boolean |
printProps(java.lang.String code,
LexBIGService lbSvc,
java.lang.String scheme,
CodingSchemeVersionOrTag csvt)
Display properties for the given code. |
protected void |
printTo(java.lang.String code,
LexBIGService lbSvc,
java.lang.String scheme,
CodingSchemeVersionOrTag csvt)
Display relations from the given code to other concepts. |
void |
run(java.lang.String code)
Process the provided code. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FindPropsAndAssocForCode()
Method Detail |
---|
public static void main(java.lang.String[] args)
args
- public void run(java.lang.String code) throws LBException
code
-
LBException
protected boolean printProps(java.lang.String code, LexBIGService lbSvc, java.lang.String scheme, CodingSchemeVersionOrTag csvt) throws LBException
code
- lbSvc
- scheme
- csvt
-
LBException
protected void printFrom(java.lang.String code, LexBIGService lbSvc, java.lang.String scheme, CodingSchemeVersionOrTag csvt) throws LBException
code
- lbSvc
- scheme
- csvt
-
LBException
protected void printTo(java.lang.String code, LexBIGService lbSvc, java.lang.String scheme, CodingSchemeVersionOrTag csvt) throws LBException
code
- lbSvc
- scheme
- csvt
-
LBException
|
Copyright: (c) 2004-2006 Mayo Foundation for Medical Education and Research (MFMER). All rights reserved. MAYO, MAYO CLINIC, and the triple-shield Mayo logo are trademarks and service marks of MFMER. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |