Package | Description |
---|---|
cz.vse.keg.patomat2.transformation |
Modifier and Type | Method and Description |
---|---|
static OntologyTransformation.TransformationStrategy |
OntologyTransformation.TransformationStrategy.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static OntologyTransformation.TransformationStrategy[] |
OntologyTransformation.TransformationStrategy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
O |
OntologyTransformation.transformOntology(OntologyTransformation.TransformationStrategy ts,
boolean addAnnotationsForRemovedAxioms) |
org.semanticweb.owlapi.model.OWLOntology |
OntologyTransformationImpl.transformOntology(OntologyTransformation.TransformationStrategy ts,
boolean addAnnotationsForRemovedAddedAxioms)
This method transforms the ontology according to provided transformation strategy.
|