Package net.royalur.model.path
Interface PathPairFactory
- All Known Implementing Classes:
PathType
public interface PathPairFactory
A factory that creates a pair of paths.
-
Method Summary
-
Method Details
-
createPathPair
PathPair createPathPair()Create an instance of the paths.- Returns:
- The instance of the paths.
-