Uses of Class
de.uni_mannheim.informatik.dws.melt.matching_base.typetransformer.AlignmentAndParameters
Packages that use AlignmentAndParameters
Package
Description
The classes contained in this project can be used as simple template for ontology matchers.
-
Uses of AlignmentAndParameters in de.uni_mannheim.informatik.dws.melt.matching_base
Methods in de.uni_mannheim.informatik.dws.melt.matching_base that return AlignmentAndParametersModifier and TypeMethodDescriptionIMatcherCaller.match(Set<Object> sourceRespresentations, Set<Object> targetRespresentations, Object inputAlignment, Object parameters) Aligns two ontologies/knowledge graphs given as the first and second parameter.MatcherPipelineSequential.match(Set<Object> sourceRepresentations, Set<Object> targetRepresentations, Object inputAlignment, Object parameters) -
Uses of AlignmentAndParameters in de.uni_mannheim.informatik.dws.melt.matching_base.multisource
Methods in de.uni_mannheim.informatik.dws.melt.matching_base.multisource that return AlignmentAndParameters -
Uses of AlignmentAndParameters in de.uni_mannheim.informatik.dws.melt.matching_base.typetransformer
Methods in de.uni_mannheim.informatik.dws.melt.matching_base.typetransformer that return AlignmentAndParametersModifier and TypeMethodDescriptionprivate static AlignmentAndParametersGenericMatcherCaller.runIMatcher(IMatcher matcher, Set<Object> sourceOntology, Set<Object> targetOntology, Object inputAlignment, Object parameters) Runs a matcher which implements theIMatcherinterface.private static AlignmentAndParametersGenericMatcherCaller.runIMatcherCaller(IMatcherCaller matcher, Set<Object> sourceOntology, Set<Object> targetOntology, Object inputAlignment, Object parameters) Runs a matcher which implements theIMatcherCallerinterface.private static AlignmentAndParametersGenericMatcherMultiSourceCaller.runIMatcherMultiSource(IMatcherMultiSource matcher, List<Set<Object>> ontologies, Object inputAlignment, Object parameters) Runs a matcher which implements theIMatcherMultiSourceinterface.private static AlignmentAndParametersGenericMatcherMultiSourceCaller.runIMatcherMultiSourceCaller(IMatcherMultiSourceCaller matcher, List<Set<Object>> ontologies, Object inputAlignment, Object parameters) Runs a matcher which implements theIMatcherMultiSourceCallerinterface.private static AlignmentAndParametersGenericMatcherCaller.runIOntologyMatchingToolBridge(eu.sealsproject.platform.res.domain.omt.IOntologyMatchingToolBridge matcher, Set<Object> sourceOntology, Set<Object> targetOntology, Object inputAlignment, Object parameters) Runs a matcher which implements theIOntologyMatchingToolBridgeinterface.static AlignmentAndParametersGenericMatcherCaller.runMatcher(Object matcher, Object sourceOntology, Object targetOntology) Calls a matcher object with the provided arguments.static AlignmentAndParametersGenericMatcherCaller.runMatcher(Object matcher, Object sourceOntology, Object targetOntology, Object inputAlignment) Calls a matcher object with the provided arguments.static AlignmentAndParametersGenericMatcherCaller.runMatcher(Object matcher, Object sourceOntology, Object targetOntology, Object inputAlignment, Object parameters) Calls a matcher object with the provided arguments.static AlignmentAndParametersGenericMatcherCaller.runMatcherMultipleRepresentations(Object matcher, Set<Object> sourceOntology, Set<Object> targetOntology) Calls a matcher object with the provided arguments.static AlignmentAndParametersGenericMatcherCaller.runMatcherMultipleRepresentations(Object matcher, Set<Object> sourceOntology, Set<Object> targetOntology, Object inputAlignment) Calls a matcher object with the provided arguments.static AlignmentAndParametersGenericMatcherCaller.runMatcherMultipleRepresentations(Object matcher, Set<Object> sourceOntology, Set<Object> targetOntology, Object inputAlignment, Object parameters) Calls a matcher object with the provided arguments.static AlignmentAndParametersGenericMatcherMultiSourceCaller.runMatcherMultiSource(Object matcher, List<Object> ontologies) Calls a multi source matcher object with the provided arguments.static AlignmentAndParametersGenericMatcherMultiSourceCaller.runMatcherMultiSource(Object matcher, List<Object> ontologies, Object inputAlignment) Calls a multi source matcher object with the provided arguments.static AlignmentAndParametersGenericMatcherMultiSourceCaller.runMatcherMultiSource(Object matcher, List<Object> ontologies, Object inputAlignment, Object parameters) Calls a multi source matcher object with the provided arguments.static AlignmentAndParametersGenericMatcherMultiSourceCaller.runMatcherMultiSourceMultipleRepresentations(Object matcher, List<Set<Object>> ontologies) Calls a multi source matcher object with the provided arguments.static AlignmentAndParametersGenericMatcherMultiSourceCaller.runMatcherMultiSourceMultipleRepresentations(Object matcher, List<Set<Object>> ontologies, Object inputAlignment) Calls a multi source matcher object with the provided arguments.static AlignmentAndParametersGenericMatcherMultiSourceCaller.runMatcherMultiSourceMultipleRepresentations(Object matcher, List<Set<Object>> ontologies, Object inputAlignment, Object parameters) Calls a multi source matcher object with the provided arguments.static <T> AlignmentAndParametersGenericMatcherMultiSourceCaller.runMatcherMultiSourceSpecificType(Object matcher, List<T> ontologies) Calls a multi source matcher object with the provided arguments.The type of ontologies must be same same for all ontologies e.g.static <T> AlignmentAndParametersGenericMatcherMultiSourceCaller.runMatcherMultiSourceSpecificType(Object matcher, List<T> ontologies, Object inputAlignment) Calls a multi source matcher object with the provided arguments.static <T> AlignmentAndParametersGenericMatcherMultiSourceCaller.runMatcherMultiSourceSpecificType(Object matcher, List<T> ontologies, Object inputAlignment, Object parameters) Calls a multi source matcher object with the provided arguments.private static AlignmentAndParametersGenericMatcherMultiSourceCaller.runMatcherMultiSourceURL(MatcherMultiSourceURL matcher, List<Set<Object>> ontologies, Object inputAlignment, Object parameters) Runs a matcher which implements theIMatcherMultiSourceCallerinterface. -
Uses of AlignmentAndParameters in de.uni_mannheim.informatik.dws.melt.matching_jena_matchers.metalevel
Methods in de.uni_mannheim.informatik.dws.melt.matching_jena_matchers.metalevel that return AlignmentAndParameters -
Uses of AlignmentAndParameters in de.uni_mannheim.informatik.dws.melt.matching_jena_matchers.multisource.dispatchers
Methods in de.uni_mannheim.informatik.dws.melt.matching_jena_matchers.multisource.dispatchers that return AlignmentAndParametersModifier and TypeMethodDescriptionMultiSourceDispatcherAllPairs.match(List<Set<Object>> models, Object inputAlignment, Object parameters) MultiSourceDispatcherIncrementalMerge.match(List<Set<Object>> models, Object inputAlignment, Object parameters) MultiSourceDispatcherTransitivePairsOrderBased.match(List<Set<Object>> models, Object inputAlignment, Object parameters) MultiSourceDispatcherTransitivePairsTextBased.match(List<Set<Object>> models, Object inputAlignment, Object parameters) MultiSourceDispatcherUnionToUnion.match(List<Set<Object>> models, Object inputAlignment, Object parameters) private AlignmentAndParametersMultiSourceDispatcherIncrementalMerge.runParallel(MergeOrder mergeOrder, List<Set<Object>> models, Object inputAlignment, Properties p) private AlignmentAndParametersMultiSourceDispatcherIncrementalMerge.runSequential(MergeOrder mergeOrder, List<Set<Object>> models, Object inputAlignment, Properties p) -
Uses of AlignmentAndParameters in de.uni_mannheim.informatik.dws.melt.matching_jena_matchers.util.addnegatives