AROMA 1.2

Uses of Class
fr.inrialpes.exmo.aroma.alignment.AlignmentFactory

Packages that use AlignmentFactory
fr.inrialpes.exmo.aroma.algorithms   
 

Uses of AlignmentFactory in fr.inrialpes.exmo.aroma.algorithms
 

Fields in fr.inrialpes.exmo.aroma.algorithms declared as AlignmentFactory
private  AlignmentFactory ImplicationDiscovery.af
           
 

Methods in fr.inrialpes.exmo.aroma.algorithms with parameters of type AlignmentFactory
static void PostAlignment.alignParentWhenChildrenMatch(AEntity h1, AEntity h2, Set<MatchingRelation> s, AlignmentFactory af)
           
static void PostAlignment.alignSyntax(AEntity h1, AEntity h2, Set<MatchingRelation> s, AlignmentFactory af, fr.inrialpes.exmo.ontosim.Measure<fr.inrialpes.exmo.ontosim.entity.model.Entity<?>> lexicalM, double threshold)
           
private static void PostAlgorithms.analyzeCycles(AlignmentFactory af, Set<MatchingRelation> s1, Set<MatchingRelation> s2, Set<MatchingRelation> toRemove, Set<MatchingRelation> toAdd)
           
static void PostAlignment.closure(Set<MatchingRelation> s, AlignmentFactory af)
           
static Set<MatchingRelation> PostAlgorithms.deduceEquivalences(Set<MatchingRelation> align, Set<Implication> st, Set<Implication> ts, AlignmentFactory af)
           
static void PostAlignment.eqLabelAlign(AEntity h1, AEntity h2, Set<MatchingRelation> s, AlignmentFactory af)
           
static void PostAlignment.eqLabelAlign2(AEntity h1, AEntity h2, Set<MatchingRelation> s, int threshold, AlignmentFactory af)
           
static void PostAlignment.eqLabelAlign2(Set<AEntity> notAlignedh1, Set<AEntity> notAlignedh2, Set<MatchingRelation> s, int threshold, AlignmentFactory af)
           
static void PostAlignment.eqLabelAlign3(AEntity h1, AEntity h2, Set<MatchingRelation> s, int threshold, AlignmentFactory af)
           
static void PostAlignment.eqLabelAlign3(Set<AEntity> notAlignedh1, Set<AEntity> notAlignedh2, Set<MatchingRelation> s, int threshold, AlignmentFactory af)
           
static void PostAlignment.incLabelAlign(AEntity h1, AEntity h2, Set<MatchingRelation> s, int threshold, AlignmentFactory af)
           
static void PostAlignment.incLabelAlign(Set<AEntity> notAlignedh1, Set<AEntity> notAlignedh2, Set<MatchingRelation> s, int threshold, AlignmentFactory af)
           
static Set<MatchingRelation> PostAlgorithms.removeCycles(Set<MatchingRelation> smr, AlignmentFactory af)
           
 

Constructors in fr.inrialpes.exmo.aroma.algorithms with parameters of type AlignmentFactory
ImplicationDiscovery(AEntity a1, AEntity a2, AlignmentFactory af, Set<MatchingRelation> correspondences)
           
ImplicationDiscovery(AEntity a1, AEntity a2, AlignmentFactory af, Set<MatchingRelation> correspondences, double threshold)
           
 


AROMA 1.2

(C) Universite Pierre-Mendes-France, INRIA & Universite de Nantes 2006-2009