Interface PathPairFactory

All Known Implementing Classes:
PathType

public interface PathPairFactory
A factory that creates a pair of paths.
  • Method Summary

    Modifier and Type
    Method
    Description
    Create an instance of the paths.
  • Method Details

    • createPathPair

      PathPair createPathPair()
      Create an instance of the paths.
      Returns:
      The instance of the paths.