public class SimpleReasonerTBoxListener
extends org.apache.jena.rdf.listeners.StatementListener
| Constructor and Description |
|---|
SimpleReasonerTBoxListener(SimpleReasoner simpleReasoner) |
SimpleReasonerTBoxListener(SimpleReasoner simpleReasoner,
String name) |
| Modifier and Type | Method and Description |
|---|---|
void |
addedStatement(org.apache.jena.rdf.model.Statement statement) |
String |
getName() |
void |
removedStatement(org.apache.jena.rdf.model.Statement statement) |
void |
setStopRequested() |
public SimpleReasonerTBoxListener(SimpleReasoner simpleReasoner)
public SimpleReasonerTBoxListener(SimpleReasoner simpleReasoner, String name)
public void addedStatement(org.apache.jena.rdf.model.Statement statement)
addedStatement in interface org.apache.jena.rdf.model.ModelChangedListeneraddedStatement in class org.apache.jena.rdf.listeners.StatementListenerpublic void removedStatement(org.apache.jena.rdf.model.Statement statement)
removedStatement in interface org.apache.jena.rdf.model.ModelChangedListenerremovedStatement in class org.apache.jena.rdf.listeners.StatementListenerpublic String getName()
public void setStopRequested()
Copyright © 2021. All rights reserved.