Uses of Interface
net.royalur.model.path.PathPairFactory
Packages that use PathPairFactory
-
Uses of PathPairFactory in net.royalur.model
Methods in net.royalur.model with parameters of type PathPairFactoryModifier and TypeMethodDescriptionGameSettings.withPaths(PathPairFactory pathsFactory) Generates new game settings with paths generated bypathsFactory. -
Uses of PathPairFactory in net.royalur.model.path
Classes in net.royalur.model.path that implement PathPairFactoryFields in net.royalur.model.path with type parameters of type PathPairFactoryModifier and TypeFieldDescriptionstatic final Map<String,PathPairFactory> PathType.PARSING_MAPA store to be used to parse path pairs. -
Uses of PathPairFactory in net.royalur.notation
Constructor parameters in net.royalur.notation with type arguments of type PathPairFactoryModifierConstructorDescriptionRGN(Map<String, ? extends PathPairFactory> pathPairs, Map<String, ? extends BoardShapeFactory> boardShapes, int maxActionLineLength, int maxTurnLineLength) Instantiates the RGN notation to encode and decode games.