File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed
src/main/java/fr/uga/pddl4j/problem/time Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change 1+ /*
2+ * Copyright (c) 2023 by Damien Pellier <Damien.Pellier@imag.fr>.
3+ *
4+ * This file is part of PDDL4J library.
5+ *
6+ * PDDL4J is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License
7+ * as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
8+ *
9+ * PDDL4J is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty
10+ * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
11+ *
12+ * You should have received a copy of the GNU General Public License * along with PDDL4J. If not,
13+ * see <http://www.gnu.org/licenses/>
14+ */
15+
16+ /**
17+ * This package contains the classes needed to deal with time.
18+ */
19+ package fr .uga .pddl4j .problem .time ;
You can’t perform that action at this time.
0 commit comments