Package | Description |
---|---|
org.apache.jena.graph |
This package defines the Graph and Node family of classes, which
form the underlying datatypes of the Jena system.
|
org.apache.jena.graph.impl |
This package provides basic implementations of Graph interfaces
such as EventManager and Capabilities.
|
org.apache.jena.rdf.model.impl |
This package contains implementations of the interfaces defined
in the .model package, eg ModelCom for Model, ResourceImpl
for Resource, and so on.
|
Modifier and Type | Interface and Description |
---|---|
interface |
GraphEventManager
The component of a graph responsible for managing events and listeners.
|
Modifier and Type | Method and Description |
---|---|
GraphEventManager |
GraphEventManager.register(GraphListener listener)
Attached
listener to this manager; notification events
sent to the manager are sent to all registered listeners. |
GraphEventManager |
GraphEventManager.unregister(GraphListener listener)
If
listener is attached to this manager, detach it, otherwise
do nothing. |
Modifier and Type | Class and Description |
---|---|
class |
SimpleEventManager
Simple implementation of GraphEventManager for GraphBase to use.
|
Modifier and Type | Method and Description |
---|---|
GraphEventManager |
SimpleEventManager.register(GraphListener listener) |
GraphEventManager |
SimpleEventManager.unregister(GraphListener listener) |
Modifier and Type | Class and Description |
---|---|
class |
ModelListenerAdapter
Adapter class that converts a ModelChangedListener into a GraphListener.
|
Modifier and Type | Method and Description |
---|---|
GraphListener |
ModelCom.adapt(ModelChangedListener L)
Answer a GraphListener that, when fed graph-level update events,
fires the corresponding model-level event handlers in
L . |
Licenced under the Apache License, Version 2.0