Uses of Interface
ibspan.tss.domain.ontology.location.Location

Packages that use Location
ibspan.tss.domain.ontology.location Ontology Java beans generated from location ontology (with http://www.ibspan.waw.pl/tss/Location# namespace) with Jastor tool. 
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 Location in ibspan.tss.domain.ontology.location
 

Classes in ibspan.tss.domain.ontology.location that implement Location
 class LocationImpl
          Implementation of Location Use the ibspan.tss.domain.ontology.location.LocationFactory to create instances of this class.
 

Methods in ibspan.tss.domain.ontology.location that return Location
static Location LocationFactory.createLocation(Resource resource, Model model)
          Create a new instance of Location.
static Location LocationFactory.createLocation(String uri, Model model)
          Create a new instance of Location.
static Location LocationFactory.getLocation(Resource resource, Model model)
          Create a new instance of Location.
static Location LocationFactory.getLocation(String uri, Model model)
          Create a new instance of Location.
 

Methods in ibspan.tss.domain.ontology.location with parameters of type Location
 void LocationListener.attractionCategoryAdded(Location source, AttractionCategoryCode newValue)
          Called when a value of attractionCategory has been added
 void LocationListener.attractionCategoryRemoved(Location source, AttractionCategoryCode oldValue)
          Called when a value of attractionCategory has been removed
 void LocationListener.cityChanged(Location source)
          Called when city has changed
 void LocationListener.countryChanged(Location source)
          Called when country has changed
 void LocationListener.crossStreetAdded(Location source, String newValue)
          Called when a value of crossStreet has been added
 void LocationListener.crossStreetRemoved(Location source, String oldValue)
          Called when a value of crossStreet has been removed
 void LocationListener.faxChanged(Location source)
          Called when fax has changed
 void LocationListener.indexPointAdded(Location source, IndexPointCode newValue)
          Called when a value of indexPoint has been added
 void LocationListener.indexPointRemoved(Location source, IndexPointCode oldValue)
          Called when a value of indexPoint has been removed
 void LocationListener.locationCategoryAdded(Location source, LocationCategoryCode newValue)
          Called when a value of locationCategory has been added
 void LocationListener.locationCategoryRemoved(Location source, LocationCategoryCode oldValue)
          Called when a value of locationCategory has been removed
 void LocationListener.locationPathChanged(Location source)
          Called when locationPath has changed
 void LocationListener.neighborhoodChanged(Location source)
          Called when neighborhood has changed
 void LocationListener.phoneAdded(Location source, String newValue)
          Called when a value of phone has been added
 void LocationListener.phoneRemoved(Location source, String oldValue)
          Called when a value of phone has been removed
 void LocationListener.stateChanged(Location source)
          Called when state has changed
 void LocationListener.streetAddressChanged(Location source)
          Called when streetAddress has changed
 void LocationListener.zipChanged(Location source)
          Called when zip has changed
 

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

Subinterfaces of Location in ibspan.tss.domain.ontology.restaurant
 interface Restaurant
          Interface for Restaurant ontology class
Use the ibspan.tss.domain.ontology.restaurant.RestaurantFactory to create instances of this interface.
 

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