Package | Description |
---|---|
org.apache.ctakes.ytex.kernel | |
org.apache.ctakes.ytex.kernel.model |
Modifier and Type | Method and Description |
---|---|
ConcRel |
IntrinsicInfoContentEvaluatorImpl.IntrinsicICInfo.getConcept() |
Modifier and Type | Method and Description |
---|---|
void |
IntrinsicInfoContentEvaluatorImpl.IntrinsicICInfo.setConcept(ConcRel concept) |
Constructor and Description |
---|
IntrinsicICInfo(ConcRel concept) |
Modifier and Type | Method and Description |
---|---|
ConcRel |
ConceptGraph.addConcept(String conceptID) |
Modifier and Type | Method and Description |
---|---|
Set<ConcRel> |
ConcRel.getChildren() |
List<ConcRel> |
ConceptGraph.getConceptList() |
Map<String,ConcRel> |
ConceptGraph.getConceptMap() |
static ObjPair<ConcRel,Integer> |
ConcRel.getLeastCommonConcept(ConcRel c1,
ConcRel c2)
Deprecated.
|
Set<ConcRel> |
ConcRel.getParents() |
Modifier and Type | Method and Description |
---|---|
static ObjPair<ConcRel,Integer> |
ConcRel.getLeastCommonConcept(ConcRel c1,
ConcRel c2)
Deprecated.
|
static int |
ConcRel.getLeastCommonConcept(ConcRel c1,
ConcRel c2,
Set<ConcRel> lcses,
Map<ConcRel,LCSPath> paths) |
Modifier and Type | Method and Description |
---|---|
void |
ConcRel.constructRel(List<ConcRel> db)
reconstruct the relationships to other ConcRel objects
|
static List<String> |
ConcRel.crListToString(List<ConcRel> crList) |
static int |
ConcRel.getLeastCommonConcept(ConcRel c1,
ConcRel c2,
Set<ConcRel> lcses,
Map<ConcRel,LCSPath> paths) |
static int |
ConcRel.getLeastCommonConcept(ConcRel c1,
ConcRel c2,
Set<ConcRel> lcses,
Map<ConcRel,LCSPath> paths) |
void |
ConcRel.getPath(List<ConcRel> lpath,
List<List<ConcRel>> allPaths,
int depth,
int depthMax)
recursively build all paths to root from a concept - add elements from
set of parents.
|
void |
ConcRel.getPath(List<ConcRel> lpath,
List<List<ConcRel>> allPaths,
int depth,
int depthMax)
recursively build all paths to root from a concept - add elements from
set of parents.
|
void |
ConceptGraph.setConceptList(List<ConcRel> conceptList) |
void |
ConceptGraph.setConceptMap(Map<String,ConcRel> conceptMap) |
Copyright © 2012-2017 The Apache Software Foundation. All Rights Reserved.