Interface VariationTreeSource

All Known Implementing Classes:
BadVDiffFromVariationDiffSource, GitSource, LocalFileSource, ProjectionSource

public interface VariationTreeSource
A reference to the source of the variation tree.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final VariationTreeSource
    The source of the variation tree is unknown.
  • Method Summary

    Modifier and Type
    Method
    Description
     
  • Field Details

    • Unknown

      static final VariationTreeSource Unknown
      The source of the variation tree is unknown. Should be avoided if possible.
  • Method Details