Modifier and Type | Class and Description |
---|---|
class |
GenericGraphContainer |
Modifier and Type | Method and Description |
---|---|
void |
GraphRepository.save(ImmutableGraphContainer graphContainer) |
Modifier and Type | Method and Description |
---|---|
default String |
GraphRenderer.render(ImmutableGraphContainer<?> graphContainer) |
String |
GraphRenderer.render(int identation,
ImmutableGraphContainer<?> graphContainer) |
Modifier and Type | Method and Description |
---|---|
ImmutableGraphContainer |
GraphContainerCache.get(String containerId) |
ImmutableGraphContainer |
GraphContainerProvider.loadGraphContainer()
Returns a fully loaded
ImmutableGraphContainer object, containing ALL vertices and edges. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractDomainGraphContainer<G extends AbstractDomainGraph<? extends AbstractDomainVertex,? extends AbstractDomainEdge>>
Acts as a domain specific view on a
GenericGraphContainer . |
Modifier and Type | Class and Description |
---|---|
class |
SimpleDomainGraphContainer
Acts as a domain specific view on a
GenericGraphContainer . |
Modifier and Type | Method and Description |
---|---|
void |
DefaultGraphRepository.save(ImmutableGraphContainer graphContainer) |
Modifier and Type | Method and Description |
---|---|
ImmutableGraphContainer |
GraphmlGraphContainerProvider.loadGraphContainer() |
Modifier and Type | Class and Description |
---|---|
class |
CustomGraphContainer |
Modifier and Type | Method and Description |
---|---|
ImmutableGraphContainer |
PersistenceGraphContainerProvider.loadGraphContainer() |
Modifier and Type | Method and Description |
---|---|
org.json.JSONObject |
JsonConverterService.convert(ImmutableGraphContainer<?> graphContainer) |
Modifier and Type | Method and Description |
---|---|
org.json.JSONObject |
GraphContainerConverter.convert(ImmutableGraphContainer<?> input) |
Modifier and Type | Method and Description |
---|---|
boolean |
GraphContainerConverter.canConvert(Class<ImmutableGraphContainer<?>> type) |
Modifier and Type | Method and Description |
---|---|
String |
JsonGraphRenderer.render(int identation,
ImmutableGraphContainer<?> graphContainer) |
Modifier and Type | Method and Description |
---|---|
ImmutableGraphContainer |
CachingGraphService.get(String containerId) |
ImmutableGraphContainer |
SingleGraphContainerProvider.loadGraphContainer() |
Modifier and Type | Method and Description |
---|---|
void |
DefaultGraphNotificationService.containerChanged(ImmutableGraphContainer oldContainer,
ImmutableGraphContainer newContainer) |
void |
DefaultGraphNotificationService.containerChanged(ImmutableGraphContainer oldContainer,
ImmutableGraphContainer newContainer) |
Copyright © 2021. All rights reserved.