public interface IGraphConsumer
Modifier and Type | Method and Description |
---|---|
IGraphView<URI> |
getGraphView()
Provide a read-only view of the graph used by this consumer.
|
String |
getId()
Return the ID used to identify this specific consumer.
|
void |
setGraph(IGraph<URI> graph)
Set the graph to be used by this consumer.
|
void setGraph(IGraph<URI> graph)
graph
- The graph to useString getId()
IGraphView<URI> getGraphView()
Copyright (c) 2006, 2015 Obeo and others. All rights reserved.