public class ActionFactory extends Object
| Constructor and Description |
|---|
ActionFactory() |
| Modifier and Type | Method and Description |
|---|---|
static List<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 List<org.semanticweb.owlapi.model.OWLAxiomChange> |
createChanges(ActionType actionType,
org.semanticweb.owlapi.model.OWLAxiom axiom,
ConstraintSystem cs,
Set<org.semanticweb.owlapi.model.OWLOntology> ontologies,
RuntimeExceptionHandler runtimeExceptionHandler) |
public static List<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 List<org.semanticweb.owlapi.model.OWLAxiomChange> createChanges(ActionType actionType, org.semanticweb.owlapi.model.OWLAxiom axiom, ConstraintSystem cs, Set<org.semanticweb.owlapi.model.OWLOntology> ontologies, RuntimeExceptionHandler runtimeExceptionHandler)
actionType - actionTypeaxiom - axiomcs - csontologies - ontologiesruntimeExceptionHandler - runtimeExceptionHandlerCopyright © 2015 The University of Manchester. All Rights Reserved.