public class UmlsRelationNet extends Object
UMLS relation net for relation operations
Copyright: Copyright (c) 2005
Company: IST, Drexel University
| Modifier and Type | Field and Description |
|---|---|
protected UmlsSTYList |
list |
protected DoubleFlatSparseMatrix |
matrix |
| Constructor and Description |
|---|
UmlsRelationNet(Connection con,
UmlsSTYList list) |
UmlsRelationNet(String relationFile,
UmlsSTYList list) |
| Modifier and Type | Method and Description |
|---|---|
String |
getRelations(int firstST,
int secondST) |
String[] |
getRelations(String[] arrFirstST,
String[] arrSecondST) |
String |
getRelations(String firstST,
String secondST) |
boolean |
isSemanticRelated(int firstST,
int secondST) |
boolean |
isSemanticRelated(String[] arrFirstST,
String[] arrSecondST) |
boolean |
isSemanticRelated(String firstST,
String secondST) |
protected DoubleFlatSparseMatrix matrix
protected UmlsSTYList list
public UmlsRelationNet(String relationFile, UmlsSTYList list)
public UmlsRelationNet(Connection con, UmlsSTYList list)
public String getRelations(int firstST, int secondST)
public boolean isSemanticRelated(int firstST,
int secondST)
Copyright © 2018 JULIE Lab, Germany. All rights reserved.