Alignment API and Server 4.1.${version.update}

Uses of Interface
org.semanticweb.owl.align.OntologyNetwork

Packages that use OntologyNetwork
fr.inrialpes.exmo.align.impl   
fr.inrialpes.exmo.align.util   
org.semanticweb.owl.align   
 

Uses of OntologyNetwork in fr.inrialpes.exmo.align.impl
 

Classes in fr.inrialpes.exmo.align.impl that implement OntologyNetwork
 class BasicOntologyNetwork
          Represents a distributed system of aligned ontologies or network of ontologies.
 class IDDLOntologyNetwork
          Represents a distributed system of aligned ontologies or network of ontologies.
 

Uses of OntologyNetwork in fr.inrialpes.exmo.align.util
 

Methods in fr.inrialpes.exmo.align.util that return OntologyNetwork
static OntologyNetwork OntologyNetworkWeakener.dropAlignments(OntologyNetwork on, double n)
          randomly drops n% of all alignments n is a number between 0.
static OntologyNetwork OntologyNetworkWeakener.dropAlignments(OntologyNetwork on, int n)
           
static OntologyNetwork OntologyNetworkWeakener.unconnect(OntologyNetwork on, int n)
          suppress alignments in the ontology network so that it retain n-connectivity, i.e., any pairs of ontologies connected by less than n alignments are still connected through at most n alignments.
static OntologyNetwork OntologyNetworkWeakener.weakenAlignments(OntologyNetwork on, double n, boolean threshold)
          suppress n% of the correspondences at random in all alignments n is a number between 0.
 

Methods in fr.inrialpes.exmo.align.util with parameters of type OntologyNetwork
static OntologyNetwork OntologyNetworkWeakener.dropAlignments(OntologyNetwork on, double n)
          randomly drops n% of all alignments n is a number between 0.
static OntologyNetwork OntologyNetworkWeakener.dropAlignments(OntologyNetwork on, int n)
           
static OntologyNetwork OntologyNetworkWeakener.unconnect(OntologyNetwork on, int n)
          suppress alignments in the ontology network so that it retain n-connectivity, i.e., any pairs of ontologies connected by less than n alignments are still connected through at most n alignments.
static OntologyNetwork OntologyNetworkWeakener.weakenAlignments(OntologyNetwork on, double n, boolean threshold)
          suppress n% of the correspondences at random in all alignments n is a number between 0.
 

Uses of OntologyNetwork in org.semanticweb.owl.align
 

Subinterfaces of OntologyNetwork in org.semanticweb.owl.align
 interface LogicOntologyNetwork
          Represents a distributed system of aligned ontologies or network of ontologies.
 


Alignment API and Server 4.1.${version.update}

(C) INRIA & friends, 2003-${curryear}