| Modifier and Type | Method and Description |
|---|---|
ModelChange |
ChangeSet.manufactureModelChange()
Creates an instance of the ModelChange class
|
ModelChange |
ChangeSet.manufactureModelChange(InputStream serializedModel,
RDFService.ModelSerializationFormat serializationFormat,
ModelChange.Operation operation,
String graphURI)
Creates an instance of the ModelChange class
|
| Modifier and Type | Method and Description |
|---|---|
List<ModelChange> |
ChangeSet.getModelChanges() |
| Modifier and Type | Method and Description |
|---|---|
void |
ChangeListener.notifyModelChange(ModelChange modelChange)
Override this to listen to each model change
|
| Modifier and Type | Class and Description |
|---|---|
class |
ModelChangeImpl |
| Modifier and Type | Method and Description |
|---|---|
ModelChange |
ChangeSetImpl.manufactureModelChange() |
ModelChange |
ChangeSetImpl.manufactureModelChange(InputStream serializedModel,
RDFService.ModelSerializationFormat serializationFormat,
ModelChange.Operation operation,
String graphURI) |
| Modifier and Type | Method and Description |
|---|---|
List<ModelChange> |
ChangeSetImpl.getModelChanges() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
RDFServiceImpl.notifyListeners(ModelChange modelChange) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
RDFServiceJena.operateOnModel(com.hp.hpl.jena.rdf.model.Model model,
ModelChange modelChange,
com.hp.hpl.jena.query.Dataset dataset) |
| Modifier and Type | Method and Description |
|---|---|
void |
SimpleReasoner.notifyModelChange(ModelChange modelChange) |
Copyright © 2016. All rights reserved.