Uses of Record Class
org.variantsync.diffdetective.variation.diff.serialize.LineGraphImportOptions
Package
Description
-
Uses of LineGraphImportOptions in org.variantsync.diffdetective.mining.postprocessing
Modifier and TypeFieldDescriptionprivate static final LineGraphImportOptions<DiffLinesLabel>
MiningPostprocessing.IMPORT_OPTIONS
-
Uses of LineGraphImportOptions in org.variantsync.diffdetective.variation.diff.serialize
Modifier and TypeMethodDescriptionstatic List<VariationDiff<DiffLinesLabel>>
LineGraphImport.fromFile
(Path path, LineGraphImportOptions<DiffLinesLabel> options) Import all VariationDiffs from the given linegraph file.static List<VariationDiff<DiffLinesLabel>>
LineGraphImport.fromLineGraph
(BufferedReader lineGraph, Path originalFile, LineGraphImportOptions<DiffLinesLabel> options) Import all VariationDiffs from the given linegraph file.private static VariationDiff<DiffLinesLabel>
LineGraphImport.parseVariationDiff
(String lineGraph, Path inFile, List<DiffNode<DiffLinesLabel>> diffNodeList, LineGraphImportOptions<DiffLinesLabel> options) Generates aVariationDiff
from the given, already parsed parameters.ModifierConstructorDescriptionLineGraphExportOptions
(LineGraphImportOptions<? super L> importOptions) Create export options from the given import options.