------------------------------------------------------------------------------ ------------------------------------------------------------------------------ -- This Ada package was automatically generated by the software engineering --tool Platypus -- see http://cassoulet.univ-brest.fr/mme -- -- Any modification of this file will be lost. -- Please see the "platypus" directory instead : it contains the Cheddar's -- model and its meta-model. ------------------------------------------------------------------------------ ------------------------------------------------------------------------------ -- Cheddar is a free real time scheduling tool. -- This program provides services to automatically check temporal constraints -- of real time tasks. -- -- Copyright (C) 2002-2009 Frank Singhoff -- Cheddar is developed by the LISYC Team, University of Brest -- -- This program is free software; you can redistribute it and/or modify -- it under the terms of the GNU General Public License as published by -- the Free Software Foundation; either version 2 of the License, or -- (at your option) any later version. -- -- This program is distributed in the hope that it will be useful, -- but WITHOUT ANY WARRANTY; without even the implied warranty of -- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -- GNU General Public License for more details. -- -- You should have received a copy of the GNU General Public License -- along with this program; if not, write to the Free Software -- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -- -- -- Contact : cheddar@listes.univ-brest.fr -- To post to this mailing list, you must be subscribed -- (see http//beru.univ-brest.fr/~singhoff/cheddar for details) -- ------------------------------------------------------------------------------ ------------------------------------------------------------------------------ with Ada.Strings.Unbounded; use Ada.Strings.Unbounded; with Ada.Strings.Unbounded.Text_IO; use Ada.Strings.Unbounded.Text_IO; with Text_IO; use Text_IO; with unbounded_strings; use unbounded_strings; with convert_strings; with convert_unbounded_strings; with standards_io; use standards_io; use standards_io.boolean_io; with Ada.Finalization; use unbounded_strings.unbounded_string_list_package; with Unchecked_Deallocation; with lists; with access_lists; with Framework_Config; use Framework_Config; with systems; use systems; package applicability_constraints_main_structure.extended is procedure initialize (obj : out applicability_constraint_ptr); procedure initialize (obj : out applicability_constraint_case_ptr); procedure initialize (obj : out all_cases_structure_ptr); function duplicate (obj : in applicability_constraint_ptr) return applicability_constraint_ptr; function duplicate (obj : in applicability_constraint_case_ptr) return applicability_constraint_case_ptr; procedure evaluate (obj : in out all_cases_structure; sys : in system); procedure display_tests_list (obj : in all_cases_structure); function get_tests_list (obj : in all_cases_structure) return Unbounded_String; end applicability_constraints_main_structure.extended;