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

Packages that use DressCode
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 DressCode in ibspan.tss.domain.ontology.restaurant
 

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

Methods in ibspan.tss.domain.ontology.restaurant that return DressCode
 DressCode RestaurantImpl.addDress()
           
 DressCode Restaurant.addDress()
          Adds an anonymous value for the 'dress' property
 DressCode RestaurantImpl.addDress(Resource resource)
           
 DressCode Restaurant.addDress(Resource resource)
          Adds a value for the 'dress' property.
static DressCode RestaurantFactory.createDressCode(Resource resource, Model model)
          Create a new instance of DressCode.
static DressCode RestaurantFactory.createDressCode(String uri, Model model)
          Create a new instance of DressCode.
static DressCode RestaurantFactory.getCasualDress(Model model)
          Get an CasualDress individual.
static DressCode RestaurantFactory.getDressCode(Resource resource, Model model)
          Create a new instance of DressCode.
static DressCode RestaurantFactory.getDressCode(String uri, Model model)
          Create a new instance of DressCode.
static DressCode RestaurantFactory.getDressyCasualDress(Model model)
          Get an DressyCasualDress individual.
static DressCode RestaurantFactory.getFormalDress(Model model)
          Get an FormalDress individual.
static DressCode RestaurantFactory.getFormalRequiredDress(Model model)
          Get an FormalRequiredDress individual.
static DressCode RestaurantFactory.getUnknownDress(Model model)
          Get an UnknownDress individual.
 

Methods in ibspan.tss.domain.ontology.restaurant with parameters of type DressCode
 void RestaurantImpl.addDress(DressCode dress)
           
 void Restaurant.addDress(DressCode dress)
          Adds a value for the 'dress' property
 void RestaurantListener.dressAdded(Restaurant source, DressCode newValue)
          Called when a value of dress has been added
 void RestaurantListener.dressRemoved(Restaurant source, DressCode oldValue)
          Called when a value of dress has been removed
 void RestaurantImpl.removeDress(DressCode dress)
           
 void Restaurant.removeDress(DressCode dress)
          Removes a value for the 'dress' property.