package ld5_2.ontology;


import jade.util.leap.*;

/**
* Protege name: CarList
* @author ontology bean generator
* @version 2026/04/16, 00:12:37
*/
public interface CarListIf extends jade.content.Concept {

   /**
   * Protege name: list
   */
   public void addList(CarData elem);
   public boolean removeList(CarData elem);
   public void clearAllList();
   public Iterator getAllList();
   public List getList();
   public void setList(List l);

   /**
   * Protege name: Count
   */
   public void setCount(int value);
   public int getCount();

}
