Uses of Class
de.uni_mannheim.informatik.dws.melt.matching_jena_matchers.multisource.dispatchers.ModelAndIndex
Packages that use ModelAndIndex
Package
Description
-
Uses of ModelAndIndex in de.uni_mannheim.informatik.dws.melt.matching_jena_matchers.multisource.dispatchers
Fields in de.uni_mannheim.informatik.dws.melt.matching_jena_matchers.multisource.dispatchers with type parameters of type ModelAndIndexModifier and TypeFieldDescriptionstatic final Comparator<ModelAndIndex>MultiSourceDispatcherIncrementalMergeByOrder.AMOUNT_OF_CLASSES_ASCENDINGSorted by the number of classes in a model.static final Comparator<ModelAndIndex>MultiSourceDispatcherIncrementalMergeByOrder.AMOUNT_OF_CLASSES_DECENDINGSorted by the number of classes in a model.static final Comparator<ModelAndIndex>MultiSourceDispatcherIncrementalMergeByOrder.AMOUNT_OF_INSTANCES_ASCENDINGSorted by the number of instances in a model.static final Comparator<ModelAndIndex>MultiSourceDispatcherIncrementalMergeByOrder.AMOUNT_OF_INSTANCES_DECENDINGSorted by the number of instances in a model.private final Comparator<? super ModelAndIndex>MultiSourceDispatcherIncrementalMergeByOrder.comparatorthe comparator which compares the models and bring them into an order.private final Comparator<? super ModelAndIndex>MultiSourceDispatcherTransitivePairsOrderBased.comparatorstatic final Comparator<ModelAndIndex>MultiSourceDispatcherIncrementalMergeByOrder.IDENTITYstatic final Comparator<ModelAndIndex>MultiSourceDispatcherIncrementalMergeByOrder.IDENTITY_REVERSEDstatic final Comparator<ModelAndIndex>MultiSourceDispatcherIncrementalMergeByOrder.MODEL_SIZE_ASCENDINGSorted by the number of triples in a model.static final Comparator<ModelAndIndex>MultiSourceDispatcherIncrementalMergeByOrder.MODEL_SIZE_ASCENDING_NTRIPLES_FASTSorted by the number of triples in a model.static final Comparator<ModelAndIndex>MultiSourceDispatcherIncrementalMergeByOrder.MODEL_SIZE_DECENDINGSorted by the number of triples in a model.static final Comparator<ModelAndIndex>MultiSourceDispatcherIncrementalMergeByOrder.MODEL_SIZE_DECENDING_NTRIPLES_FASTSorted by the number of triples in a model.static final Comparator<ModelAndIndex>MultiSourceDispatcherIncrementalMergeByOrder.RANDOMThis comparator is only used as a constant to determine if a random ordering should be used.static final Comparator<ModelAndIndex>MultiSourceDispatcherIncrementalMergeByOrder.UNIQUE_SUBJECTS_ASCENDINGSorted by the number of unique subjects (of a triple /statement) in a model.static final Comparator<ModelAndIndex>MultiSourceDispatcherIncrementalMergeByOrder.UNIQUE_SUBJECTS_DECENDINGSorted by the number of unique subjects (of a triple /statement) in a model.Constructor parameters in de.uni_mannheim.informatik.dws.melt.matching_jena_matchers.multisource.dispatchers with type arguments of type ModelAndIndexModifierConstructorDescriptionMultiSourceDispatcherIncrementalMergeByOrder(Object oneToOneMatcher, Comparator<? super ModelAndIndex> comparator) Constructor which requires the one to one matcher as well as the comparator which define es merging order.MultiSourceDispatcherTransitivePairsOrderBased(Object oneToOneMatcher, Comparator<? super ModelAndIndex> comparator, boolean firstVsRest)