From 2e2e281265e62f7621ae7094c680000edaddf64a Mon Sep 17 00:00:00 2001 From: pacien Date: Thu, 1 Feb 2018 21:00:06 +0100 Subject: Move Matrix util Signed-off-by: pacien --- src/docs/class.puml | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to 'src/docs/class.puml') diff --git a/src/docs/class.puml b/src/docs/class.puml index 151e334..779f764 100644 --- a/src/docs/class.puml +++ b/src/docs/class.puml @@ -7,13 +7,6 @@ skinparam backgroundColor #FFFFFF class Main{ static void main(String[]) } -package utils { - class Matrix { - static int getWidth(...) - static int getHeight(...) - static boolean isShapeValid(...) - } -} package viewer { class Viewer { @@ -146,6 +139,12 @@ package board { List neighbors() } + class Matrix { + static int getWidth(...) + static int getHeight(...) + static boolean isShapeValid(...) + } + class PathFinder { PathFinder(Board) List findPath(TileVec2 origin, TileVec2 target) -- cgit v1.2.3