Uses of Interface
net.royalur.model.path.PathPairFactory
-
Uses of PathPairFactory in net.royalur.model
Modifier and TypeMethodDescriptionGameSettings.withPaths
(PathPairFactory pathsFactory) Generates new game settings with paths generated bypathsFactory
. -
Uses of PathPairFactory in net.royalur.model.path
Modifier and TypeFieldDescriptionstatic final Map<String,
PathPairFactory> PathType.PARSING_MAP
A store to be used to parse path pairs. -
Uses of PathPairFactory in net.royalur.notation
ModifierConstructorDescriptionRGN
(Map<String, ? extends PathPairFactory> pathPairs, Map<String, ? extends BoardShapeFactory> boardShapes, int maxActionLineLength, int maxTurnLineLength) Instantiates the RGN notation to encode and decode games.