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)
|