|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.adtech.jastor.ThingFactory
ibspan.tss.domain.ontology.restaurant.RestaurantFactory
public class RestaurantFactory
Factory for instantiating objects for ontology classes in the Restaurant ontology. The get methods leave the model unchanged and return a Java view of the object in the model. The create methods may add certain baseline properties to the model such as rdf:type and any properties with hasValue restrictions.
(URI: http://www.ibspan.waw.pl/tss/Restaurant)
Field Summary |
---|
Fields inherited from class com.ibm.adtech.jastor.ThingFactory |
---|
copyright, listeners, objects |
Constructor Summary | |
---|---|
RestaurantFactory()
|
Method Summary | |
---|---|
static AccessibilityCode |
createAccessibilityCode(Resource resource,
Model model)
Create a new instance of AccessibilityCode. |
static AccessibilityCode |
createAccessibilityCode(String uri,
Model model)
Create a new instance of AccessibilityCode. |
static AlcoholCode |
createAlcoholCode(Resource resource,
Model model)
Create a new instance of AlcoholCode. |
static AlcoholCode |
createAlcoholCode(String uri,
Model model)
Create a new instance of AlcoholCode. |
static CuisineCode |
createCuisineCode(Resource resource,
Model model)
Create a new instance of CuisineCode. |
static CuisineCode |
createCuisineCode(String uri,
Model model)
Create a new instance of CuisineCode. |
static DinerReview |
createDinerReview(Resource resource,
Model model)
Create a new instance of DinerReview. |
static DinerReview |
createDinerReview(String uri,
Model model)
Create a new instance of DinerReview. |
static DressCode |
createDressCode(Resource resource,
Model model)
Create a new instance of DressCode. |
static DressCode |
createDressCode(String uri,
Model model)
Create a new instance of DressCode. |
static FeatureCode |
createFeatureCode(Resource resource,
Model model)
Create a new instance of FeatureCode. |
static FeatureCode |
createFeatureCode(String uri,
Model model)
Create a new instance of FeatureCode. |
static ParkingCode |
createParkingCode(Resource resource,
Model model)
Create a new instance of ParkingCode. |
static ParkingCode |
createParkingCode(String uri,
Model model)
Create a new instance of ParkingCode. |
static ReservationCode |
createReservationCode(Resource resource,
Model model)
Create a new instance of ReservationCode. |
static ReservationCode |
createReservationCode(String uri,
Model model)
Create a new instance of ReservationCode. |
static Restaurant |
createRestaurant(Resource resource,
Model model)
Create a new instance of Restaurant. |
static Restaurant |
createRestaurant(String uri,
Model model)
Create a new instance of Restaurant. |
static RestaurantCategoryCode |
createRestaurantCategoryCode(Resource resource,
Model model)
Create a new instance of RestaurantCategoryCode. |
static RestaurantCategoryCode |
createRestaurantCategoryCode(String uri,
Model model)
Create a new instance of RestaurantCategoryCode. |
static RestaurantServiceInfo |
createRestaurantServiceInfo(Resource resource,
Model model)
Create a new instance of RestaurantServiceInfo. |
static RestaurantServiceInfo |
createRestaurantServiceInfo(String uri,
Model model)
Create a new instance of RestaurantServiceInfo. |
static SmokingCode |
createSmokingCode(Resource resource,
Model model)
Create a new instance of SmokingCode. |
static SmokingCode |
createSmokingCode(String uri,
Model model)
Create a new instance of SmokingCode. |
static ReservationCode |
getAcceptedReservations(Model model)
Get an AcceptedReservations individual. |
static AccessibilityCode |
getAccessibilityCode(Resource resource,
Model model)
Create a new instance of AccessibilityCode. |
static AccessibilityCode |
getAccessibilityCode(String uri,
Model model)
Create a new instance of AccessibilityCode. |
static FeatureCode |
getAdultEntertainment(Model model)
Get an AdultEntertainment individual. |
static CuisineCode |
getAfghanCuisine(Model model)
Get an AfghanCuisine individual. |
static CuisineCode |
getAfricanCuisine(Model model)
Get an AfricanCuisine individual. |
static AlcoholCode |
getAlcoholCode(Resource resource,
Model model)
Create a new instance of AlcoholCode. |
static AlcoholCode |
getAlcoholCode(String uri,
Model model)
Create a new instance of AlcoholCode. |
static List |
getAllAccessibilityCode(Model model)
Return an instance of AccessibilityCode for every resource in the model with rdf:Type http://www.ibspan.waw.pl/tss/Restaurant#AccessibilityCode |
static List |
getAllAlcoholCode(Model model)
Return an instance of AlcoholCode for every resource in the model with rdf:Type http://www.ibspan.waw.pl/tss/Restaurant#AlcoholCode |
static List |
getAllCuisineCode(Model model)
Return an instance of CuisineCode for every resource in the model with rdf:Type http://www.ibspan.waw.pl/tss/Restaurant#CuisineCode |
static List |
getAllDinerReview(Model model)
Return an instance of DinerReview for every resource in the model with rdf:Type http://www.ibspan.waw.pl/tss/Restaurant#DinerReview |
static List |
getAllDressCode(Model model)
Return an instance of DressCode for every resource in the model with rdf:Type http://www.ibspan.waw.pl/tss/Restaurant#DressCode |
static List |
getAllFeatureCode(Model model)
Return an instance of FeatureCode for every resource in the model with rdf:Type http://www.ibspan.waw.pl/tss/Restaurant#FeatureCode |
static List |
getAllParkingCode(Model model)
Return an instance of ParkingCode for every resource in the model with rdf:Type http://www.ibspan.waw.pl/tss/Restaurant#ParkingCode |
static FeatureCode |
getAllPurpose(Model model)
Get an AllPurpose individual. |
static RestaurantCategoryCode |
getAllPurposeRestaurant(Model model)
Get an AllPurposeRestaurant individual. |
static List |
getAllReservationCode(Model model)
Return an instance of ReservationCode for every resource in the model with rdf:Type http://www.ibspan.waw.pl/tss/Restaurant#ReservationCode |
static List |
getAllRestaurant(Model model)
Return an instance of Restaurant for every resource in the model with rdf:Type http://www.ibspan.waw.pl/tss/Restaurant#Restaurant |
static List |
getAllRestaurantCategoryCode(Model model)
Return an instance of RestaurantCategoryCode for every resource in the model with rdf:Type http://www.ibspan.waw.pl/tss/Restaurant#RestaurantCategoryCode |
static List |
getAllRestaurantServiceInfo(Model model)
Return an instance of RestaurantServiceInfo for every resource in the model with rdf:Type http://www.ibspan.waw.pl/tss/Restaurant#RestaurantServiceInfo |
static List |
getAllSmokingCode(Model model)
Return an instance of SmokingCode for every resource in the model with rdf:Type http://www.ibspan.waw.pl/tss/Restaurant#SmokingCode |
static CuisineCode |
getAmericanCuisine(Model model)
Get an AmericanCuisine individual. |
static CuisineCode |
getArgentineanCuisine(Model model)
Get an ArgentineanCuisine individual. |
static CuisineCode |
getArmenianCuisine(Model model)
Get an ArmenianCuisine individual. |
static CuisineCode |
getAsianCuisine(Model model)
Get an AsianCuisine individual. |
static CuisineCode |
getAustralianCuisine(Model model)
Get an AustralianCuisine individual. |
static CuisineCode |
getAustrianCuisine(Model model)
Get an AustrianCuisine individual. |
static CuisineCode |
getBagelsCuisine(Model model)
Get an BagelsCuisine individual. |
static CuisineCode |
getBakeryCuisine(Model model)
Get an BakeryCuisine individual. |
static CuisineCode |
getBarbecueCuisine(Model model)
Get an BarbecueCuisine individual. |
static CuisineCode |
getBarPubBreweryCuisine(Model model)
Get an BarPubBreweryCuisine individual. |
static CuisineCode |
getBasqueCuisine(Model model)
Get an BasqueCuisine individual. |
static FeatureCode |
getBeerTasting(Model model)
Get an BeerTasting individual. |
static FeatureCode |
getBeingYourOwnBeer(Model model)
Get an BeingYourOwnBeer individual. |
static FeatureCode |
getBeingYourOwnWine(Model model)
Get an BeingYourOwnWine individual. |
static CuisineCode |
getBelgianCuisine(Model model)
Get an BelgianCuisine individual. |
static FeatureCode |
getBeverage(Model model)
Get an Beverage individual. |
static RestaurantCategoryCode |
getBeverageRestaurant(Model model)
Get an BeverageRestaurant individual. |
static CuisineCode |
getBiologicalCuisine(Model model)
Get an BiologicalCuisine individual. |
static FeatureCode |
getBrailleMenu(Model model)
Get an BrailleMenu individual. |
static CuisineCode |
getBrasserieCuisine(Model model)
Get an BrasserieCuisine individual. |
static CuisineCode |
getBrazilianCuisine(Model model)
Get an BrazilianCuisine individual. |
static CuisineCode |
getBreakfastBrunchCuisine(Model model)
Get an BreakfastBrunchCuisine individual. |
static FeatureCode |
getBreakfastBuffet(Model model)
Get an BreakfastBuffet individual. |
static FeatureCode |
getBrewery(Model model)
Get an Brewery individual. |
static CuisineCode |
getBritishCuisine(Model model)
Get an BritishCuisine individual. |
static FeatureCode |
getBuffet(Model model)
Get an Buffet individual. |
static RestaurantCategoryCode |
getBuffetRestaurant(Model model)
Get an BuffetRestaurant individual. |
static RestaurantServiceInfo |
getBuffetRestaurantService(Model model)
Get an BuffetRestaurantService individual. |
static CuisineCode |
getBurgersCuisine(Model model)
Get an BurgersCuisine individual. |
static CuisineCode |
getBurmeseCuisine(Model model)
Get an BurmeseCuisine individual. |
static FeatureCode |
getCafe(Model model)
Get an Cafe individual. |
static CuisineCode |
getCafeCoffeeShopCuisine(Model model)
Get an CafeCoffeeShopCuisine individual. |
static RestaurantCategoryCode |
getCafeRestaurant(Model model)
Get an CafeRestaurant individual. |
static FeatureCode |
getCafeteria(Model model)
Get an Cafeteria individual. |
static CuisineCode |
getCafeteriaCuisine(Model model)
Get an CafeteriaCuisine individual. |
static RestaurantCategoryCode |
getCafeteriaRestaurant(Model model)
Get an CafeteriaRestaurant individual. |
static CuisineCode |
getCajunCreoleCuisine(Model model)
Get an CajunCreoleCuisine individual. |
static CuisineCode |
getCaliforniaCuisine(Model model)
Get an CaliforniaCuisine individual. |
static CuisineCode |
getCambodgianCuisine(Model model)
Get an CambodgianCuisine individual. |
static CuisineCode |
getCambodianCuisine(Model model)
Get an CambodianCuisine individual. |
static CuisineCode |
getCanadianCuisine(Model model)
Get an CanadianCuisine individual. |
static CuisineCode |
getCaribbeanCuisine(Model model)
Get an CaribbeanCuisine individual. |
static FeatureCode |
getCasual(Model model)
Get an Casual individual. |
static RestaurantServiceInfo |
getCasualDiningRestaurantService(Model model)
Get an CasualDiningRestaurantService individual. |
static DressCode |
getCasualDress(Model model)
Get an CasualDress individual. |
static RestaurantCategoryCode |
getCasualRestaurant(Model model)
Get an CasualRestaurant individual. |
static CuisineCode |
getCatalanCuisine(Model model)
Get an CatalanCuisine individual. |
static RestaurantServiceInfo |
getCateringRestaurantService(Model model)
Get an CateringRestaurantService individual. |
static CuisineCode |
getCentralEuropeanCuisine(Model model)
Get an CentralEuropeanCuisine individual. |
static FeatureCode |
getCertifiedKosher(Model model)
Get an CertifiedKosher individual. |
static CuisineCode |
getChileanCuisine(Model model)
Get an ChileanCuisine individual. |
static CuisineCode |
getChineseCuisine(Model model)
Get an ChineseCuisine individual. |
static CuisineCode |
getChopeHouseCuisine(Model model)
Get an ChopeHouseCuisine individual. |
static AccessibilityCode |
getCompletelyAccesible(Model model)
Get an CompletelyAccesible individual. |
static FeatureCode |
getConservatory(Model model)
Get an Conservatory individual. |
static CuisineCode |
getContemporaryCuisine(Model model)
Get an ContemporaryCuisine individual. |
static CuisineCode |
getContinentalEuropeanCusine(Model model)
Get an ContinentalEuropeanCusine individual. |
static RestaurantServiceInfo |
getCookedToOrderRestaurantService(Model model)
Get an CookedToOrderRestaurantService individual. |
static CuisineCode |
getCreoleCuisine(Model model)
Get an CreoleCuisine individual. |
static CuisineCode |
getCubanCuisine(Model model)
Get an CubanCuisine individual. |
static CuisineCode |
getCUICuisine(Model model)
Get an CUICuisine individual. |
static CuisineCode |
getCuisineCode(Resource resource,
Model model)
Create a new instance of CuisineCode. |
static CuisineCode |
getCuisineCode(String uri,
Model model)
Create a new instance of CuisineCode. |
static CuisineCode |
getDanishCuisine(Model model)
Get an DanishCuisine individual. |
static CuisineCode |
getDeliSandwichesCuisine(Model model)
Get an DeliSandwichesCuisine individual. |
static FeatureCode |
getDelivery(Model model)
Get an Delivery individual. |
static CuisineCode |
getDessertIceCreamCuisine(Model model)
Get an DessertIceCreamCuisine individual. |
static CuisineCode |
getDimSumCuisine(Model model)
Get an DimSumCuisine individual. |
static CuisineCode |
getDinerCuisine(Model model)
Get an DinerCuisine individual. |
static DinerReview |
getDinerReview(Resource resource,
Model model)
Create a new instance of DinerReview. |
static DinerReview |
getDinerReview(String uri,
Model model)
Create a new instance of DinerReview. |
static FeatureCode |
getDinnerBuffet(Model model)
Get an DinnerBuffet individual. |
static CuisineCode |
getDoughnutsCuisine(Model model)
Get an DoughnutsCuisine individual. |
static DressCode |
getDressCode(Resource resource,
Model model)
Create a new instance of DressCode. |
static DressCode |
getDressCode(String uri,
Model model)
Create a new instance of DressCode. |
static DressCode |
getDressyCasualDress(Model model)
Get an DressyCasualDress individual. |
static FeatureCode |
getDriveThrough(Model model)
Get an DriveThrough individual. |
static CuisineCode |
getDutchBelgianCuisine(Model model)
Get an DutchBelgianCuisine individual. |
static CuisineCode |
getEasternEuropeanCuisine(Model model)
Get an EasternEuropeanCuisine individual. |
static CuisineCode |
getEclecticCuisine(Model model)
Get an EclecticCuisine individual. |
static CuisineCode |
getEnglishCuisine(Model model)
Get an EnglishCuisine individual. |
static FeatureCode |
getEnglishLanguageMenu(Model model)
Get an EnglishLanguageMenu individual. |
static FeatureCode |
getEntertainment(Model model)
Get an Entertainment individual. |
static CuisineCode |
getEthiopianCuisine(Model model)
Get an EthiopianCuisine individual. |
static CuisineCode |
getEuropeanCuisine(Model model)
Get an EuropeanCuisine individual. |
static FeatureCode |
getExtensiveWineList(Model model)
Get an ExtensiveWineList individual. |
static FeatureCode |
getFamily(Model model)
Get an Family individual. |
static CuisineCode |
getFamilyCuisine(Model model)
Get an FamilyCuisine individual. |
static RestaurantCategoryCode |
getFamilyRestaurant(Model model)
Get an FamilyRestaurant individual. |
static FeatureCode |
getFastFood(Model model)
Get an FastFood individual. |
static CuisineCode |
getFastFoodCuisine(Model model)
Get an FastFoodCuisine individual. |
static RestaurantCategoryCode |
getFastFoodRestaurant(Model model)
Get an FastFoodRestaurant individual. |
static FeatureCode |
getFeatureCode(Resource resource,
Model model)
Create a new instance of FeatureCode. |
static FeatureCode |
getFeatureCode(String uri,
Model model)
Create a new instance of FeatureCode. |
static CuisineCode |
getFilipinoCuisine(Model model)
Get an FilipinoCuisine individual. |
static FeatureCode |
getFineDining(Model model)
Get an FineDining individual. |
static CuisineCode |
getFineDiningCuisine(Model model)
Get an FineDiningCuisine individual. |
static RestaurantCategoryCode |
getFineDiningRestaurant(Model model)
Get an FineDiningRestaurant individual. |
static RestaurantServiceInfo |
getFineDiningRestaurantService(Model model)
Get an FineDiningRestaurantService individual. |
static CuisineCode |
getFinnishCuisine(Model model)
Get an FinnishCuisine individual. |
static FeatureCode |
getFireplace(Model model)
Get an Fireplace individual. |
static CuisineCode |
getFishAndChipsCuisine(Model model)
Get an FishAndChipsCuisine individual. |
static FeatureCode |
getFixedPriceMealsAtDinn(Model model)
Get an FixedPriceMealsAtDinn individual. |
static FeatureCode |
getFixedPriceMealsAtLunc(Model model)
Get an FixedPriceMealsAtLunc individual. |
static DressCode |
getFormalDress(Model model)
Get an FormalDress individual. |
static DressCode |
getFormalRequiredDress(Model model)
Get an FormalRequiredDress individual. |
static AlcoholCode |
getFullBar(Model model)
Get an FullBar individual. |
static RestaurantServiceInfo |
getFullServiceRestaurantService(Model model)
Get an FullServiceRestaurantService individual. |
static CuisineCode |
getFusionCuisine(Model model)
Get an FusionCuisine individual. |
static CuisineCode |
getGameCuisine(Model model)
Get an GameCuisine individual. |
static CuisineCode |
getGermanCuisine(Model model)
Get an GermanCuisine individual. |
static CuisineCode |
getGreekCuisine(Model model)
Get an GreekCuisine individual. |
static FeatureCode |
getHalal(Model model)
Get an Halal individual. |
static CuisineCode |
getHamburgerCuisine(Model model)
Get an HamburgerCuisine individual. |
static CuisineCode |
getHawaiianCuisine(Model model)
Get an HawaiianCuisine individual. |
static CuisineCode |
getHotDogsCuisine(Model model)
Get an HotDogsCuisine individual. |
static CuisineCode |
getHungarianCuisine(Model model)
Get an HungarianCuisine individual. |
static CuisineCode |
getIcecreamParlourCuis(Model model)
Get an IcecreamParlourCuis individual. |
static CuisineCode |
getIndianCuisine(Model model)
Get an IndianCuisine individual. |
static CuisineCode |
getIndianPakistaniCuis(Model model)
Get an IndianPakistaniCuis individual. |
static CuisineCode |
getIndigenousCuisine(Model model)
Get an IndigenousCuisine individual. |
static CuisineCode |
getIndonesianCuisine(Model model)
Get an IndonesianCuisine individual. |
static CuisineCode |
getInternationalCuisin(Model model)
Get an InternationalCuisin individual. |
static FeatureCode |
getInternetAccess(Model model)
Get an InternetAccess individual. |
static CuisineCode |
getIrishCuisine(Model model)
Get an IrishCuisine individual. |
static CuisineCode |
getIsraeliCuisine(Model model)
Get an IsraeliCuisine individual. |
static CuisineCode |
getItalianCuisine(Model model)
Get an ItalianCuisine individual. |
static CuisineCode |
getJamaicanCuisine(Model model)
Get an JamaicanCuisine individual. |
static CuisineCode |
getJapaneseCuisine(Model model)
Get an JapaneseCuisine individual. |
static CuisineCode |
getJewishCuisine(Model model)
Get an JewishCuisine individual. |
static CuisineCode |
getJuiceCuisine(Model model)
Get an JuiceCuisine individual. |
static FeatureCode |
getKidFriendly(Model model)
Get an KidFriendly individual. |
static FeatureCode |
getKids(Model model)
Get an Kids individual. |
static FeatureCode |
getKiosk(Model model)
Get an Kiosk individual. |
static RestaurantCategoryCode |
getKioskRestaurant(Model model)
Get an KioskRestaurant individual. |
static CuisineCode |
getKoreanCuisine(Model model)
Get an KoreanCuisine individual. |
static CuisineCode |
getKosherCuisine(Model model)
Get an KosherCuisine individual. |
static FeatureCode |
getLargeGroupsOk(Model model)
Get an LargeGroupsOk individual. |
static ReservationCode |
getLargeGroupsOnlyReservations(Model model)
Get an LargeGroupsOnlyReservations individual. |
static FeatureCode |
getLargePrintMenu(Model model)
Get an LargePrintMenu individual. |
static CuisineCode |
getLatinAmericanCuisine(Model model)
Get an LatinAmericanCuisine individual. |
static CuisineCode |
getLebaneseCuisine(Model model)
Get an LebaneseCuisine individual. |
static FeatureCode |
getLunchBuffet(Model model)
Get an LunchBuffet individual. |
static CuisineCode |
getMalaysianCuisine(Model model)
Get an MalaysianCuisine individual. |
static RestaurantServiceInfo |
getMealsToGoRestaurantService(Model model)
Get an MealsToGoRestaurantService individual. |
static CuisineCode |
getMediterraneanCuisine(Model model)
Get an MediterraneanCuisine individual. |
static CuisineCode |
getMexicanCuisine(Model model)
Get an MexicanCuisine individual. |
static CuisineCode |
getMiddleEasternCuisine(Model model)
Get an MiddleEasternCuisine individual. |
static FeatureCode |
getMinorsNotAllowed(Model model)
Get an MinorsNotAllowed individual. |
static CuisineCode |
getModernEuropeanCuisine(Model model)
Get an ModernEuropeanCuisine individual. |
static CuisineCode |
getMongolianCuisine(Model model)
Get an MongolianCuisine individual. |
static CuisineCode |
getMoroccanCuisine(Model model)
Get an MoroccanCuisine individual. |
static CuisineCode |
getNepaleseCuisine(Model model)
Get an NepaleseCuisine individual. |
static FeatureCode |
getNiceView(Model model)
Get an NiceView individual. |
static AlcoholCode |
getNoAlcoholServed(Model model)
Get an NoAlcoholServed individual. |
static ParkingCode |
getNoLocalParking(Model model)
Get an NoLocalParking individual. |
static CuisineCode |
getNorthAfricanCuisine(Model model)
Get an NorthAfricanCuisine individual. |
static CuisineCode |
getNorthAmericanCuisine(Model model)
Get an NorthAmericanCuisine individual. |
static ReservationCode |
getNotAcceptedReservations(Model model)
Get an NotAcceptedReservations individual. |
static AccessibilityCode |
getNotAccessible(Model model)
Get an NotAccessible individual. |
static SmokingCode |
getNotPermittedSmoking(Model model)
Get an NotPermittedSmoking individual. |
static FeatureCode |
getOffsiteCatering(Model model)
Get an OffsiteCatering individual. |
static SmokingCode |
getOnlyAtBarSmoking(Model model)
Get an OnlyAtBarSmoking individual. |
static CuisineCode |
getOrganicHealthyCuisine(Model model)
Get an OrganicHealthyCuisine individual. |
static CuisineCode |
getOtherCuisine(Model model)
Get an OtherCuisine individual. |
static FeatureCode |
getOutdoor(Model model)
Get an Outdoor individual. |
static ParkingCode |
getOwnParkingLot(Model model)
Get an OwnParkingLot individual. |
static CuisineCode |
getPacificNorthwestCuisine(Model model)
Get an PacificNorthwestCuisine individual. |
static CuisineCode |
getPacificRimCuisine(Model model)
Get an PacificRimCuisine individual. |
static CuisineCode |
getPanPacificCuisine(Model model)
Get an PanPacificCuisine individual. |
static ParkingCode |
getParkingCode(Resource resource,
Model model)
Create a new instance of ParkingCode. |
static ParkingCode |
getParkingCode(String uri,
Model model)
Create a new instance of ParkingCode. |
static AccessibilityCode |
getPartiallyAccessible(Model model)
Get an PartiallyAccessible individual. |
static ParkingCode |
getPayParking(Model model)
Get an PayParking individual. |
static SmokingCode |
getPermittedSmoking(Model model)
Get an PermittedSmoking individual. |
static CuisineCode |
getPersianCuisine(Model model)
Get an PersianCuisine individual. |
static CuisineCode |
getPeruvianCuisine(Model model)
Get an PeruvianCuisine individual. |
static FeatureCode |
getPhoneAheadSeating(Model model)
Get an PhoneAheadSeating individual. |
static CuisineCode |
getPizzaCuisine(Model model)
Get an PizzaCuisine individual. |
static CuisineCode |
getPolishCuisine(Model model)
Get an PolishCuisine individual. |
static CuisineCode |
getPolynesianCuisine(Model model)
Get an PolynesianCuisine individual. |
static CuisineCode |
getPortugueseCuisine(Model model)
Get an PortugueseCuisine individual. |
static FeatureCode |
getPrivateParties(Model model)
Get an PrivateParties individual. |
static FeatureCode |
getPrivateRoomAvailable(Model model)
Get an PrivateRoomAvailable individual. |
static ParkingCode |
getPublicTransitAccessible(Model model)
Get an PublicTransitAccessible individual. |
static ReservationCode |
getRecommendedReservations(Model model)
Get an RecommendedReservations individual. |
static CuisineCode |
getRegionalCuisine(Model model)
Get an RegionalCuisine individual. |
static ReservationCode |
getRequiredReservations(Model model)
Get an RequiredReservations individual. |
static ReservationCode |
getReservationCode(Resource resource,
Model model)
Create a new instance of ReservationCode. |
static ReservationCode |
getReservationCode(String uri,
Model model)
Create a new instance of ReservationCode. |
static Restaurant |
getRestaurant(Resource resource,
Model model)
Create a new instance of Restaurant. |
static Restaurant |
getRestaurant(String uri,
Model model)
Create a new instance of Restaurant. |
static RestaurantCategoryCode |
getRestaurantCategoryCode(Resource resource,
Model model)
Create a new instance of RestaurantCategoryCode. |
static RestaurantCategoryCode |
getRestaurantCategoryCode(String uri,
Model model)
Create a new instance of RestaurantCategoryCode. |
static RestaurantServiceInfo |
getRestaurantServiceInfo(Resource resource,
Model model)
Create a new instance of RestaurantServiceInfo. |
static RestaurantServiceInfo |
getRestaurantServiceInfo(String uri,
Model model)
Create a new instance of RestaurantServiceInfo. |
static CuisineCode |
getReunionCuisine(Model model)
Get an ReunionCuisine individual. |
static CuisineCode |
getRomanianCuisine(Model model)
Get an RomanianCuisine individual. |
static RestaurantServiceInfo |
getRoomServiceRestaurantService(Model model)
Get an RoomServiceRestaurantService individual. |
static CuisineCode |
getRussianCuisine(Model model)
Get an RussianCuisine individual. |
static CuisineCode |
getRussianUkrainianCuisine(Model model)
Get an RussianUkrainianCuisine individual. |
static CuisineCode |
getSaharanCuisine(Model model)
Get an SaharanCuisine individual. |
static FeatureCode |
getSaladBar(Model model)
Get an SaladBar individual. |
static CuisineCode |
getSandwichesCuisine(Model model)
Get an SandwichesCuisine individual. |
static CuisineCode |
getSardinianCuisine(Model model)
Get an SardinianCuisine individual. |
static CuisineCode |
getScandinavianCuisine(Model model)
Get an ScandinavianCuisine individual. |
static CuisineCode |
getScottishCuisine(Model model)
Get an ScottishCuisine individual. |
static CuisineCode |
getSeafoodCuisine(Model model)
Get an SeafoodCuisine individual. |
static SmokingCode |
getSectionSmoking(Model model)
Get an SectionSmoking individual. |
static RestaurantServiceInfo |
getSelfServiceRestaurantService(Model model)
Get an SelfServiceRestaurantService individual. |
static FeatureCode |
getSenorMenu(Model model)
Get an SenorMenu individual. |
static CuisineCode |
getSeychellesCuisine(Model model)
Get an SeychellesCuisine individual. |
static SmokingCode |
getSmokingCode(Resource resource,
Model model)
Create a new instance of SmokingCode. |
static SmokingCode |
getSmokingCode(String uri,
Model model)
Create a new instance of SmokingCode. |
static CuisineCode |
getSoulFoodCuisine(Model model)
Get an SoulFoodCuisine individual. |
static CuisineCode |
getSoupCuisine(Model model)
Get an SoupCuisine individual. |
static CuisineCode |
getSouthAmericanCuisine(Model model)
Get an SouthAmericanCuisine individual. |
static CuisineCode |
getSoutheastAsianCuisine(Model model)
Get an SoutheastAsianCuisine individual. |
static CuisineCode |
getSouthernCuisine(Model model)
Get an SouthernCuisine individual. |
static CuisineCode |
getSouthwesternCuisine(Model model)
Get an SouthwesternCuisine individual. |
static CuisineCode |
getSpanishCuisine(Model model)
Get an SpanishCuisine individual. |
static RestaurantServiceInfo |
getSpecialMealServicesRestaurantService(Model model)
Get an SpecialMealServicesRestaurantService individual. |
static CuisineCode |
getSteakHousesCuisine(Model model)
Get an SteakHousesCuisine individual. |
static CuisineCode |
getSteaksCuisine(Model model)
Get an SteaksCuisine individual. |
static ParkingCode |
getStreetParking(Model model)
Get an StreetParking individual. |
static CuisineCode |
getSudaneseCuisine(Model model)
Get an SudaneseCuisine individual. |
static FeatureCode |
getSundayBrunch(Model model)
Get an SundayBrunch individual. |
static CuisineCode |
getSushiCuisine(Model model)
Get an SushiCuisine individual. |
static CuisineCode |
getSwedishCuisine(Model model)
Get an SwedishCuisine individual. |
static CuisineCode |
getSwissCuisine(Model model)
Get an SwissCuisine individual. |
static FeatureCode |
getTakeout(Model model)
Get an Takeout individual. |
static RestaurantCategoryCode |
getTakeOutRestaurant(Model model)
Get an TakeOutRestaurant individual. |
static RestaurantServiceInfo |
getTakeOutRestaurantService(Model model)
Get an TakeOutRestaurantService individual. |
static CuisineCode |
getTapasCuisine(Model model)
Get an TapasCuisine individual. |
static FeatureCode |
getTastingMenu(Model model)
Get an TastingMenu individual. |
static CuisineCode |
getTeaHouseCuisine(Model model)
Get an TeaHouseCuisine individual. |
static CuisineCode |
getTexNexCuisine(Model model)
Get an TexNexCuisine individual. |
static CuisineCode |
getThaiCuisine(Model model)
Get an ThaiCuisine individual. |
static com.ibm.adtech.jastor.Thing |
getThing(Resource res,
Model model)
Returns an instance of an interface for the given Resource. |
static com.ibm.adtech.jastor.Thing |
getThing(String uri,
Model model)
Returns an instance of an interface for the given Resource URI. |
static CuisineCode |
getTibetanCuisine(Model model)
Get an TibetanCuisine individual. |
static CuisineCode |
getTrendyCuisine(Model model)
Get an TrendyCuisine individual. |
static CuisineCode |
getTunisianCuisine(Model model)
Get an TunisianCuisine individual. |
static CuisineCode |
getTurkishCuisine(Model model)
Get an TurkishCuisine individual. |
static AccessibilityCode |
getUnknownAccessible(Model model)
Get an UnknownAccessible individual. |
static AlcoholCode |
getUnknownAlkohol(Model model)
Get an UnknownAlkohol individual. |
static DressCode |
getUnknownDress(Model model)
Get an UnknownDress individual. |
static ReservationCode |
getUnknownReseravations(Model model)
Get an UnknownReseravations individual. |
static SmokingCode |
getUnknownSmoking(Model model)
Get an UnknownSmoking individual. |
static FeatureCode |
getUpscale(Model model)
Get an Upscale individual. |
static RestaurantCategoryCode |
getUpscaleRestaurant(Model model)
Get an UpscaleRestaurant individual. |
static ParkingCode |
getValetParking(Model model)
Get an ValetParking individual. |
static FeatureCode |
getVeganDishes(Model model)
Get an VeganDishes individual. |
static FeatureCode |
getVeganMenu(Model model)
Get an VeganMenu individual. |
static CuisineCode |
getVegetarianCuisine(Model model)
Get an VegetarianCuisine individual. |
static FeatureCode |
getVegetarianDishes(Model model)
Get an VegetarianDishes individual. |
static FeatureCode |
getVegetarianMenu(Model model)
Get an VegetarianMenu individual. |
static CuisineCode |
getVietnameseCuisine(Model model)
Get an VietnameseCuisine individual. |
static AlcoholCode |
getWineBeer(Model model)
Get an WineBeer individual. |
static FeatureCode |
getWineList(Model model)
Get an WineList individual. |
static FeatureCode |
getWinery(Model model)
Get an Winery individual. |
static FeatureCode |
getWineTasting(Model model)
Get an WineTasting individual. |
static List |
listCompatibleInterfaces(Resource type)
Return a list of compatible interfaces for the given type. |
Methods inherited from class com.ibm.adtech.jastor.ThingFactory |
---|
clearCache, clearCaches, createThing, createThing, registerThing |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RestaurantFactory()
Method Detail |
---|
public static DressCode createDressCode(Resource resource, Model model) throws com.ibm.adtech.jastor.JastorException
resource
- The resource of the DressCodemodel
- the Jena Model.
com.ibm.adtech.jastor.JastorException
public static DressCode createDressCode(String uri, Model model) throws com.ibm.adtech.jastor.JastorException
uri
- The uri of the DressCodemodel
- the Jena Model.
com.ibm.adtech.jastor.JastorException
public static DressCode getDressCode(String uri, Model model) throws com.ibm.adtech.jastor.JastorException
uri
- The uri of the DressCodemodel
- the Jena Model.
com.ibm.adtech.jastor.JastorException
public static DressCode getDressCode(Resource resource, Model model) throws com.ibm.adtech.jastor.JastorException
resource
- The resource of the DressCodemodel
- the Jena Model.
com.ibm.adtech.jastor.JastorException
public static DressCode getFormalDress(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static DressCode getDressyCasualDress(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static DressCode getCasualDress(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static DressCode getFormalRequiredDress(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static DressCode getUnknownDress(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static List getAllDressCode(Model model) throws com.ibm.adtech.jastor.JastorException
model
- the Jena Model
com.ibm.adtech.jastor.JastorException
public static AccessibilityCode createAccessibilityCode(Resource resource, Model model) throws com.ibm.adtech.jastor.JastorException
resource
- The resource of the AccessibilityCodemodel
- the Jena Model.
com.ibm.adtech.jastor.JastorException
public static AccessibilityCode createAccessibilityCode(String uri, Model model) throws com.ibm.adtech.jastor.JastorException
uri
- The uri of the AccessibilityCodemodel
- the Jena Model.
com.ibm.adtech.jastor.JastorException
public static AccessibilityCode getAccessibilityCode(String uri, Model model) throws com.ibm.adtech.jastor.JastorException
uri
- The uri of the AccessibilityCodemodel
- the Jena Model.
com.ibm.adtech.jastor.JastorException
public static AccessibilityCode getAccessibilityCode(Resource resource, Model model) throws com.ibm.adtech.jastor.JastorException
resource
- The resource of the AccessibilityCodemodel
- the Jena Model.
com.ibm.adtech.jastor.JastorException
public static AccessibilityCode getPartiallyAccessible(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static AccessibilityCode getCompletelyAccesible(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static AccessibilityCode getUnknownAccessible(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static AccessibilityCode getNotAccessible(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static List getAllAccessibilityCode(Model model) throws com.ibm.adtech.jastor.JastorException
model
- the Jena Model
com.ibm.adtech.jastor.JastorException
public static DinerReview createDinerReview(Resource resource, Model model) throws com.ibm.adtech.jastor.JastorException
resource
- The resource of the DinerReviewmodel
- the Jena Model.
com.ibm.adtech.jastor.JastorException
public static DinerReview createDinerReview(String uri, Model model) throws com.ibm.adtech.jastor.JastorException
uri
- The uri of the DinerReviewmodel
- the Jena Model.
com.ibm.adtech.jastor.JastorException
public static DinerReview getDinerReview(String uri, Model model) throws com.ibm.adtech.jastor.JastorException
uri
- The uri of the DinerReviewmodel
- the Jena Model.
com.ibm.adtech.jastor.JastorException
public static DinerReview getDinerReview(Resource resource, Model model) throws com.ibm.adtech.jastor.JastorException
resource
- The resource of the DinerReviewmodel
- the Jena Model.
com.ibm.adtech.jastor.JastorException
public static List getAllDinerReview(Model model) throws com.ibm.adtech.jastor.JastorException
model
- the Jena Model
com.ibm.adtech.jastor.JastorException
public static ReservationCode createReservationCode(Resource resource, Model model) throws com.ibm.adtech.jastor.JastorException
resource
- The resource of the ReservationCodemodel
- the Jena Model.
com.ibm.adtech.jastor.JastorException
public static ReservationCode createReservationCode(String uri, Model model) throws com.ibm.adtech.jastor.JastorException
uri
- The uri of the ReservationCodemodel
- the Jena Model.
com.ibm.adtech.jastor.JastorException
public static ReservationCode getReservationCode(String uri, Model model) throws com.ibm.adtech.jastor.JastorException
uri
- The uri of the ReservationCodemodel
- the Jena Model.
com.ibm.adtech.jastor.JastorException
public static ReservationCode getReservationCode(Resource resource, Model model) throws com.ibm.adtech.jastor.JastorException
resource
- The resource of the ReservationCodemodel
- the Jena Model.
com.ibm.adtech.jastor.JastorException
public static ReservationCode getRequiredReservations(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static ReservationCode getLargeGroupsOnlyReservations(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static ReservationCode getRecommendedReservations(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static ReservationCode getAcceptedReservations(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static ReservationCode getUnknownReseravations(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static ReservationCode getNotAcceptedReservations(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static List getAllReservationCode(Model model) throws com.ibm.adtech.jastor.JastorException
model
- the Jena Model
com.ibm.adtech.jastor.JastorException
public static AlcoholCode createAlcoholCode(Resource resource, Model model) throws com.ibm.adtech.jastor.JastorException
resource
- The resource of the AlcoholCodemodel
- the Jena Model.
com.ibm.adtech.jastor.JastorException
public static AlcoholCode createAlcoholCode(String uri, Model model) throws com.ibm.adtech.jastor.JastorException
uri
- The uri of the AlcoholCodemodel
- the Jena Model.
com.ibm.adtech.jastor.JastorException
public static AlcoholCode getAlcoholCode(String uri, Model model) throws com.ibm.adtech.jastor.JastorException
uri
- The uri of the AlcoholCodemodel
- the Jena Model.
com.ibm.adtech.jastor.JastorException
public static AlcoholCode getAlcoholCode(Resource resource, Model model) throws com.ibm.adtech.jastor.JastorException
resource
- The resource of the AlcoholCodemodel
- the Jena Model.
com.ibm.adtech.jastor.JastorException
public static AlcoholCode getWineBeer(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static AlcoholCode getNoAlcoholServed(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static AlcoholCode getUnknownAlkohol(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static AlcoholCode getFullBar(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static List getAllAlcoholCode(Model model) throws com.ibm.adtech.jastor.JastorException
model
- the Jena Model
com.ibm.adtech.jastor.JastorException
public static RestaurantCategoryCode createRestaurantCategoryCode(Resource resource, Model model) throws com.ibm.adtech.jastor.JastorException
resource
- The resource of the RestaurantCategoryCodemodel
- the Jena Model.
com.ibm.adtech.jastor.JastorException
public static RestaurantCategoryCode createRestaurantCategoryCode(String uri, Model model) throws com.ibm.adtech.jastor.JastorException
uri
- The uri of the RestaurantCategoryCodemodel
- the Jena Model.
com.ibm.adtech.jastor.JastorException
public static RestaurantCategoryCode getRestaurantCategoryCode(String uri, Model model) throws com.ibm.adtech.jastor.JastorException
uri
- The uri of the RestaurantCategoryCodemodel
- the Jena Model.
com.ibm.adtech.jastor.JastorException
public static RestaurantCategoryCode getRestaurantCategoryCode(Resource resource, Model model) throws com.ibm.adtech.jastor.JastorException
resource
- The resource of the RestaurantCategoryCodemodel
- the Jena Model.
com.ibm.adtech.jastor.JastorException
public static RestaurantCategoryCode getUpscaleRestaurant(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static RestaurantCategoryCode getAllPurposeRestaurant(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static RestaurantCategoryCode getTakeOutRestaurant(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static RestaurantCategoryCode getCasualRestaurant(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static RestaurantCategoryCode getBeverageRestaurant(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static RestaurantCategoryCode getCafeteriaRestaurant(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static RestaurantCategoryCode getFineDiningRestaurant(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static RestaurantCategoryCode getKioskRestaurant(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static RestaurantCategoryCode getFamilyRestaurant(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static RestaurantCategoryCode getCafeRestaurant(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static RestaurantCategoryCode getFastFoodRestaurant(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static RestaurantCategoryCode getBuffetRestaurant(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static List getAllRestaurantCategoryCode(Model model) throws com.ibm.adtech.jastor.JastorException
model
- the Jena Model
com.ibm.adtech.jastor.JastorException
public static ParkingCode createParkingCode(Resource resource, Model model) throws com.ibm.adtech.jastor.JastorException
resource
- The resource of the ParkingCodemodel
- the Jena Model.
com.ibm.adtech.jastor.JastorException
public static ParkingCode createParkingCode(String uri, Model model) throws com.ibm.adtech.jastor.JastorException
uri
- The uri of the ParkingCodemodel
- the Jena Model.
com.ibm.adtech.jastor.JastorException
public static ParkingCode getParkingCode(String uri, Model model) throws com.ibm.adtech.jastor.JastorException
uri
- The uri of the ParkingCodemodel
- the Jena Model.
com.ibm.adtech.jastor.JastorException
public static ParkingCode getParkingCode(Resource resource, Model model) throws com.ibm.adtech.jastor.JastorException
resource
- The resource of the ParkingCodemodel
- the Jena Model.
com.ibm.adtech.jastor.JastorException
public static ParkingCode getOwnParkingLot(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static ParkingCode getStreetParking(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static ParkingCode getPublicTransitAccessible(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static ParkingCode getNoLocalParking(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static ParkingCode getValetParking(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static ParkingCode getPayParking(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static List getAllParkingCode(Model model) throws com.ibm.adtech.jastor.JastorException
model
- the Jena Model
com.ibm.adtech.jastor.JastorException
public static Restaurant createRestaurant(Resource resource, Model model) throws com.ibm.adtech.jastor.JastorException
resource
- The resource of the Restaurantmodel
- the Jena Model.
com.ibm.adtech.jastor.JastorException
public static Restaurant createRestaurant(String uri, Model model) throws com.ibm.adtech.jastor.JastorException
uri
- The uri of the Restaurantmodel
- the Jena Model.
com.ibm.adtech.jastor.JastorException
public static Restaurant getRestaurant(String uri, Model model) throws com.ibm.adtech.jastor.JastorException
uri
- The uri of the Restaurantmodel
- the Jena Model.
com.ibm.adtech.jastor.JastorException
public static Restaurant getRestaurant(Resource resource, Model model) throws com.ibm.adtech.jastor.JastorException
resource
- The resource of the Restaurantmodel
- the Jena Model.
com.ibm.adtech.jastor.JastorException
public static List getAllRestaurant(Model model) throws com.ibm.adtech.jastor.JastorException
model
- the Jena Model
com.ibm.adtech.jastor.JastorException
public static SmokingCode createSmokingCode(Resource resource, Model model) throws com.ibm.adtech.jastor.JastorException
resource
- The resource of the SmokingCodemodel
- the Jena Model.
com.ibm.adtech.jastor.JastorException
public static SmokingCode createSmokingCode(String uri, Model model) throws com.ibm.adtech.jastor.JastorException
uri
- The uri of the SmokingCodemodel
- the Jena Model.
com.ibm.adtech.jastor.JastorException
public static SmokingCode getSmokingCode(String uri, Model model) throws com.ibm.adtech.jastor.JastorException
uri
- The uri of the SmokingCodemodel
- the Jena Model.
com.ibm.adtech.jastor.JastorException
public static SmokingCode getSmokingCode(Resource resource, Model model) throws com.ibm.adtech.jastor.JastorException
resource
- The resource of the SmokingCodemodel
- the Jena Model.
com.ibm.adtech.jastor.JastorException
public static SmokingCode getNotPermittedSmoking(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static SmokingCode getSectionSmoking(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static SmokingCode getOnlyAtBarSmoking(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static SmokingCode getUnknownSmoking(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static SmokingCode getPermittedSmoking(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static List getAllSmokingCode(Model model) throws com.ibm.adtech.jastor.JastorException
model
- the Jena Model
com.ibm.adtech.jastor.JastorException
public static FeatureCode createFeatureCode(Resource resource, Model model) throws com.ibm.adtech.jastor.JastorException
resource
- The resource of the FeatureCodemodel
- the Jena Model.
com.ibm.adtech.jastor.JastorException
public static FeatureCode createFeatureCode(String uri, Model model) throws com.ibm.adtech.jastor.JastorException
uri
- The uri of the FeatureCodemodel
- the Jena Model.
com.ibm.adtech.jastor.JastorException
public static FeatureCode getFeatureCode(String uri, Model model) throws com.ibm.adtech.jastor.JastorException
uri
- The uri of the FeatureCodemodel
- the Jena Model.
com.ibm.adtech.jastor.JastorException
public static FeatureCode getFeatureCode(Resource resource, Model model) throws com.ibm.adtech.jastor.JastorException
resource
- The resource of the FeatureCodemodel
- the Jena Model.
com.ibm.adtech.jastor.JastorException
public static FeatureCode getTakeout(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static FeatureCode getFineDining(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static FeatureCode getBreakfastBuffet(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static FeatureCode getFixedPriceMealsAtLunc(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static FeatureCode getPrivateParties(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static FeatureCode getSundayBrunch(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static FeatureCode getKids(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static FeatureCode getLargePrintMenu(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static FeatureCode getPrivateRoomAvailable(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static FeatureCode getKiosk(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static FeatureCode getDinnerBuffet(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static FeatureCode getFastFood(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static FeatureCode getLargeGroupsOk(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static FeatureCode getVegetarianMenu(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static FeatureCode getNiceView(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static FeatureCode getBrewery(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static FeatureCode getHalal(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static FeatureCode getUpscale(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static FeatureCode getFixedPriceMealsAtDinn(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static FeatureCode getBeingYourOwnWine(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static FeatureCode getOutdoor(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static FeatureCode getExtensiveWineList(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static FeatureCode getPhoneAheadSeating(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static FeatureCode getCafeteria(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static FeatureCode getWineTasting(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static FeatureCode getBeverage(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static FeatureCode getVeganDishes(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static FeatureCode getFireplace(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static FeatureCode getWineList(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static FeatureCode getCertifiedKosher(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static FeatureCode getSaladBar(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static FeatureCode getAdultEntertainment(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static FeatureCode getDriveThrough(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static FeatureCode getSenorMenu(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static FeatureCode getBeingYourOwnBeer(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static FeatureCode getBrailleMenu(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static FeatureCode getMinorsNotAllowed(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static FeatureCode getEntertainment(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static FeatureCode getAllPurpose(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static FeatureCode getCasual(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static FeatureCode getOffsiteCatering(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static FeatureCode getVegetarianDishes(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static FeatureCode getWinery(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static FeatureCode getInternetAccess(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static FeatureCode getEnglishLanguageMenu(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static FeatureCode getCafe(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static FeatureCode getBuffet(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static FeatureCode getLunchBuffet(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static FeatureCode getFamily(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static FeatureCode getKidFriendly(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static FeatureCode getVeganMenu(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static FeatureCode getDelivery(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static FeatureCode getConservatory(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static FeatureCode getTastingMenu(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static FeatureCode getBeerTasting(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static List getAllFeatureCode(Model model) throws com.ibm.adtech.jastor.JastorException
model
- the Jena Model
com.ibm.adtech.jastor.JastorException
public static RestaurantServiceInfo createRestaurantServiceInfo(Resource resource, Model model) throws com.ibm.adtech.jastor.JastorException
resource
- The resource of the RestaurantServiceInfomodel
- the Jena Model.
com.ibm.adtech.jastor.JastorException
public static RestaurantServiceInfo createRestaurantServiceInfo(String uri, Model model) throws com.ibm.adtech.jastor.JastorException
uri
- The uri of the RestaurantServiceInfomodel
- the Jena Model.
com.ibm.adtech.jastor.JastorException
public static RestaurantServiceInfo getRestaurantServiceInfo(String uri, Model model) throws com.ibm.adtech.jastor.JastorException
uri
- The uri of the RestaurantServiceInfomodel
- the Jena Model.
com.ibm.adtech.jastor.JastorException
public static RestaurantServiceInfo getRestaurantServiceInfo(Resource resource, Model model) throws com.ibm.adtech.jastor.JastorException
resource
- The resource of the RestaurantServiceInfomodel
- the Jena Model.
com.ibm.adtech.jastor.JastorException
public static RestaurantServiceInfo getBuffetRestaurantService(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static RestaurantServiceInfo getCasualDiningRestaurantService(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static RestaurantServiceInfo getFineDiningRestaurantService(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static RestaurantServiceInfo getMealsToGoRestaurantService(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static RestaurantServiceInfo getTakeOutRestaurantService(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static RestaurantServiceInfo getFullServiceRestaurantService(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static RestaurantServiceInfo getRoomServiceRestaurantService(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static RestaurantServiceInfo getSelfServiceRestaurantService(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static RestaurantServiceInfo getCateringRestaurantService(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static RestaurantServiceInfo getSpecialMealServicesRestaurantService(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static RestaurantServiceInfo getCookedToOrderRestaurantService(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static List getAllRestaurantServiceInfo(Model model) throws com.ibm.adtech.jastor.JastorException
model
- the Jena Model
com.ibm.adtech.jastor.JastorException
public static CuisineCode createCuisineCode(Resource resource, Model model) throws com.ibm.adtech.jastor.JastorException
resource
- The resource of the CuisineCodemodel
- the Jena Model.
com.ibm.adtech.jastor.JastorException
public static CuisineCode createCuisineCode(String uri, Model model) throws com.ibm.adtech.jastor.JastorException
uri
- The uri of the CuisineCodemodel
- the Jena Model.
com.ibm.adtech.jastor.JastorException
public static CuisineCode getCuisineCode(String uri, Model model) throws com.ibm.adtech.jastor.JastorException
uri
- The uri of the CuisineCodemodel
- the Jena Model.
com.ibm.adtech.jastor.JastorException
public static CuisineCode getCuisineCode(Resource resource, Model model) throws com.ibm.adtech.jastor.JastorException
resource
- The resource of the CuisineCodemodel
- the Jena Model.
com.ibm.adtech.jastor.JastorException
public static CuisineCode getSwissCuisine(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static CuisineCode getSoulFoodCuisine(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static CuisineCode getJapaneseCuisine(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static CuisineCode getSouthernCuisine(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static CuisineCode getCUICuisine(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static CuisineCode getArgentineanCuisine(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static CuisineCode getChileanCuisine(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static CuisineCode getBrasserieCuisine(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static CuisineCode getRussianUkrainianCuisine(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static CuisineCode getThaiCuisine(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static CuisineCode getSpanishCuisine(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static CuisineCode getSouthAmericanCuisine(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static CuisineCode getMediterraneanCuisine(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static CuisineCode getScandinavianCuisine(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static CuisineCode getDimSumCuisine(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static CuisineCode getEclecticCuisine(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static CuisineCode getIrishCuisine(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static CuisineCode getCanadianCuisine(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static CuisineCode getHotDogsCuisine(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static CuisineCode getSushiCuisine(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static CuisineCode getTexNexCuisine(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static CuisineCode getKosherCuisine(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static CuisineCode getArmenianCuisine(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static CuisineCode getSandwichesCuisine(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static CuisineCode getPeruvianCuisine(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static CuisineCode getBagelsCuisine(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static CuisineCode getCambodianCuisine(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static CuisineCode getSardinianCuisine(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static CuisineCode getIndianCuisine(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static CuisineCode getFusionCuisine(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static CuisineCode getCaliforniaCuisine(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static CuisineCode getScottishCuisine(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static CuisineCode getCatalanCuisine(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static CuisineCode getCreoleCuisine(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static CuisineCode getCafeteriaCuisine(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static CuisineCode getLatinAmericanCuisine(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static CuisineCode getCafeCoffeeShopCuisine(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static CuisineCode getSaharanCuisine(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static CuisineCode getBurgersCuisine(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static CuisineCode getContemporaryCuisine(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static CuisineCode getMoroccanCuisine(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static CuisineCode getFastFoodCuisine(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static CuisineCode getSwedishCuisine(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static CuisineCode getTeaHouseCuisine(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static CuisineCode getHungarianCuisine(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static CuisineCode getBarPubBreweryCuisine(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static CuisineCode getBritishCuisine(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static CuisineCode getGameCuisine(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static CuisineCode getCambodgianCuisine(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static CuisineCode getAsianCuisine(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static CuisineCode getNorthAmericanCuisine(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static CuisineCode getAmericanCuisine(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static CuisineCode getVegetarianCuisine(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static CuisineCode getDoughnutsCuisine(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static CuisineCode getHawaiianCuisine(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static CuisineCode getBurmeseCuisine(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static CuisineCode getFilipinoCuisine(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static CuisineCode getBreakfastBrunchCuisine(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static CuisineCode getItalianCuisine(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static CuisineCode getIcecreamParlourCuis(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static CuisineCode getOrganicHealthyCuisine(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static CuisineCode getCajunCreoleCuisine(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static CuisineCode getBrazilianCuisine(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static CuisineCode getBasqueCuisine(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static CuisineCode getVietnameseCuisine(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static CuisineCode getGermanCuisine(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static CuisineCode getModernEuropeanCuisine(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static CuisineCode getRegionalCuisine(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static CuisineCode getDessertIceCreamCuisine(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static CuisineCode getPortugueseCuisine(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static CuisineCode getIndigenousCuisine(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static CuisineCode getChineseCuisine(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static CuisineCode getDutchBelgianCuisine(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static CuisineCode getSoupCuisine(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static CuisineCode getDanishCuisine(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static CuisineCode getKoreanCuisine(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static CuisineCode getPizzaCuisine(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static CuisineCode getMongolianCuisine(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static CuisineCode getEthiopianCuisine(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static CuisineCode getCaribbeanCuisine(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static CuisineCode getContinentalEuropeanCusine(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static CuisineCode getSeafoodCuisine(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static CuisineCode getBarbecueCuisine(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static CuisineCode getAustrianCuisine(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static CuisineCode getMalaysianCuisine(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static CuisineCode getIndianPakistaniCuis(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static CuisineCode getSteakHousesCuisine(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static CuisineCode getNepaleseCuisine(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static CuisineCode getEnglishCuisine(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static CuisineCode getPolynesianCuisine(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static CuisineCode getTurkishCuisine(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static CuisineCode getJamaicanCuisine(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static CuisineCode getBakeryCuisine(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static CuisineCode getMiddleEasternCuisine(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static CuisineCode getOtherCuisine(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static CuisineCode getBiologicalCuisine(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static CuisineCode getMexicanCuisine(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static CuisineCode getEasternEuropeanCuisine(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static CuisineCode getRussianCuisine(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static CuisineCode getFamilyCuisine(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static CuisineCode getPolishCuisine(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static CuisineCode getCubanCuisine(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static CuisineCode getCentralEuropeanCuisine(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static CuisineCode getTunisianCuisine(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static CuisineCode getInternationalCuisin(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static CuisineCode getTapasCuisine(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static CuisineCode getHamburgerCuisine(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static CuisineCode getIsraeliCuisine(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static CuisineCode getSeychellesCuisine(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static CuisineCode getPacificRimCuisine(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static CuisineCode getFineDiningCuisine(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static CuisineCode getGreekCuisine(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static CuisineCode getReunionCuisine(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static CuisineCode getAfghanCuisine(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static CuisineCode getBelgianCuisine(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static CuisineCode getSteaksCuisine(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static CuisineCode getDinerCuisine(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static CuisineCode getNorthAfricanCuisine(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static CuisineCode getJuiceCuisine(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static CuisineCode getAfricanCuisine(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static CuisineCode getPanPacificCuisine(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static CuisineCode getSouthwesternCuisine(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static CuisineCode getEuropeanCuisine(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static CuisineCode getRomanianCuisine(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static CuisineCode getTrendyCuisine(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static CuisineCode getPacificNorthwestCuisine(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static CuisineCode getJewishCuisine(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static CuisineCode getFinnishCuisine(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static CuisineCode getDeliSandwichesCuisine(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static CuisineCode getIndonesianCuisine(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static CuisineCode getSoutheastAsianCuisine(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static CuisineCode getAustralianCuisine(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static CuisineCode getLebaneseCuisine(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static CuisineCode getPersianCuisine(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static CuisineCode getFishAndChipsCuisine(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static CuisineCode getChopeHouseCuisine(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static CuisineCode getTibetanCuisine(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static CuisineCode getSudaneseCuisine(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static List getAllCuisineCode(Model model) throws com.ibm.adtech.jastor.JastorException
model
- the Jena Model
com.ibm.adtech.jastor.JastorException
public static com.ibm.adtech.jastor.Thing getThing(Resource res, Model model) throws com.ibm.adtech.jastor.JastorException
com.ibm.adtech.jastor.JastorException
public static com.ibm.adtech.jastor.Thing getThing(String uri, Model model) throws com.ibm.adtech.jastor.JastorException
com.ibm.adtech.jastor.JastorException
public static List listCompatibleInterfaces(Resource type)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |