Package | Description |
---|---|
fr.inrialpes.exmo.align.impl | |
fr.inrialpes.exmo.align.service |
Modifier and Type | Class and Description |
---|---|
class |
IDDLOntologyNetwork
Represents a distributed system of aligned ontologies or network of ontologies.
|
Modifier and Type | Method and Description |
---|---|
BasicOntologyNetwork |
BasicOntologyNetwork.clone()
Clone does some deeper cloning
It has the same content but a different id (no id indeed)
|
BasicOntologyNetwork |
BasicOntologyNetwork.copyOnto()
This is only a partial clone
|
static BasicOntologyNetwork |
BasicOntologyNetwork.diff(OntologyNetwork on1,
OntologyNetwork on2)
Difference between two ontology networks...
|
static BasicOntologyNetwork |
BasicOntologyNetwork.join(OntologyNetwork on1,
OntologyNetwork on2)
Union of two ontology networks...
|
static BasicOntologyNetwork |
BasicOntologyNetwork.meet(OntologyNetwork on1,
OntologyNetwork on2)
Intersection of two ontology networks...
|
Constructor and Description |
---|
BasicOntologyNetwork(BasicOntologyNetwork noo)
Copy constructor
Clone an ontology network by reinitialising tables
|
Modifier and Type | Method and Description |
---|---|
static BasicOntologyNetwork |
LOVAlignmentService.readLOV(java.lang.String uri) |
Modifier and Type | Method and Description |
---|---|
protected java.lang.String |
AServProtocolManager.registerNetwork(BasicOntologyNetwork noo,
java.lang.String id) |
void |
SQLCache.unstoreOntologyNetwork(java.lang.String uri,
BasicOntologyNetwork network) |
(C) INRIA & friends, 2003-2020