public class UmlsCUI extends Object implements IndexSortable, Comparable
Data structure for UMLS concept ID(CUI)
Copyright: Copyright (c) 2005
Company: IST, Drexel University
| Constructor and Description |
|---|
UmlsCUI(int index,
String cui,
String[] stys) |
UmlsCUI(int index,
String cui,
String[] stys,
String name) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
addSTY(String sty) |
int |
compareTo(Object obj) |
String[] |
getAllSTY() |
String |
getCUI() |
int |
getIndex() |
String |
getName() |
String |
getSTY(int index) |
int |
getSTYNum() |
void |
setIndex(int index) |
void |
setName(String name) |
String |
toString() |
public int compareTo(Object obj)
compareTo in interface Comparablepublic String getCUI()
public String getName()
public void setName(String name)
public int getIndex()
getIndex in interface IndexSortablepublic void setIndex(int index)
setIndex in interface IndexSortablepublic int getSTYNum()
public String getSTY(int index)
public String[] getAllSTY()
public boolean addSTY(String sty)
Copyright © 2018 JULIE Lab, Germany. All rights reserved.