Uses of Interface
ibspan.tss.domain.ontology.money.FuzzyPriceCode

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

Uses of FuzzyPriceCode in ibspan.tss.domain.ontology.money
 

Classes in ibspan.tss.domain.ontology.money that implement FuzzyPriceCode
 class FuzzyPriceCodeImpl
          Implementation of FuzzyPriceCode Use the ibspan.tss.domain.ontology.money.MoneyFactory to create instances of this class.
 

Methods in ibspan.tss.domain.ontology.money that return FuzzyPriceCode
static FuzzyPriceCode MoneyFactory.createFuzzyPriceCode(Resource resource, Model model)
          Create a new instance of FuzzyPriceCode.
static FuzzyPriceCode MoneyFactory.createFuzzyPriceCode(String uri, Model model)
          Create a new instance of FuzzyPriceCode.
static FuzzyPriceCode MoneyFactory.getExpensive(Model model)
          Get an Expensive individual.
static FuzzyPriceCode MoneyFactory.getFuzzyPriceCode(Resource resource, Model model)
          Create a new instance of FuzzyPriceCode.
static FuzzyPriceCode MoneyFactory.getFuzzyPriceCode(String uri, Model model)
          Create a new instance of FuzzyPriceCode.
static FuzzyPriceCode MoneyFactory.getInexpensive(Model model)
          Get an Inexpensive individual.
static FuzzyPriceCode MoneyFactory.getModerate(Model model)
          Get an Moderate individual.
static FuzzyPriceCode MoneyFactory.getPrice(Model model)
          Get an Price individual.
static FuzzyPriceCode MoneyFactory.getVeryCheap(Model model)
          Get an VeryCheap individual.
static FuzzyPriceCode MoneyFactory.getVeryExpensive(Model model)
          Get an VeryExpensive individual.