Uses of Class
org.variantsync.diffdetective.metadata.EditClassCount.Occurrences
Package
Description
-
Uses of EditClassCount.Occurrences in org.variantsync.diffdetective.metadata
Modifier and TypeFieldDescriptionstatic org.variantsync.functjonal.category.InplaceSemigroup<EditClassCount.Occurrences>
EditClassCount.Occurrences.ISEMIGROUP
Combine two occurrences by adding their counts and performing a set union on the set of origin commits.private final LinkedHashMap<EditClass,
EditClassCount.Occurrences> EditClassCount.occurrences
Modifier and TypeMethodDescriptionEditClassCount.getOccurrences()
Returns the current occurrence count for each considered edit class. -
Uses of EditClassCount.Occurrences in org.variantsync.diffdetective.tablegen.styles
Modifier and TypeMethodDescriptionprivate static Stream<Map.Entry<EditClass,
EditClassCount.Occurrences>> VariabilityShare.getVariationalEditClasses
(ContentRow row) Returns the number of occurrences of edit classes present in the table.