Interface GraphContainerInfo
-
- All Known Subinterfaces:
ImmutableGraphContainer<G>
- All Known Implementing Classes:
AbstractDomainGraphContainer
,CustomGraphContainer
,DefaultGraphContainerInfo
,GenericGraphContainer
,SimpleDomainGraphContainer
public interface GraphContainerInfo
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getDescription()
GraphInfo
getGraphInfo(String namespace)
List<GraphInfo>
getGraphInfos()
String
getId()
String
getLabel()
List<String>
getNamespaces()
GraphInfo
getPrimaryGraphInfo()
-