Uses of Enum
de.uni_mannheim.informatik.dws.melt.yet_another_alignment_api.CorrespondenceRelation
Packages that use CorrespondenceRelation
Package
Description
-
Uses of CorrespondenceRelation in de.uni_mannheim.informatik.dws.melt.matching_eval.evaluator
Methods in de.uni_mannheim.informatik.dws.melt.matching_eval.evaluator that return types with arguments of type CorrespondenceRelationModifier and TypeMethodDescriptionprivate List<CorrespondenceRelation>
EvaluatorRelationTypePrediction.getAllUsedDistinctRelations()
EvaluatorRelationTypePrediction.getConfusionMap
(ExecutionResult r) EvaluatorRelationTypePrediction.getConfusionMap
(ExecutionResult r) private List<CorrespondenceRelation>
EvaluatorRelationTypePrediction.getRelationsFromCM
(Map<Map.Entry<CorrespondenceRelation, CorrespondenceRelation>, Alignment> cm) Method parameters in de.uni_mannheim.informatik.dws.melt.matching_eval.evaluator with type arguments of type CorrespondenceRelationModifier and TypeMethodDescriptionprivate List<RelationTypeRefiner>
EvaluatorRelationTypePrediction.getRelationRefiner
(List<CorrespondenceRelation> usedRelations) private List<CorrespondenceRelation>
EvaluatorRelationTypePrediction.getRelationsFromCM
(Map<Map.Entry<CorrespondenceRelation, CorrespondenceRelation>, Alignment> cm) private List<CorrespondenceRelation>
EvaluatorRelationTypePrediction.getRelationsFromCM
(Map<Map.Entry<CorrespondenceRelation, CorrespondenceRelation>, Alignment> cm) -
Uses of CorrespondenceRelation in de.uni_mannheim.informatik.dws.melt.matching_eval.evaluator.metric.alignmentanalyzer
Fields in de.uni_mannheim.informatik.dws.melt.matching_eval.evaluator.metric.alignmentanalyzer with type parameters of type CorrespondenceRelationModifier and TypeFieldDescriptionprivate Map<CorrespondenceRelation,
Integer> AlignmentAnalyzerResult.frequenciesOfRelations
The distribution of relations in the given mapping.Methods in de.uni_mannheim.informatik.dws.melt.matching_eval.evaluator.metric.alignmentanalyzer that return types with arguments of type CorrespondenceRelationModifier and TypeMethodDescriptionAlignmentAnalyzerResult.getFrequenciesOfRelations()
Returns frequencies of relations in the given mapping.AlignmentAnalyzerResult.getRelationsUsed()
Returns a set of the different mapping relations (e.g.Constructor parameters in de.uni_mannheim.informatik.dws.melt.matching_eval.evaluator.metric.alignmentanalyzer with type arguments of type CorrespondenceRelationModifierConstructorDescription(package private)
AlignmentAnalyzerResult
(ExecutionResult executionResult, double minimumConfidence, double maximumConfidence, Map<CorrespondenceRelation, Integer> frequenciesOfRelations, boolean isHomogenousAlingment, Map<String, Integer> frequenciesOfMappingTypes, int urisCorrectPosition, int urisIncorrectPosition, List<String> urisNotFound, Map<Arity, Integer> arityCounts, String parsingErrorMessage) Constructor -
Uses of CorrespondenceRelation in de.uni_mannheim.informatik.dws.melt.matching_eval.evaluator.metric.cmrelation
Fields in de.uni_mannheim.informatik.dws.melt.matching_eval.evaluator.metric.cmrelation with type parameters of type CorrespondenceRelationConstructor parameters in de.uni_mannheim.informatik.dws.melt.matching_eval.evaluator.metric.cmrelation with type arguments of type CorrespondenceRelationModifierConstructorDescription -
Uses of CorrespondenceRelation in de.uni_mannheim.informatik.dws.melt.matching_eval.refinement
Fields in de.uni_mannheim.informatik.dws.melt.matching_eval.refinement declared as CorrespondenceRelationMethods in de.uni_mannheim.informatik.dws.melt.matching_eval.refinement that return CorrespondenceRelationConstructors in de.uni_mannheim.informatik.dws.melt.matching_eval.refinement with parameters of type CorrespondenceRelationModifierConstructorDescriptionRelationTypeRefiner
(CorrespondenceRelation relation) RelationTypeRefiner
(CorrespondenceRelation relation, boolean includeRelation) Constructor -
Uses of CorrespondenceRelation in de.uni_mannheim.informatik.dws.melt.matching_owlapi_matchers
Methods in de.uni_mannheim.informatik.dws.melt.matching_owlapi_matchers that return CorrespondenceRelationModifier and TypeMethodDescriptionstatic CorrespondenceRelation
AlcomoFilter.alcomoSemanticRelationToYaaaCorrespondenceRelation
(int alcomoSemanticRelationCode) Mapping of the ALCOMO semantic relation code to YAAA'sCorrespondenceRelation
. -
Uses of CorrespondenceRelation in de.uni_mannheim.informatik.dws.melt.matching_owlapi_matchers.logmap
Methods in de.uni_mannheim.informatik.dws.melt.matching_owlapi_matchers.logmap that return CorrespondenceRelationModifier and TypeMethodDescriptionprivate static CorrespondenceRelation
LogmapMapping2Alignment.transformRelation
(int rel) Methods in de.uni_mannheim.informatik.dws.melt.matching_owlapi_matchers.logmap with parameters of type CorrespondenceRelationModifier and TypeMethodDescriptionprivate static int
Alignment2LogmapMapping.transformRelation
(CorrespondenceRelation rel) -
Uses of CorrespondenceRelation in de.uni_mannheim.informatik.dws.melt.yet_another_alignment_api
Fields in de.uni_mannheim.informatik.dws.melt.yet_another_alignment_api declared as CorrespondenceRelationFields in de.uni_mannheim.informatik.dws.melt.yet_another_alignment_api with type parameters of type CorrespondenceRelationModifier and TypeFieldDescriptionprotected com.googlecode.cqengine.index.hash.HashIndex<CorrespondenceRelation,
Correspondence> Alignment.indexRelation
private static Map<String,
CorrespondenceRelation> CorrespondenceRelation.mapping
Maps a string representatin to a CorrespondenceRelation.static final com.googlecode.cqengine.attribute.Attribute<Correspondence,
CorrespondenceRelation> Correspondence.RELATION
Methods in de.uni_mannheim.informatik.dws.melt.yet_another_alignment_api that return CorrespondenceRelationModifier and TypeMethodDescriptionCorrespondence.getRelation()
static CorrespondenceRelation
Get a CorrespondenceRelation using a String representation (a.k.a.CorrespondenceRelation.reverse()
Reverses the current relation.static CorrespondenceRelation
Returns the enum constant of this type with the specified name.static CorrespondenceRelation[]
CorrespondenceRelation.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.uni_mannheim.informatik.dws.melt.yet_another_alignment_api that return types with arguments of type CorrespondenceRelationModifier and TypeMethodDescriptionprivate static Map<String,
CorrespondenceRelation> CorrespondenceRelation.generateMapping()
Generates themapping
.Alignment.getDistinctRelations()
Alignment.getDistinctRelationsAsSet()
Methods in de.uni_mannheim.informatik.dws.melt.yet_another_alignment_api with parameters of type CorrespondenceRelationModifier and TypeMethodDescriptionvoid
Alignment.add
(String entityOne, String entityTwo, double confidence, CorrespondenceRelation relation) Creates a newCorrespondence
and adds it to this mapping.void
Alignment.add
(String entityOne, String entityTwo, double confidence, CorrespondenceRelation relation, Map<String, Object> extensions) Creates a newCorrespondence
and adds it to this mapping.void
Alignment.add
(String entityOne, String entityTwo, CorrespondenceRelation relation) Creates a newCorrespondence
and adds it to this mapping.Alignment.addOrModify
(String entityOne, String entityTwo, double confidence, CorrespondenceRelation relation, Map<String, Object> extensions) Adds the correspondence if not existent or adds the extensions values and updates confidence value.Alignment.getCorrespondence
(String source, String target, CorrespondenceRelation relation) Returns the specified correspondence (source, target, relation).Alignment.getCorrespondencesRelation
(CorrespondenceRelation relation) Obtain an iterator for all correspondences where the given relation are involved.Alignment.getCorrespondencesSourceRelation
(String source, CorrespondenceRelation relation) Obtain an iterator for all correspondences where the given source and the given relation are involved.Alignment.getCorrespondencesTargetRelation
(String target, CorrespondenceRelation relation) Obtain an iterator for all correspondences where the given target and the given relation are involved.boolean
Alignment.isRelationContained
(CorrespondenceRelation relation) Check whether the given relation are contained in this alignment.boolean
Alignment.isSourceRelationContained
(String source, CorrespondenceRelation relation) Check whether the given source and the given relation are contained in this alignment.boolean
Alignment.isTargetRelationContained
(String target, CorrespondenceRelation relation) Check whether the given target and the given relation are contained in this alignment.void
Correspondence.setRelation
(CorrespondenceRelation relation) Constructors in de.uni_mannheim.informatik.dws.melt.yet_another_alignment_api with parameters of type CorrespondenceRelationModifierConstructorDescriptionCorrespondence
(String entityOne, String entityTwo, double confidence, CorrespondenceRelation relation) Constructor The identifier is set to null by default.Correspondence
(String entityOne, String entityTwo, double confidence, CorrespondenceRelation relation, Object... extensions) Constructor The identifier is set to null by default.Correspondence
(String entityOne, String entityTwo, double confidence, CorrespondenceRelation relation, Map<String, Object> extensions) Constructor The identifier is set to null by default.Correspondence
(String entityOne, String entityTwo, double confidence, CorrespondenceRelation relation, Map<String, Object> extensions, String identifier) ConstructorCorrespondence
(String entityOne, String entityTwo, CorrespondenceRelation relation) Constructor The identifier is set to null by default.