Modifier and Type | Method and Description |
---|---|
OntologyNetwork |
OntologyNetworkGenerator.generate(int n,
Ontology<java.lang.Object> o,
java.util.Properties params)
Returns an ontology network of size n (the number of ontologies)
starting from an ontology o.
|
Modifier and Type | Field and Description |
---|---|
Ontology<java.lang.Object> |
OntologyTriple.onto |
protected Ontology<java.lang.Object> |
BasicAlignment.onto1 |
protected Ontology<java.lang.Object> |
BasicAlignment.onto2 |
Modifier and Type | Method and Description |
---|---|
Ontology<java.lang.Object> |
BasicOntologyNetwork.getOntologyObject(java.net.URI u) |
Ontology<java.lang.Object> |
BasicAlignment.getOntologyObject1() |
Ontology<java.lang.Object> |
BasicAlignment.getOntologyObject2() |
Modifier and Type | Method and Description |
---|---|
void |
BasicOntologyNetwork.addOntology(Ontology<java.lang.Object> onto) |
protected static Alignment |
BasicOntologyNetwork.normalizeAlignmentSet(java.util.Set<Alignment> als,
Ontology<java.lang.Object> onto1,
Ontology<java.lang.Object> onto2)
Merge all alignments between the same ontology as one (conjunction)
Create a new alignment...
|
protected static Alignment |
BasicOntologyNetwork.normalizeAlignmentSet(java.util.Set<Alignment> als,
Ontology<java.lang.Object> onto1,
Ontology<java.lang.Object> onto2)
Merge all alignments between the same ontology as one (conjunction)
Create a new alignment...
|
Constructor and Description |
---|
OntologyTriple(Ontology<java.lang.Object> o) |
Modifier and Type | Method and Description |
---|---|
static LoadedOntology<? extends java.lang.Object> |
EDOALAlignment.loadOntology(Ontology<java.lang.Object> onto) |
Modifier and Type | Method and Description |
---|---|
void |
JSONRendererVisitor.printOntology(Ontology<?> onto) |
void |
RDFRendererVisitor.printOntology(Ontology<java.lang.Object> onto) |
void |
SILKRendererVisitor.printOntology(Ontology<java.lang.Object> onto,
java.lang.String function) |
Modifier and Type | Field and Description |
---|---|
(package private) Ontology<java.lang.Object> |
XMLParser.curronto |
(package private) Ontology<java.lang.Object> |
XMLParser.onto1
the first Ontology
|
(package private) Ontology<java.lang.Object> |
XMLParser.onto2
the second Ontology
|
Modifier and Type | Method and Description |
---|---|
protected Ontology<java.lang.Object> |
RDFParser.parseOntology(org.apache.jena.rdf.model.Resource node)
Parse an ontology node
<onto1> or
<onto2> Node to an Ontology object. |
Modifier and Type | Method and Description |
---|---|
void |
OysterDirectory.getAlignmentReferences(Ontology<java.lang.Object> o1,
Ontology<java.lang.Object> o2) |
void |
OysterDirectory.getAlignmentReferences(Ontology<java.lang.Object> o1,
Ontology<java.lang.Object> o2) |
void |
SQLCache.recordOntology(java.sql.Statement st,
java.net.URI uri,
java.net.URI file,
Ontology<java.lang.Object> onto) |
void |
SQLCache.retrieveOntology(java.lang.String uri,
Ontology<?> ob) |
Modifier and Type | Interface and Description |
---|---|
interface |
HeavyLoadedOntology<O>
Encapsulate deep access to an ontology through some Ontology API
Asserted methods corresponds to the information explicitely given or stored about the entity.
|
interface |
LoadedOntology<O> |
Modifier and Type | Class and Description |
---|---|
class |
BasicOntology<O>
Store the information regarding ontologies in a specific structure
|
Modifier and Type | Method and Description |
---|---|
LoadedOntology<? extends java.lang.Object> |
OntologyFactory.loadOntology(Ontology<? extends java.lang.Object> onto)
Loads and ontology which is not loaded yet
|
Modifier and Type | Class and Description |
---|---|
class |
JENAOntology |
Modifier and Type | Class and Description |
---|---|
class |
OWLAPIOntology
Store the information regarding ontologies in a specific structure
Acts as an interface with regard to an ontology APY
|
Modifier and Type | Class and Description |
---|---|
class |
OWLAPI3Ontology |
Modifier and Type | Class and Description |
---|---|
class |
SKOSThesaurus |
Modifier and Type | Class and Description |
---|---|
class |
SKOSLiteThesaurus |
(C) INRIA & friends, 2003-2020