Package | Description |
---|---|
owltools.sim2 | |
owltools.sim2.kb |
Modifier and Type | Class and Description |
---|---|
class |
AbstractOwlSim |
class |
FastOwlSim
Faster implementation of OwlSim
Makes use of integers to index classes, and bitmaps to represent class sets.
|
class |
SimpleOwlSim
Soon to be deprecated implementation of OwlSim
|
Modifier and Type | Method and Description |
---|---|
OwlSim |
SimpleOwlSimFactory.createOwlSim(org.semanticweb.owlapi.model.OWLOntology o) |
OwlSim |
OwlSimFactory.createOwlSim(org.semanticweb.owlapi.model.OWLOntology o) |
OwlSim |
FastOwlSimFactory.createOwlSim(org.semanticweb.owlapi.model.OWLOntology o) |
static OwlSim |
OwlSimUtil.createOwlSimFromOntologyFile(File file) |
static OwlSim |
OwlSimUtil.createOwlSimFromOntologyFile(String filepath)
Generates an OwlSim object from an ontology file
does *not* call
|
static OwlSim |
OwlSimUtil.createOwlSimFromOntologyFiles(String ontologyFile,
Set<String> assocFiles,
Set<String> labelFiles) |
Constructor and Description |
---|
ClassDifferentiaLearner(OwlSim sim) |
SimJSONEngine(OWLGraphWrapper g,
OwlSim sos2) |
Constructor and Description |
---|
OWLSimReferenceBasedStatistics(OwlSim owlsim,
org.semanticweb.owlapi.model.OWLOntology sourceOntology,
OWLGraphWrapper ontologyGraph)
Assuming owlsim, ontologyGraph and sourceOntology objects already initialized
|
Copyright © 2010–2016. All rights reserved.