Uses of Interface
de.fzi.kadmos.api.Alignment

Packages that use Alignment
de.fzi.kadmos.api Provides an API for representing and working with ontology alignments. 
de.fzi.kadmos.api.algorithm Provides an API for representing ontology alignment algorithms. 
de.fzi.kadmos.api.impl Provides default implementations for the KADMOS API. 
de.fzi.kadmos.api.listener Provides an API for representing alignment listeners and alignment change events. 
de.fzi.kadmos.api.listener.impl Provides default implementations for alignment change events and a factory for obtaining instances thereof. 
de.fzi.kadmos.cmdutils Provides command line utilities for dealing with alignments. 
de.fzi.kadmos.cmdutils.result Provides classes for representing evaluator results. 
de.fzi.kadmos.evaluator Provides an API for evaluating ontology alignments. 
de.fzi.kadmos.evaluator.impl Provides default implementations for the alignment evaluators. 
de.fzi.kadmos.parser Provides an API for ontology alignment parsers. 
de.fzi.kadmos.parser.impl Provides some implementations for the KADMOS API alignment parsers. 
de.fzi.kadmos.renderer Provides an API for ontology alignment renderers. 
de.fzi.kadmos.renderer.impl Provides some implementations for the KADMOS API alignment renderers. 
de.fzi.kadmos.wrapper.inria   
 

Uses of Alignment in de.fzi.kadmos.api
 

Classes in de.fzi.kadmos.api that implement Alignment
 class ForwardingAlignment
          Abstract wrapper class for an Alignment following the Decorator pattern.
 

Fields in de.fzi.kadmos.api declared as Alignment
protected  Alignment ForwardingAlignment.alignment
          Wrapped alignment object.
 

Methods in de.fzi.kadmos.api that return Alignment
 Alignment Alignment.clone()
          Creates a clone of this alignment.
 Alignment AlignmentFactory.createAlignment(OWLOntology ontology1, OWLOntology ontology2)
          Creates a new alignment of two ontologies.
 

Constructors in de.fzi.kadmos.api with parameters of type Alignment
ForwardingAlignment(Alignment alignment)
          Creates a new instance that wraps another alignment.
 

Uses of Alignment in de.fzi.kadmos.api.algorithm
 

Methods in de.fzi.kadmos.api.algorithm that return Alignment
 Alignment AlignmentAlgorithm.align(OWLOntology ontology1, OWLOntology ontology2)
          Computes an alignment between the given ontologies.
 Alignment UpdatingAlignmentAlgorithm.align(OWLOntology ontology1, OWLOntology ontology2, Alignment initialAlignment)
          Computes an alignment between the given ontologies, respecting a given initial alignment.
 

Methods in de.fzi.kadmos.api.algorithm with parameters of type Alignment
 Alignment UpdatingAlignmentAlgorithm.align(OWLOntology ontology1, OWLOntology ontology2, Alignment initialAlignment)
          Computes an alignment between the given ontologies, respecting a given initial alignment.
 

Uses of Alignment in de.fzi.kadmos.api.impl
 

Classes in de.fzi.kadmos.api.impl that implement Alignment
 class SimpleAlignment
          Class representing a simple alignment of two ontologies.
 

Uses of Alignment in de.fzi.kadmos.api.listener
 

Methods in de.fzi.kadmos.api.listener that return Alignment
 Alignment AlignmentChangeEvent.getAlignment()
          The Alignment that changed.
 

Uses of Alignment in de.fzi.kadmos.api.listener.impl
 

Fields in de.fzi.kadmos.api.listener.impl declared as Alignment
protected  Alignment AbstractAlignmentChangeEvent.alignment
          The Alignment that changed.
 

Methods in de.fzi.kadmos.api.listener.impl that return Alignment
 Alignment AbstractAlignmentChangeEvent.getAlignment()
           
 

Methods in de.fzi.kadmos.api.listener.impl with parameters of type Alignment
static CorrespondenceAddedChange AlignmentChangeEventFactory.getCorrespondenceAddedChange(Alignment align, Correspondence<? extends OWLEntity> corr)
          Obtains an instance of a CorrespondenceAddedChange event.
static CorrespondenceRemovedChange AlignmentChangeEventFactory.getCorrespondenceRemovedChange(Alignment align, Correspondence<? extends OWLEntity> corr)
          Obtains an instance of a CorrespondenceRemovedChange event.
 

Constructors in de.fzi.kadmos.api.listener.impl with parameters of type Alignment
AbstractAlignmentChangeEvent(Alignment align)
          Creates a new instance of an AbstractAlignmentChangeEvent.
 

Uses of Alignment in de.fzi.kadmos.cmdutils
 

Methods in de.fzi.kadmos.cmdutils that return Alignment
 Alignment Evaluator.AlignmentWrapper.getAlignment()
           
 Alignment Evaluator.AlignmentWrapper.getReference()
           
 

Uses of Alignment in de.fzi.kadmos.cmdutils.result
 

Fields in de.fzi.kadmos.cmdutils.result declared as Alignment
protected  Alignment EvaluatorResult.alignment
           
 

