com.supermap.services.components.impl
类 KnowledgeGraphImpl
- java.lang.Object
 - 
- com.supermap.services.components.impl.KnowledgeGraphImpl
 
 
- 
- 所有已实现的接口:
 - ComponentContextAware, KnowledgeGraph
 
public class KnowledgeGraphImpl extends java.lang.Object implements KnowledgeGraph, ComponentContextAware
 
- 
- 
构造器概要
构造器 构造器和说明 KnowledgeGraphImpl() 
- 
方法概要
方法 限定符和类型 方法和说明 java.lang.ObjectgetGraphMap(java.lang.String mapName)java.util.List<java.lang.String>getGraphMapNames()java.lang.Objectquery(java.lang.String cypher)voidsetComponentContext(ComponentContext context)设置服务组件上下文。java.lang.ObjectshortestPath(java.lang.Long startid, java.lang.Long endid) 
 - 
 
- 
- 
方法详细资料
- 
setComponentContext
public void setComponentContext(ComponentContext context)
从接口复制的说明:ComponentContextAware设置服务组件上下文。
- 指定者:
 setComponentContext在接口中ComponentContextAware- 参数:
 context- 服务组件上下文。
 
- 
query
public java.lang.Object query(java.lang.String cypher)
- 指定者:
 query在接口中KnowledgeGraph
 
- 
shortestPath
public java.lang.Object shortestPath(java.lang.Long startid, java.lang.Long endid)- 指定者:
 shortestPath在接口中KnowledgeGraph
 
- 
getGraphMap
public java.lang.Object getGraphMap(java.lang.String mapName)
- 指定者:
 getGraphMap在接口中KnowledgeGraph
 
- 
getGraphMapNames
public java.util.List<java.lang.String> getGraphMapNames()
- 指定者:
 getGraphMapNames在接口中KnowledgeGraph
 
 - 
 
 -