INRIA & UMontrŽal

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

Packages that use Parameters
fr.inrialpes.exmo.align.impl   
fr.inrialpes.exmo.align.impl.eval   
fr.inrialpes.exmo.align.impl.method   
fr.inrialpes.exmo.align.ling   
fr.inrialpes.exmo.align.util   
org.semanticweb.owl.align   
 

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

Classes in fr.inrialpes.exmo.align.impl that implement Parameters
 class BasicParameters
           
 

Methods in fr.inrialpes.exmo.align.impl that return Parameters
static Parameters BasicParameters.read(java.lang.String filename)
           
 

Methods in fr.inrialpes.exmo.align.impl with parameters of type Parameters
 void Similarity.compute(Parameters p)
           
 void SimExtract.align(Parameters param)
          Intialize the Alignment extraction process.
 Alignment Extractor.extract(java.lang.String type, Parameters param)
           
 Alignment DistanceAlignment.extract(java.lang.String type, Parameters param)
          Extract the alignment form the Similarity FRom OLA
 Alignment alignmentExtractor.extract(java.lang.String type, Parameters param)
           
 void alignmentExtractor.threshold(java.lang.String type, Parameters param)
           
 

Uses of Parameters in fr.inrialpes.exmo.align.impl.eval
 

Methods in fr.inrialpes.exmo.align.impl.eval with parameters of type Parameters
 double SymMeanEvaluator.eval(Parameters params)
           
 double PRecEvaluator.eval(Parameters params)
          The formulas are standard: given a reference alignment A given an obtained alignment B which are sets of cells (linking one entity of ontology O to another of ontolohy O').
 

Uses of Parameters in fr.inrialpes.exmo.align.impl.method
 

Methods in fr.inrialpes.exmo.align.impl.method with parameters of type Parameters
 void SubsDistNameAlignment.align(Alignment alignment, Parameters params)
          Processing
 void StrucSubsDistAlignment.align(Alignment alignment, Parameters params)
          Processing
 void PropSubsDistAlignment.align(Alignment alignment, Parameters param)
          Processing
 void NameEqAlignment.align(Alignment alignment, Parameters params)
          This is not exactly equal, this uses toLowerCase()
 void NameAndPropertyAlignment.align(Alignment alignment, Parameters params)
          Processing
 void EditDistNameAlignment.align(Alignment alignment, Parameters params)
          This is not exactly equal, this uses toLowerCase()
 void EditDistNameAlignment.EditDistName.compute(Parameters params)
           
 void ClassStructAlignment.align(Alignment alignment, Parameters params)
          Processing
 void ClassNameEqAlignment.align(Alignment alignment, Parameters params)
          This is not exactly equal, this uses toLowerCase()
 void ClassNameAlignment.align(Alignment alignment, Parameters params)
          This is not exactly equal, this uses toLowerCase()
 

Uses of Parameters in fr.inrialpes.exmo.align.ling
 

Methods in fr.inrialpes.exmo.align.ling with parameters of type Parameters
 void JWNLAlignmentTest.align(Alignment alignment, Parameters params)
          Processing
 

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

Fields in fr.inrialpes.exmo.align.util declared as Parameters
(package private) static Parameters GroupEval.params
           
(package private) static Parameters GroupAlign.params
           
 

Uses of Parameters in org.semanticweb.owl.align
 

Methods in org.semanticweb.owl.align with parameters of type Parameters
 double Evaluator.eval(Parameters param)
          Run the evaluation between the two ontologies.
 void AlignmentProcess.align(Alignment alignment, Parameters param)
          The align method computes the alignment from the ontologies.
 


INRIA & UMontrŽal

..no bottom yet...