Interface LinegraphFormat

All Known Subinterfaces:
DiffNodeLabelFormat<L>, MiningNodeFormat, VariationDiffLabelFormat
All Known Implementing Classes:
ChildOrderEdgeFormat, CommitDiffVariationDiffLabelFormat, DebugDiffNodeFormat, DebugMiningDiffNodeFormat, DefaultEdgeLabelFormat, DirectedEdgeLabelFormat, EdgeLabelFormat, EditClassesDiffNodeFormat, FormulasAndLineNumbersNodeFormat, FullNodeFormat, IndexedTreeFormat, LabelOnlyDiffNodeFormat, LineNumberFormat, MappingsDiffNodeFormat, PaperNodeFormat, ReleaseMiningDiffNodeFormat, RenameRootNodeFormat, RWCompositePatternNodeFormat, RWCompositePatternTreeFormat, ShowNodeFormat, TypeDiffNodeFormat

public interface LinegraphFormat
Root interface for any formats describing content's structure in a linegraph file.
  • Method Summary

    Modifier and Type
    Method
    Description
    default String
    Name of the format that uniquely identifies the format.
    default String
     
  • Method Details

    • getIdentifier

      default String getIdentifier()
      Name of the format that uniquely identifies the format.
    • getShortName

      default String getShortName()