public class ConceptGraph extends Object implements Serializable
Constructor and Description |
---|
ConceptGraph() |
Modifier and Type | Method and Description |
---|---|
ConcRel |
addConcept(String conceptID) |
List<ConcRel> |
getConceptList() |
Map<String,ConcRel> |
getConceptMap() |
short |
getDepthMax() |
double |
getIntrinsicICMax() |
String |
getRoot() |
void |
setConceptList(List<ConcRel> conceptList) |
void |
setConceptMap(Map<String,ConcRel> conceptMap) |
void |
setDepthMax(short depthMax) |
void |
setIntrinsicICMax(double intrinsicICMax) |
void |
setRoot(String root) |
public short getDepthMax()
public double getIntrinsicICMax()
public String getRoot()
public void setDepthMax(short depthMax)
public void setIntrinsicICMax(double intrinsicICMax)
public void setRoot(String root)
Copyright © 2012-2017 The Apache Software Foundation. All Rights Reserved.