Methods in de.fzi.kadmos.cmdutils.result that return Alignment
 Alignment EvaluatorResult.getAlignment()
          Getter method for the alignment object this evaluator result object is associated with
 

Constructors in de.fzi.kadmos.cmdutils.result with parameters of type Alignment
EvaluatorResult(String alignmentName, Alignment alignment)
          Creates a new EvaluatorResult instance.
PrecRecEvaluatorResult(String alignmentName, Alignment alignment)
          Creates a new PrecRecEvaluatorResult instance.
SymProxEvaluatorResult(String alignmentName, Alignment alignment)
          Creates a new SymProxEvaluatorResult instance.
 

Uses of Alignment in de.fzi.kadmos.evaluator
 

Methods in de.fzi.kadmos.evaluator with parameters of type Alignment
 double SymProxEvaluator.getFMeasure(Alignment alignment)
          Computes and returns the F-Measure of an alignment.
 double PrecRecEvaluator.getFMeasure(Alignment alignment)
          Computes and returns the F-Measure of an alignment.
 double SymProxEvaluator.getPrecision(Alignment alignment)
          Computes and returns the precision of an alignment.
 double PrecRecEvaluator.getPrecision(Alignment alignment)
          Computes and returns the precision of an alignment.
 double SymProxEvaluator.getRecall(Alignment alignment)
          Computes and returns the recall of an alignment.
 double PrecRecEvaluator.getRecall(Alignment alignment)
          Computes and returns the recall of an alignment.
 

Uses of Alignment in de.fzi.kadmos.evaluator.impl
 

Methods in de.fzi.kadmos.evaluator.impl with parameters of type Alignment
 double SymProxEvaluatorImpl.getFMeasure(Alignment alignment)
          Computes and returns the F-Measure of an alignment.
 double PrecRecEvaluatorImpl.getFMeasure(Alignment alignment)
          Computes and returns the F-Measure of an alignment.
static SymProxEvaluatorImpl SymProxEvaluatorImpl.getInstance(Alignment refAlign)
          Gets a (new) instance of this evaluator.
static PrecRecEvaluatorImpl PrecRecEvaluatorImpl.getInstance(Alignment refAlign)
          Gets a (new) instance of this evaluator.
 double SymProxEvaluatorImpl.getPrecision(Alignment alignment)
          Computes and returns the precision of an alignment.
 double PrecRecEvaluatorImpl.getPrecision(Alignment alignment)
          Computes and returns the precision of an alignment.
 double SymProxEvaluatorImpl.getRecall(Alignment alignment)
          Computes and returns the recall of an alignment.
 double PrecRecEvaluatorImpl.getRecall(Alignment alignment)
          Computes and returns the recall of an alignment.
 

Uses of Alignment in de.fzi.kadmos.parser
 

Methods in de.fzi.kadmos.parser that return Alignment
 Alignment AlignmentParser.parse(File file)
          Parses an alignment and creates a new Alignment object.
 Alignment AlignmentParser.parse(InputSource inputSource)
          Parses an alignment and creates a new Alignment object.
 Alignment AlignmentParser.parse(InputStream inputStream)
          Parses an alignment and creates a new Alignment object.
 Alignment AlignmentParser.parse(Reader reader)
          Parses an alignment and creates a new Alignment object.
 Alignment AlignmentParser.parse(String string)
          Parses an alignment and creates a new Alignment object.
 Alignment AlignmentParser.parse(URL url)
          Parses an alignment and creates a new Alignment object.
 

Uses of Alignment in de.fzi.kadmos.parser.impl
 

Methods in de.fzi.kadmos.parser.impl that return Alignment
 Alignment INRIAFormatParser.parse(File file)
          Parses an alignment and creates a new Alignment object.
 Alignment INRIAFormatParser.parse(InputSource inputSource)
          Parses an alignment and creates a new Alignment object.
 Alignment INRIAFormatParser.parse(InputStream inputStream)
          Parses an alignment and creates a new Alignment object.
 Alignment INRIAFormatParser.parse(Reader reader)
          Parses an alignment and creates a new Alignment object.
 Alignment INRIAFormatParser.parse(String string)
          Parses an alignment and creates a new Alignment object.
 Alignment INRIAFormatParser.parse(URL url)
          Parses an alignment and creates a new Alignment object.
 

Uses of Alignment in de.fzi.kadmos.renderer
 

Methods in de.fzi.kadmos.renderer with parameters of type Alignment
 void AlignmentRenderer.render(Alignment alignment)
          Renders an alignment.
 

Uses of Alignment in de.fzi.kadmos.renderer.impl
 

Methods in de.fzi.kadmos.renderer.impl with parameters of type Alignment
 void INRIAFormatRenderer.render(Alignment alignment)
          Renders an alignment.
 

Uses of Alignment in de.fzi.kadmos.wrapper.inria
 

Methods in de.fzi.kadmos.wrapper.inria that return Alignment
static Alignment Utils.convertToKadmosAlignment(org.semanticweb.owl.align.Alignment arg0)
          Creates a new SimpleAlignment from the given Alignment.
 



Copyright © 2012. All Rights Reserved.