public class ActionFactory extends Object
| Constructor and Description |
|---|
ActionFactory() |
| Modifier and Type | Method and Description |
|---|---|
static java.util.stream.Stream<org.semanticweb.owlapi.model.OWLAxiomChange> |
createChanges(ActionType actionType,
org.semanticweb.owlapi.model.OWLAxiom axiom,
ConstraintSystem cs,
org.semanticweb.owlapi.model.OWLOntology ontology,
RuntimeExceptionHandler runtimeExcpetionHandler) |
static java.util.stream.Stream<org.semanticweb.owlapi.model.OWLAxiomChange> |
createChanges(ActionType actionType,
org.semanticweb.owlapi.model.OWLAxiom axiom,
ConstraintSystem cs,
java.util.stream.Stream<org.semanticweb.owlapi.model.OWLOntology> ontologies,
RuntimeExceptionHandler runtimeExceptionHandler) |
public static java.util.stream.Stream<org.semanticweb.owlapi.model.OWLAxiomChange> createChanges(ActionType actionType, org.semanticweb.owlapi.model.OWLAxiom axiom, ConstraintSystem cs, org.semanticweb.owlapi.model.OWLOntology ontology, RuntimeExceptionHandler runtimeExcpetionHandler)
actionType - actionTypeaxiom - axiomcs - csontology - ontologyruntimeExcpetionHandler - runtimeExcpetionHandlerpublic static java.util.stream.Stream<org.semanticweb.owlapi.model.OWLAxiomChange> createChanges(ActionType actionType, org.semanticweb.owlapi.model.OWLAxiom axiom, ConstraintSystem cs, java.util.stream.Stream<org.semanticweb.owlapi.model.OWLOntology> ontologies, RuntimeExceptionHandler runtimeExceptionHandler)
actionType - actionTypeaxiom - axiomcs - csontologies - ontologiesruntimeExceptionHandler - runtimeExceptionHandlerCopyright © 2018 The University of Manchester. All Rights Reserved.