AROMA 1.2

Uses of Interface
fr.inrialpes.exmo.aroma.ontology.entities.AEntity

Packages that use AEntity
fr.inrialpes.exmo.aroma   
fr.inrialpes.exmo.aroma.algorithms   
fr.inrialpes.exmo.aroma.alignment   
fr.inrialpes.exmo.aroma.measures.entitybased   
fr.inrialpes.exmo.aroma.ontology.entities   
 

Uses of AEntity in fr.inrialpes.exmo.aroma
 

Methods in fr.inrialpes.exmo.aroma that return AEntity
private  AEntity[] AROMA.loadCHierarchies()
           
private  AEntity[] AROMA.loadPHierarchies()
           
 

Methods in fr.inrialpes.exmo.aroma with parameters of type AEntity
private  Thread AROMA.getAlignThread(AEntity root1, AEntity root2, Set<MatchingRelation> align)
           
 

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

Fields in fr.inrialpes.exmo.aroma.algorithms declared as AEntity
private  AEntity ImplicationDiscovery.dest
           
private  AEntity ImplicationDiscovery.source
           
 

Methods in fr.inrialpes.exmo.aroma.algorithms that return AEntity
static AEntity PostAlignment.getObject(MatchingRelation mr, boolean object1)
           
 

Methods in fr.inrialpes.exmo.aroma.algorithms that return types with arguments of type AEntity
static Set<AEntity> PostAlignment.children(Set<AEntity> entities)
           
static Set<AEntity> PostAlignment.getMatched(Set<MatchingRelation> s)
           
static Set<AEntity> PostAlignment.getNotMatched(AEntity h, boolean direct, Set<MatchingRelation> s)
           
static Map<fr.inrialpes.exmo.ontowrap.Annotation,AEntity> PostAlignment.indexAnnots(Set<AEntity> entities, StemmedTermExtractor te)
           
static SortedMap<String,AEntity> PostAlignment.indexAnnotsWL(Set<AEntity> entities, StemmedTermExtractor te)
           
static Set<AEntity> PostAlignment.ppag(AEntity x, AEntity h1, AEntity h2, Map<AEntity,Set<AEntity>> ranges, boolean direct)
           
static Map<AEntity,Set<AEntity>> PostAlignment.ranges(Set<MatchingRelation> s)
          built a map between each object and its correspondent entities according the implication relation
static Map<AEntity,Set<AEntity>> PostAlignment.ranges(Set<MatchingRelation> s)
          built a map between each object and its correspondent entities according the implication relation
 

Methods in fr.inrialpes.exmo.aroma.algorithms with parameters of type AEntity
private static void PostAlgorithms.addEntity2Rel(AEntity ent, MatchingRelation mr, Map<AEntity,Set<MatchingRelation>> ent2Rel)
           
private static void PostAlignment.addInMap(Map<AEntity,Set<AEntity>> map, AEntity e1, AEntity e2)
           
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)
           
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.eqLabelAlign3(AEntity h1, AEntity h2, Set<MatchingRelation> s, int threshold, AlignmentFactory af)
           
static int PostAlignment.getLayers(AEntity h1, Map<Integer,Set<AEntity>> layers)
           
static Set<AEntity> PostAlignment.getNotMatched(AEntity h, boolean direct, Set<MatchingRelation> s)
           
static void PostAlignment.incLabelAlign(AEntity h1, AEntity h2, Set<MatchingRelation> s, int threshold, AlignmentFactory af)
           
static Set<AEntity> PostAlignment.ppag(AEntity x, AEntity h1, AEntity h2, Map<AEntity,Set<AEntity>> ranges, boolean direct)
           
private  double ImplicationDiscovery.specialiseConc(AEntity src, AEntity dst)
          Recherche parmi dst est ses descendant les implications valides pour une premisse "src" donnée les implications valides sont Ajoutées dans le Set "implications"
private  void ImplicationDiscovery.specialisePremisse(AEntity src, Set<AEntity> concEnCours)
           
 

