|
||||||||||
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.money.MoneyFactory
public class MoneyFactory
Factory for instantiating objects for ontology classes in the Money 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/Money)
Field Summary |
---|
Fields inherited from class com.ibm.adtech.jastor.ThingFactory |
---|
copyright, listeners, objects |
Constructor Summary | |
---|---|
MoneyFactory()
|
Method Summary | |
---|---|
static FuzzyPriceCode |
createFuzzyPriceCode(Resource resource,
Model model)
Create a new instance of FuzzyPriceCode. |
static FuzzyPriceCode |
createFuzzyPriceCode(String uri,
Model model)
Create a new instance of FuzzyPriceCode. |
static MeanOfPayment |
createMeanOfPayment(Resource resource,
Model model)
Create a new instance of MeanOfPayment. |
static MeanOfPayment |
createMeanOfPayment(String uri,
Model model)
Create a new instance of MeanOfPayment. |
static List |
getAllFuzzyPriceCode(Model model)
Return an instance of FuzzyPriceCode for every resource in the model with rdf:Type http://www.ibspan.waw.pl/tss/Money#FuzzyPriceCode |
static List |
getAllMeanOfPayment(Model model)
Return an instance of MeanOfPayment for every resource in the model with rdf:Type http://www.ibspan.waw.pl/tss/Money#MeanOfPayment |
static MeanOfPayment |
getAmericanExpressCard(Model model)
Get an AmericanExpressCard individual. |
static MeanOfPayment |
getBankCard(Model model)
Get an BankCard individual. |
static MeanOfPayment |
getBankCheck(Model model)
Get an BankCheck individual. |
static MeanOfPayment |
getBarter(Model model)
Get an Barter individual. |
static MeanOfPayment |
getBusinessAccount(Model model)
Get an BusinessAccount individual. |
static MeanOfPayment |
getBusinessCheck(Model model)
Get an BusinessCheck individual. |
static MeanOfPayment |
getCarteBlancheCard(Model model)
Get an CarteBlancheCard individual. |
static MeanOfPayment |
getCash(Model model)
Get an Cash individual. |
static MeanOfPayment |
getCentralBill(Model model)
Get an CentralBill individual. |
static MeanOfPayment |
getChargeCard(Model model)
Get an ChargeCard individual. |
static MeanOfPayment |
getCoupon(Model model)
Get an Coupon individual. |
static MeanOfPayment |
getCreditCard(Model model)
Get an CreditCard individual. |
static MeanOfPayment |
getDebitCard(Model model)
Get an DebitCard individual. |
static MeanOfPayment |
getDeposit(Model model)
Get an Deposit individual. |
static MeanOfPayment |
getDinersClubCard(Model model)
Get an DinersClubCard individual. |
static MeanOfPayment |
getDirectBill(Model model)
Get an DirectBill individual. |
static MeanOfPayment |
getDiscoverCard(Model model)
Get an DiscoverCard individual. |
static MeanOfPayment |
getEnRouteCard(Model model)
Get an EnRouteCard individual. |
static FuzzyPriceCode |
getExpensive(Model model)
Get an Expensive individual. |
static FuzzyPriceCode |
getFuzzyPriceCode(Resource resource,
Model model)
Create a new instance of FuzzyPriceCode. |
static FuzzyPriceCode |
getFuzzyPriceCode(String uri,
Model model)
Create a new instance of FuzzyPriceCode. |
static MeanOfPayment |
getGiftCertificates(Model model)
Get an GiftCertificates individual. |
static FuzzyPriceCode |
getInexpensive(Model model)
Get an Inexpensive individual. |
static MeanOfPayment |
getJCBCard(Model model)
Get an JCBCard individual. |
static MeanOfPayment |
getMasterCardEuroCard(Model model)
Get an MasterCardEuroCard individual. |
static MeanOfPayment |
getMeanOfPayment(Resource resource,
Model model)
Create a new instance of MeanOfPayment. |
static MeanOfPayment |
getMeanOfPayment(String uri,
Model model)
Create a new instance of MeanOfPayment. |
static FuzzyPriceCode |
getModerate(Model model)
Get an Moderate individual. |
static MeanOfPayment |
getMoneyOrder(Model model)
Get an MoneyOrder individual. |
static MeanOfPayment |
getPersonalCheck(Model model)
Get an PersonalCheck individual. |
static MeanOfPayment |
getPrePay(Model model)
Get an PrePay individual. |
static FuzzyPriceCode |
getPrice(Model model)
Get an Price individual. |
static MeanOfPayment |
getRedemption(Model model)
Get an Redemption 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 FuzzyPriceCode |
getVeryCheap(Model model)
Get an VeryCheap individual. |
static FuzzyPriceCode |
getVeryExpensive(Model model)
Get an VeryExpensive individual. |
static MeanOfPayment |
getVisaCard(Model model)
Get an VisaCard individual. |
static MeanOfPayment |
getVoucher(Model model)
Get an Voucher 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 MoneyFactory()
Method Detail |
---|
public static MeanOfPayment createMeanOfPayment(Resource resource, Model model) throws com.ibm.adtech.jastor.JastorException
resource
- The resource of the MeanOfPaymentmodel
- the Jena Model.
com.ibm.adtech.jastor.JastorException
public static MeanOfPayment createMeanOfPayment(String uri, Model model) throws com.ibm.adtech.jastor.JastorException
uri
- The uri of the MeanOfPaymentmodel
- the Jena Model.
com.ibm.adtech.jastor.JastorException
public static MeanOfPayment getMeanOfPayment(String uri, Model model) throws com.ibm.adtech.jastor.JastorException
uri
- The uri of the MeanOfPaymentmodel
- the Jena Model.
com.ibm.adtech.jastor.JastorException
public static MeanOfPayment getMeanOfPayment(Resource resource, Model model) throws com.ibm.adtech.jastor.JastorException
resource
- The resource of the MeanOfPaymentmodel
- the Jena Model.
com.ibm.adtech.jastor.JastorException
public static MeanOfPayment getJCBCard(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static MeanOfPayment getDirectBill(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static MeanOfPayment getCarteBlancheCard(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static MeanOfPayment getChargeCard(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static MeanOfPayment getBarter(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static MeanOfPayment getRedemption(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static MeanOfPayment getAmericanExpressCard(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static MeanOfPayment getMoneyOrder(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static MeanOfPayment getDiscoverCard(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static MeanOfPayment getBankCard(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static MeanOfPayment getDeposit(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static MeanOfPayment getVisaCard(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static MeanOfPayment getVoucher(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static MeanOfPayment getCentralBill(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static MeanOfPayment getCreditCard(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static MeanOfPayment getPersonalCheck(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static MeanOfPayment getCoupon(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static MeanOfPayment getDebitCard(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static MeanOfPayment getPrePay(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static MeanOfPayment getCash(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static MeanOfPayment getGiftCertificates(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static MeanOfPayment getBusinessCheck(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static MeanOfPayment getDinersClubCard(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static MeanOfPayment getBusinessAccount(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static MeanOfPayment getBankCheck(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static MeanOfPayment getMasterCardEuroCard(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static MeanOfPayment getEnRouteCard(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static List getAllMeanOfPayment(Model model) throws com.ibm.adtech.jastor.JastorException
model
- the Jena Model
com.ibm.adtech.jastor.JastorException
public static FuzzyPriceCode createFuzzyPriceCode(Resource resource, Model model) throws com.ibm.adtech.jastor.JastorException
resource
- The resource of the FuzzyPriceCodemodel
- the Jena Model.
com.ibm.adtech.jastor.JastorException
public static FuzzyPriceCode createFuzzyPriceCode(String uri, Model model) throws com.ibm.adtech.jastor.JastorException
uri
- The uri of the FuzzyPriceCodemodel
- the Jena Model.
com.ibm.adtech.jastor.JastorException
public static FuzzyPriceCode getFuzzyPriceCode(String uri, Model model) throws com.ibm.adtech.jastor.JastorException
uri
- The uri of the FuzzyPriceCodemodel
- the Jena Model.
com.ibm.adtech.jastor.JastorException
public static FuzzyPriceCode getFuzzyPriceCode(Resource resource, Model model) throws com.ibm.adtech.jastor.JastorException
resource
- The resource of the FuzzyPriceCodemodel
- the Jena Model.
com.ibm.adtech.jastor.JastorException
public static FuzzyPriceCode getExpensive(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static FuzzyPriceCode getVeryExpensive(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static FuzzyPriceCode getModerate(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static FuzzyPriceCode getVeryCheap(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static FuzzyPriceCode getInexpensive(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static FuzzyPriceCode getPrice(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static List getAllFuzzyPriceCode(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 |