Uses of Interface
ibspan.tss.domain.ontology.restaurant.RestaurantServiceInfo

Packages that use RestaurantServiceInfo
ibspan.tss.domain.ontology.restaurant Ontology Java beans generated from restaurant ontology (with http://www.ibspan.waw.pl/tss/Restaurant# namespace) with Jastor tool. 
 

Uses of RestaurantServiceInfo in ibspan.tss.domain.ontology.restaurant
 

Classes in ibspan.tss.domain.ontology.restaurant that implement RestaurantServiceInfo
 class RestaurantServiceInfoImpl
          Implementation of RestaurantServiceInfo Use the ibspan.tss.domain.ontology.restaurant.RestaurantFactory to create instances of this class.
 

Methods in ibspan.tss.domain.ontology.restaurant that return RestaurantServiceInfo
 RestaurantServiceInfo RestaurantImpl.addRestaurantService()
           
 RestaurantServiceInfo Restaurant.addRestaurantService()
          Adds an anonymous value for the 'restaurantService' property
 RestaurantServiceInfo RestaurantImpl.addRestaurantService(Resource resource)
           
 RestaurantServiceInfo Restaurant.addRestaurantService(Resource resource)
          Adds a value for the 'restaurantService' property.
static RestaurantServiceInfo RestaurantFactory.createRestaurantServiceInfo(Resource resource, Model model)
          Create a new instance of RestaurantServiceInfo.
static RestaurantServiceInfo RestaurantFactory.createRestaurantServiceInfo(String uri, Model model)
          Create a new instance of RestaurantServiceInfo.
static RestaurantServiceInfo RestaurantFactory.getBuffetRestaurantService(Model model)
          Get an BuffetRestaurantService individual.
static RestaurantServiceInfo RestaurantFactory.getCasualDiningRestaurantService(Model model)
          Get an CasualDiningRestaurantService individual.
static RestaurantServiceInfo RestaurantFactory.getCateringRestaurantService(Model model)
          Get an CateringRestaurantService individual.
static RestaurantServiceInfo RestaurantFactory.getCookedToOrderRestaurantService(Model model)
          Get an CookedToOrderRestaurantService individual.
static RestaurantServiceInfo RestaurantFactory.getFineDiningRestaurantService(Model model)
          Get an FineDiningRestaurantService individual.
static RestaurantServiceInfo RestaurantFactory.getFullServiceRestaurantService(Model model)
          Get an FullServiceRestaurantService individual.
static RestaurantServiceInfo RestaurantFactory.getMealsToGoRestaurantService(Model model)
          Get an MealsToGoRestaurantService individual.
static RestaurantServiceInfo RestaurantFactory.getRestaurantServiceInfo(Resource resource, Model model)
          Create a new instance of RestaurantServiceInfo.
static RestaurantServiceInfo RestaurantFactory.getRestaurantServiceInfo(String uri, Model model)
          Create a new instance of RestaurantServiceInfo.
static RestaurantServiceInfo RestaurantFactory.getRoomServiceRestaurantService(Model model)
          Get an RoomServiceRestaurantService individual.
static RestaurantServiceInfo RestaurantFactory.getSelfServiceRestaurantService(Model model)
          Get an SelfServiceRestaurantService individual.
static RestaurantServiceInfo RestaurantFactory.getSpecialMealServicesRestaurantService(Model model)
          Get an SpecialMealServicesRestaurantService individual.
static RestaurantServiceInfo RestaurantFactory.getTakeOutRestaurantService(Model model)
          Get an TakeOutRestaurantService individual.
 

Methods in ibspan.tss.domain.ontology.restaurant with parameters of type RestaurantServiceInfo
 void RestaurantImpl.addRestaurantService(RestaurantServiceInfo restaurantService)
           
 void Restaurant.addRestaurantService(RestaurantServiceInfo restaurantService)
          Adds a value for the 'restaurantService' property
 void RestaurantImpl.removeRestaurantService(RestaurantServiceInfo restaurantService)
           
 void Restaurant.removeRestaurantService(RestaurantServiceInfo restaurantService)
          Removes a value for the 'restaurantService' property.
 void RestaurantListener.restaurantServiceAdded(Restaurant source, RestaurantServiceInfo newValue)
          Called when a value of restaurantService has been added
 void RestaurantListener.restaurantServiceRemoved(Restaurant source, RestaurantServiceInfo oldValue)
          Called when a value of restaurantService has been removed