Method parameters in fr.inrialpes.exmo.aroma.algorithms with type arguments of type AEntity
private static void PostAlgorithms.addEntity2Rel(AEntity ent, MatchingRelation mr, Map<AEntity,Set<MatchingRelation>> ent2Rel)
           
private static void PostAlignment.addInMap(Map<AEntity,Set<AEntity>> map, AEntity e1, AEntity e2)
           
private static void PostAlignment.addInMap(Map<AEntity,Set<AEntity>> map, AEntity e1, AEntity e2)
           
static void PostAlignment.addToMatchCount(HashMap<AEntity,HashMap<AEntity,Integer>> counts, Set<AEntity> s1, Set<AEntity> s2)
           
static void PostAlignment.addToMatchCount(HashMap<AEntity,HashMap<AEntity,Integer>> counts, Set<AEntity> s1, Set<AEntity> s2)
           
static void PostAlignment.addToMatchCount(HashMap<AEntity,HashMap<AEntity,Integer>> counts, Set<AEntity> s1, Set<AEntity> s2)
           
static void PostAlignment.addToMatchCount(HashMap<AEntity,HashMap<AEntity,Integer>> counts, Set<AEntity> s1, Set<AEntity> s2)
           
static Set<AEntity> PostAlignment.children(Set<AEntity> entities)
           
