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

fr.inrialpes.exmo.align.gen
Interface OntologyNetworkWeakener

All Known Implementing Classes:
NetworkAlignmentDropper, NetworkAlignmentWeakener, NetworkCorrespondenceDropper, NetworkDeconnector

public interface OntologyNetworkWeakener

OntologyNetworkWeakener A interface which alters ontology networks. NOTE: These two primitives would benefit from the hability to declare static in ineterfaces... Now we have to create instances of the implementing classes.


Method Summary
 OntologyNetwork weaken(OntologyNetwork on, double n, Properties p)
          Weakens the ontology network of n%
 OntologyNetwork weaken(OntologyNetwork on, int n, Properties p)
          Weakens the ontology network of n units
 

Method Detail

weaken

OntologyNetwork weaken(OntologyNetwork on,
                       int n,
                       Properties p)
                       throws AlignmentException
Weakens the ontology network of n units

Throws:
AlignmentException

weaken

OntologyNetwork weaken(OntologyNetwork on,
                       double n,
                       Properties p)
                       throws AlignmentException
Weakens the ontology network of n%

Throws:
AlignmentException

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

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