9
0
mirror of https://github.com/VolmitSoftware/Iris.git synced 2025-12-29 20:19:06 +00:00

Terminal Pieces

This commit is contained in:
Daniel Mills
2021-01-10 09:00:18 -05:00
parent 125f705a6a
commit 2afb468ae4
2 changed files with 19 additions and 1 deletions

View File

@@ -60,4 +60,8 @@ public class IrisJigsawPiece extends IrisRegistrant
return p;
}
public boolean isTerminal() {
return connectors.size() == 1;
}
}