static void PostAlignment.eqLabelAlign2(Set<AEntity> notAlignedh1, Set<AEntity> notAlignedh2, 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(Set<AEntity> notAlignedh1, Set<AEntity> notAlignedh2, 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 int PostAlignment.getLayers(AEntity h1, Map<Integer,Set<AEntity>> layers)
           
static void PostAlignment.incLabelAlign(Set<AEntity> notAlignedh1, Set<AEntity> notAlignedh2, 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 Map<fr.inrialpes.exmo.ontowrap.Annotation,AEntity> PostAlignment.indexAnnots(Set<AEntity> entities, StemmedTermExtractor te)
           
static SortedMap<String,AEntity> PostAlignment.indexAnnotsWL(Set<AEntity> entities, StemmedTermExtractor te)
           
static Set<AEntity> PostAlignment.ppag(AEntity x, AEntity h1, AEntity h2, Map<AEntity,Set<AEntity>> ranges, boolean direct)
           
static Set<AEntity> PostAlignment.ppag(AEntity x, AEntity h1, AEntity h2, Map<AEntity,Set<AEntity>> ranges, boolean direct)
           
private  void ImplicationDiscovery.specialisePremisse(AEntity src, Set<AEntity> concEnCours)
           
 

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

Uses of AEntity in fr.inrialpes.exmo.aroma.alignment
 

Fields in fr.inrialpes.exmo.aroma.alignment declared as AEntity
private  AEntity AlignmentFactory.hierarchy1
           
private  AEntity AlignmentFactory.hierarchy2
           
protected  AEntity MatchingRelation.object1
           
protected  AEntity MatchingRelation.object2
           
 

Methods in fr.inrialpes.exmo.aroma.alignment that return AEntity
 AEntity Implication.getDest()
           
 AEntity MatchingRelation.getObject1()
           
 AEntity MatchingRelation.getObject2()
           
 AEntity Implication.getSource()
           
 

Methods in fr.inrialpes.exmo.aroma.alignment with parameters of type AEntity
 Equivalence AlignmentFactory.getEquivalence(AEntity src, AEntity dst)
           
 Implication AlignmentFactory.getImplication(AEntity src, AEntity dst)
           
 boolean AlignmentFactory.isH1(AEntity h1)
           
 

Constructors in fr.inrialpes.exmo.aroma.alignment with parameters of type AEntity
AlignmentFactory(AEntity h1, AEntity h2, Index index)
           
Equivalence(AEntity ent1, AEntity ent2, double value)
           
Implication(AEntity ent1, AEntity ent2, double value, boolean orientationLR)
           
MatchingRelation(AEntity ent1, AEntity ent2, org.semanticweb.owl.align.Relation rel, double value)
           
 

Uses of AEntity in fr.inrialpes.exmo.aroma.measures.entitybased
 

Fields in fr.inrialpes.exmo.aroma.measures.entitybased with type parameters of type AEntity
protected  fr.inrialpes.exmo.ontosim.util.matrix.MatrixDouble<AEntity,AEntity> SBMeasure.vals
           
protected  fr.inrialpes.exmo.ontosim.util.matrix.MatrixDouble<AEntity,AEntity> SBMeasure.vals
           
 

Methods in fr.inrialpes.exmo.aroma.measures.entitybased with parameters of type AEntity
 double SBMeasure.getDissim(AEntity o1, AEntity o2)
           
 double LexicalAEntityM.getDissim(AEntity o1, AEntity o2)
           
 double SBMeasure.getMeasureValue(AEntity o1, AEntity o2)
           
 double LexicalAEntityM.getMeasureValue(AEntity o1, AEntity o2)
           
 double SBMeasure.getSim(AEntity o1, AEntity o2)
           
 double LexicalAEntityM.getSim(AEntity o1, AEntity o2)
           
 

Method parameters in fr.inrialpes.exmo.aroma.measures.entitybased with type arguments of type AEntity
protected  double SBMeasure.getSim(Set<AEntity> s1, Set<AEntity> s2)
           
protected  double SBMeasure.getSim(Set<AEntity> s1, Set<AEntity> s2)
           
 

Uses of AEntity in fr.inrialpes.exmo.aroma.ontology.entities
 

Classes in fr.inrialpes.exmo.aroma.ontology.entities that implement AEntity
 class AEntityImpl
           
 

Fields in fr.inrialpes.exmo.aroma.ontology.entities with type parameters of type AEntity
private  Set<AEntity> AEntityImpl.ascendants
           
protected  Set<AEntity> AEntityImpl.children
           
protected  Map<URI,AEntity> AbstractAEntityFactory.classHierarchies
           
private  Set<AEntity> AEntityImpl.descendants
           
protected  Set<AEntity> AEntityImpl.parents
           
protected  Map<URI,AEntity> AbstractAEntityFactory.propertyHierarchies
           
 

Methods in fr.inrialpes.exmo.aroma.ontology.entities that return AEntity
 AEntity AbstractAEntityFactory.getClassHierarchy(fr.inrialpes.exmo.ontowrap.HeavyLoadedOntology<?> onto)
           
 AEntity AbstractAEntityFactory.getPropertyHierarchy(fr.inrialpes.exmo.ontowrap.HeavyLoadedOntology<?> onto)
           
 AEntity AEntityImpl.getRoot()
           
 AEntity AEntity.getRoot()
           
 

Methods in fr.inrialpes.exmo.aroma.ontology.entities that return types with arguments of type AEntity
 Set<AEntity> AEntityImpl.getSubEntities(boolean direct)
           
 Set<AEntity> AEntity.getSubEntities(boolean direct)
           
 Set<AEntity> AEntityImpl.getSuperEntities(boolean direct)
           
 Set<AEntity> AEntity.getSuperEntities(boolean direct)
           
 

Methods in fr.inrialpes.exmo.aroma.ontology.entities with parameters of type AEntity
 boolean AEntityImpl.addChild(AEntity e)
           
 boolean AEntity.addChild(AEntity e)
           
 boolean AEntityImpl.addParent(AEntity e)
           
 boolean AEntity.addParent(AEntity e)
           
 void AEntityImpl.addTerms(AEntity e)
           
 void AEntity.addTerms(AEntity e)
           
 int AEntityImpl.getNbCommonTerms(AEntity e)
           
 int AEntity.getNbCommonTerms(AEntity e)
           
 boolean AEntityImpl.isAncestorOf(AEntity e)
           
 boolean AEntity.isAncestorOf(AEntity e)
           
 boolean AEntityImpl.isDescendantOf(AEntity e)
           
 boolean AEntity.isDescendantOf(AEntity e)
           
 void AEntityImpl.retainTerms(AEntity e)
           
 void AEntity.retainTerms(AEntity e)
           
 


AROMA 1.2

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