public interface GraphService
| Modifier and Type | Method and Description | 
|---|---|
default GenericGraph | 
getGraph(String namespace)  | 
GenericGraph | 
getGraph(String containerId,
        String graphNamespace)  | 
GenericGraphContainer | 
getGraphContainer(String containerId)  | 
GraphContainerInfo | 
getGraphContainerInfo(String containerId)  | 
GraphContainerInfo | 
getGraphContainerInfoByNamespace(String namespace)  | 
List<GraphContainerInfo> | 
getGraphContainerInfos()  | 
GraphInfo | 
getGraphInfo(String graphNamespace)  | 
List<GraphContainerInfo> getGraphContainerInfos()
GraphContainerInfo getGraphContainerInfo(String containerId)
GraphContainerInfo getGraphContainerInfoByNamespace(String namespace)
GenericGraphContainer getGraphContainer(String containerId)
GenericGraph getGraph(String containerId, String graphNamespace)
default GenericGraph getGraph(String namespace)
Copyright © 2020. All rights reserved.