|
||||||||||
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.um.ontology.UserModellingFactory
public class UserModellingFactory
Factory for instantiating objects for ontology classes in the UserModelling 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/UserModelling)
Field Summary |
---|
Fields inherited from class com.ibm.adtech.jastor.ThingFactory |
---|
copyright, listeners, objects |
Constructor Summary | |
---|---|
UserModellingFactory()
|
Method Summary | |
---|---|
static Age |
createAge(Resource resource,
Model model)
Create a new instance of Age. |
static Age |
createAge(String uri,
Model model)
Create a new instance of Age. |
static AgeSet |
createAgeSet(Resource resource,
Model model)
Create a new instance of AgeSet. |
static AgeSet |
createAgeSet(String uri,
Model model)
Create a new instance of AgeSet. |
static Classification |
createClassification(Resource resource,
Model model)
Create a new instance of Classification. |
static Classification |
createClassification(String uri,
Model model)
Create a new instance of Classification. |
static ContextParameter |
createContextParameter(Resource resource,
Model model)
Create a new instance of ContextParameter. |
static ContextParameter |
createContextParameter(String uri,
Model model)
Create a new instance of ContextParameter. |
static Dress |
createDress(Resource resource,
Model model)
Create a new instance of Dress. |
static Dress |
createDress(String uri,
Model model)
Create a new instance of Dress. |
static DressSet |
createDressSet(Resource resource,
Model model)
Create a new instance of DressSet. |
static DressSet |
createDressSet(String uri,
Model model)
Create a new instance of DressSet. |
static Event |
createEvent(Resource resource,
Model model)
Create a new instance of Event. |
static Event |
createEvent(String uri,
Model model)
Create a new instance of Event. |
static EventSession |
createEventSession(Resource resource,
Model model)
Create a new instance of EventSession. |
static EventSession |
createEventSession(String uri,
Model model)
Create a new instance of EventSession. |
static ExtendedUserBehaviour |
createExtendedUserBehaviour(Resource resource,
Model model)
Create a new instance of ExtendedUserBehaviour. |
static ExtendedUserBehaviour |
createExtendedUserBehaviour(String uri,
Model model)
Create a new instance of ExtendedUserBehaviour. |
static Interval |
createInterval(Resource resource,
Model model)
Create a new instance of Interval. |
static Interval |
createInterval(String uri,
Model model)
Create a new instance of Interval. |
static IntervalDomain |
createIntervalDomain(Resource resource,
Model model)
Create a new instance of IntervalDomain. |
static IntervalDomain |
createIntervalDomain(String uri,
Model model)
Create a new instance of IntervalDomain. |
static IntervalSet |
createIntervalSet(Resource resource,
Model model)
Create a new instance of IntervalSet. |
static IntervalSet |
createIntervalSet(String uri,
Model model)
Create a new instance of IntervalSet. |
static Measure |
createMeasure(Resource resource,
Model model)
Create a new instance of Measure. |
static Measure |
createMeasure(String uri,
Model model)
Create a new instance of Measure. |
static MeasureDomain |
createMeasureDomain(Resource resource,
Model model)
Create a new instance of MeasureDomain. |
static MeasureDomain |
createMeasureDomain(String uri,
Model model)
Create a new instance of MeasureDomain. |
static MeasureSet |
createMeasureSet(Resource resource,
Model model)
Create a new instance of MeasureSet. |
static MeasureSet |
createMeasureSet(String uri,
Model model)
Create a new instance of MeasureSet. |
static Nominal |
createNominal(Resource resource,
Model model)
Create a new instance of Nominal. |
static Nominal |
createNominal(String uri,
Model model)
Create a new instance of Nominal. |
static NominalSet |
createNominalSet(Resource resource,
Model model)
Create a new instance of NominalSet. |
static NominalSet |
createNominalSet(String uri,
Model model)
Create a new instance of NominalSet. |
static Opinion |
createOpinion(Resource resource,
Model model)
Create a new instance of Opinion. |
static Opinion |
createOpinion(String uri,
Model model)
Create a new instance of Opinion. |
static OpinionSet |
createOpinionSet(Resource resource,
Model model)
Create a new instance of OpinionSet. |
static OpinionSet |
createOpinionSet(String uri,
Model model)
Create a new instance of OpinionSet. |
static Ordinal |
createOrdinal(Resource resource,
Model model)
Create a new instance of Ordinal. |
static Ordinal |
createOrdinal(String uri,
Model model)
Create a new instance of Ordinal. |
static OrdinalSet |
createOrdinalSet(Resource resource,
Model model)
Create a new instance of OrdinalSet. |
static OrdinalSet |
createOrdinalSet(String uri,
Model model)
Create a new instance of OrdinalSet. |
static Parameter |
createParameter(Resource resource,
Model model)
Create a new instance of Parameter. |
static Parameter |
createParameter(String uri,
Model model)
Create a new instance of Parameter. |
static Profession |
createProfession(Resource resource,
Model model)
Create a new instance of Profession. |
static Profession |
createProfession(String uri,
Model model)
Create a new instance of Profession. |
static ProfessionSet |
createProfessionSet(Resource resource,
Model model)
Create a new instance of ProfessionSet. |
static ProfessionSet |
createProfessionSet(String uri,
Model model)
Create a new instance of ProfessionSet. |
static Profile |
createProfile(Resource resource,
Model model)
Create a new instance of Profile. |
static Profile |
createProfile(String uri,
Model model)
Create a new instance of Profile. |
static ProfileData |
createProfileData(Resource resource,
Model model)
Create a new instance of ProfileData. |
static ProfileData |
createProfileData(String uri,
Model model)
Create a new instance of ProfileData. |
static RatedResult |
createRatedResult(Resource resource,
Model model)
Create a new instance of RatedResult. |
static RatedResult |
createRatedResult(String uri,
Model model)
Create a new instance of RatedResult. |
static StatisticEntry |
createStatisticEntry(Resource resource,
Model model)
Create a new instance of StatisticEntry. |
static StatisticEntry |
createStatisticEntry(String uri,
Model model)
Create a new instance of StatisticEntry. |
static StereotypeProfile |
createStereotypeProfile(Resource resource,
Model model)
Create a new instance of StereotypeProfile. |
static StereotypeProfile |
createStereotypeProfile(String uri,
Model model)
Create a new instance of StereotypeProfile. |
static StereotypeProfileData |
createStereotypeProfileData(Resource resource,
Model model)
Create a new instance of StereotypeProfileData. |
static StereotypeProfileData |
createStereotypeProfileData(String uri,
Model model)
Create a new instance of StereotypeProfileData. |
static User |
createUser(Resource resource,
Model model)
Create a new instance of User. |
static User |
createUser(String uri,
Model model)
Create a new instance of User. |
static UserBehaviour |
createUserBehaviour(Resource resource,
Model model)
Create a new instance of UserBehaviour. |
static UserBehaviour |
createUserBehaviour(String uri,
Model model)
Create a new instance of UserBehaviour. |
static UserBehaviourContext |
createUserBehaviourContext(Resource resource,
Model model)
Create a new instance of UserBehaviourContext. |
static UserBehaviourContext |
createUserBehaviourContext(String uri,
Model model)
Create a new instance of UserBehaviourContext. |
static UserProfile |
createUserProfile(Resource resource,
Model model)
Create a new instance of UserProfile. |
static UserProfile |
createUserProfile(String uri,
Model model)
Create a new instance of UserProfile. |
static UserProfileData |
createUserProfileData(Resource resource,
Model model)
Create a new instance of UserProfileData. |
static UserProfileData |
createUserProfileData(String uri,
Model model)
Create a new instance of UserProfileData. |
static Wealth |
createWealth(Resource resource,
Model model)
Create a new instance of Wealth. |
static Wealth |
createWealth(String uri,
Model model)
Create a new instance of Wealth. |
static WealthSet |
createWealthSet(Resource resource,
Model model)
Create a new instance of WealthSet. |
static WealthSet |
createWealthSet(String uri,
Model model)
Create a new instance of WealthSet. |
static Profession |
getAdvertisingMarketingWorker(Model model)
Get an AdvertisingMarketingWorker individual. |
static Age |
getAge(Resource resource,
Model model)
Create a new instance of Age. |
static Age |
getAge(String uri,
Model model)
Create a new instance of Age. |
static IntervalDomain |
getAgeDomain(Model model)
Get an AgeDomain individual. |
static Age |
getAgeMax(Model model)
Get an AgeMax individual. |
static Age |
getAgeMin(Model model)
Get an AgeMin individual. |
static AgeSet |
getAgeSet(Resource resource,
Model model)
Create a new instance of AgeSet. |
static AgeSet |
getAgeSet(String uri,
Model model)
Create a new instance of AgeSet. |
static List |
getAllAge(Model model)
Return an instance of Age for every resource in the model with rdf:Type http://www.ibspan.waw.pl/tss/UserModelling#Age |
static List |
getAllAgeSet(Model model)
Return an instance of AgeSet for every resource in the model with rdf:Type http://www.ibspan.waw.pl/tss/UserModelling#AgeSet |
static List |
getAllClassification(Model model)
Return an instance of Classification for every resource in the model with rdf:Type http://www.ibspan.waw.pl/tss/UserModelling#Classification |
static List |
getAllContextParameter(Model model)
Return an instance of ContextParameter for every resource in the model with rdf:Type http://www.ibspan.waw.pl/tss/UserModelling#ContextParameter |
static List |
getAllDress(Model model)
Return an instance of Dress for every resource in the model with rdf:Type http://www.ibspan.waw.pl/tss/UserModelling#Dress |
static List |
getAllDressSet(Model model)
Return an instance of DressSet for every resource in the model with rdf:Type http://www.ibspan.waw.pl/tss/UserModelling#DressSet |
static List |
getAllEvent(Model model)
Return an instance of Event for every resource in the model with rdf:Type http://www.ibspan.waw.pl/tss/UserModelling#Event |
static List |
getAllEventSession(Model model)
Return an instance of EventSession for every resource in the model with rdf:Type http://www.ibspan.waw.pl/tss/UserModelling#EventSession |
static List |
getAllExtendedUserBehaviour(Model model)
Return an instance of ExtendedUserBehaviour for every resource in the model with rdf:Type http://www.ibspan.waw.pl/tss/UserModelling#ExtendedUserBehaviour |
static List |
getAllInterval(Model model)
Return an instance of Interval for every resource in the model with rdf:Type http://www.ibspan.waw.pl/tss/UserModelling#Interval |
static List |
getAllIntervalDomain(Model model)
Return an instance of IntervalDomain for every resource in the model with rdf:Type http://www.ibspan.waw.pl/tss/UserModelling#IntervalDomain |
static List |
getAllIntervalSet(Model model)
Return an instance of IntervalSet for every resource in the model with rdf:Type http://www.ibspan.waw.pl/tss/UserModelling#IntervalSet |
static List |
getAllMeasure(Model model)
Return an instance of Measure for every resource in the model with rdf:Type http://www.ibspan.waw.pl/tss/UserModelling#Measure |
static List |
getAllMeasureDomain(Model model)
Return an instance of MeasureDomain for every resource in the model with rdf:Type http://www.ibspan.waw.pl/tss/UserModelling#MeasureDomain |
static List |
getAllMeasureSet(Model model)
Return an instance of MeasureSet for every resource in the model with rdf:Type http://www.ibspan.waw.pl/tss/UserModelling#MeasureSet |
static List |
getAllNominal(Model model)
Return an instance of Nominal for every resource in the model with rdf:Type http://www.ibspan.waw.pl/tss/UserModelling#Nominal |
static List |
getAllNominalSet(Model model)
Return an instance of NominalSet for every resource in the model with rdf:Type http://www.ibspan.waw.pl/tss/UserModelling#NominalSet |
static List |
getAllOpinion(Model model)
Return an instance of Opinion for every resource in the model with rdf:Type http://www.ibspan.waw.pl/tss/UserModelling#Opinion |
static List |
getAllOpinionSet(Model model)
Return an instance of OpinionSet for every resource in the model with rdf:Type http://www.ibspan.waw.pl/tss/UserModelling#OpinionSet |
static List |
getAllOrdinal(Model model)
Return an instance of Ordinal for every resource in the model with rdf:Type http://www.ibspan.waw.pl/tss/UserModelling#Ordinal |
static List |
getAllOrdinalSet(Model model)
Return an instance of OrdinalSet for every resource in the model with rdf:Type http://www.ibspan.waw.pl/tss/UserModelling#OrdinalSet |
static List |
getAllParameter(Model model)
Return an instance of Parameter for every resource in the model with rdf:Type http://www.ibspan.waw.pl/tss/UserModelling#Parameter |
static List |
getAllProfession(Model model)
Return an instance of Profession for every resource in the model with rdf:Type http://www.ibspan.waw.pl/tss/UserModelling#Profession |
static List |
getAllProfessionSet(Model model)
Return an instance of ProfessionSet for every resource in the model with rdf:Type http://www.ibspan.waw.pl/tss/UserModelling#ProfessionSet |
static List |
getAllProfile(Model model)
Return an instance of Profile for every resource in the model with rdf:Type http://www.ibspan.waw.pl/tss/UserModelling#Profile |
static List |
getAllProfileData(Model model)
Return an instance of ProfileData for every resource in the model with rdf:Type http://www.ibspan.waw.pl/tss/UserModelling#ProfileData |
static List |
getAllRatedResult(Model model)
Return an instance of RatedResult for every resource in the model with rdf:Type http://www.ibspan.waw.pl/tss/UserModelling#RatedResult |
static List |
getAllStatisticEntry(Model model)
Return an instance of StatisticEntry for every resource in the model with rdf:Type http://www.ibspan.waw.pl/tss/UserModelling#StatisticEntry |
static List |
getAllStereotypeProfile(Model model)
Return an instance of StereotypeProfile for every resource in the model with rdf:Type http://www.ibspan.waw.pl/tss/UserModelling#StereotypeProfile |
static List |
getAllStereotypeProfileData(Model model)
Return an instance of StereotypeProfileData for every resource in the model with rdf:Type http://www.ibspan.waw.pl/tss/UserModelling#StereotypeProfileData |
static List |
getAllUser(Model model)
Return an instance of User for every resource in the model with rdf:Type http://www.ibspan.waw.pl/tss/UserModelling#User |
static List |
getAllUserBehaviour(Model model)
Return an instance of UserBehaviour for every resource in the model with rdf:Type http://www.ibspan.waw.pl/tss/UserModelling#UserBehaviour |
static List |
getAllUserBehaviourContext(Model model)
Return an instance of UserBehaviourContext for every resource in the model with rdf:Type http://www.ibspan.waw.pl/tss/UserModelling#UserBehaviourContext |
static List |
getAllUserProfile(Model model)
Return an instance of UserProfile for every resource in the model with rdf:Type http://www.ibspan.waw.pl/tss/UserModelling#UserProfile |
static List |
getAllUserProfileData(Model model)
Return an instance of UserProfileData for every resource in the model with rdf:Type http://www.ibspan.waw.pl/tss/UserModelling#UserProfileData |
static List |
getAllWealth(Model model)
Return an instance of Wealth for every resource in the model with rdf:Type http://www.ibspan.waw.pl/tss/UserModelling#Wealth |
static List |
getAllWealthSet(Model model)
Return an instance of WealthSet for every resource in the model with rdf:Type http://www.ibspan.waw.pl/tss/UserModelling#WealthSet |
static Wealth |
getAverageRich(Model model)
Get an AverageRich individual. |
static Classification |
getClassification(Resource resource,
Model model)
Create a new instance of Classification. |
static Classification |
getClassification(String uri,
Model model)
Create a new instance of Classification. |
static UserBehaviour |
getClickForRestaurantDetailsBehaviour(Model model)
Get an ClickForRestaurantDetailsBehaviour individual. |
static ContextParameter |
getContextParameter(Resource resource,
Model model)
Create a new instance of ContextParameter. |
static ContextParameter |
getContextParameter(String uri,
Model model)
Create a new instance of ContextParameter. |
static Dress |
getDress(Resource resource,
Model model)
Create a new instance of Dress. |
static Dress |
getDress(String uri,
Model model)
Create a new instance of Dress. |
static DressSet |
getDressSet(Resource resource,
Model model)
Create a new instance of DressSet. |
static DressSet |
getDressSet(String uri,
Model model)
Create a new instance of DressSet. |
static Dress |
getElegantDress(Model model)
Get an ElegantDress individual. |
static UserBehaviour |
getEntrySearchingBehaviour(Model model)
Get an EntrySearchingBehaviour individual. |
static Event |
getEvent(Resource resource,
Model model)
Create a new instance of Event. |
static Event |
getEvent(String uri,
Model model)
Create a new instance of Event. |
static EventSession |
getEventSession(Resource resource,
Model model)
Create a new instance of EventSession. |
static EventSession |
getEventSession(String uri,
Model model)
Create a new instance of EventSession. |
static UserBehaviour |
getExitSearchingBehaviour(Model model)
Get an ExitSearchingBehaviour individual. |
static ExtendedUserBehaviour |
getExtendedUserBehaviour(Resource resource,
Model model)
Create a new instance of ExtendedUserBehaviour. |
static ExtendedUserBehaviour |
getExtendedUserBehaviour(String uri,
Model model)
Create a new instance of ExtendedUserBehaviour. |
static Profession |
getHandworker(Model model)
Get an Handworker individual. |
static Classification |
getInteresting(Model model)
Get an Interesting individual. |
static Interval |
getInterval(Resource resource,
Model model)
Create a new instance of Interval. |
static Interval |
getInterval(String uri,
Model model)
Create a new instance of Interval. |
static IntervalDomain |
getIntervalDomain(Resource resource,
Model model)
Create a new instance of IntervalDomain. |
static IntervalDomain |
getIntervalDomain(String uri,
Model model)
Create a new instance of IntervalDomain. |
static IntervalSet |
getIntervalSet(Resource resource,
Model model)
Create a new instance of IntervalSet. |
static IntervalSet |
getIntervalSet(String uri,
Model model)
Create a new instance of IntervalSet. |
static Event |
getLastEvent(Model model)
Get an LastEvent individual. |
static User |
getLastUser(Model model)
Get an LastUser individual. |
static Profession |
getManagerDirector(Model model)
Get an ManagerDirector individual. |
static Measure |
getMeasure(Resource resource,
Model model)
Create a new instance of Measure. |
static Measure |
getMeasure(String uri,
Model model)
Create a new instance of Measure. |
static MeasureDomain |
getMeasureDomain(Resource resource,
Model model)
Create a new instance of MeasureDomain. |
static MeasureDomain |
getMeasureDomain(String uri,
Model model)
Create a new instance of MeasureDomain. |
static MeasureSet |
getMeasureSet(Resource resource,
Model model)
Create a new instance of MeasureSet. |
static MeasureSet |
getMeasureSet(String uri,
Model model)
Create a new instance of MeasureSet. |
static Dress |
getNaturalDress(Model model)
Get an NaturalDress individual. |
static Nominal |
getNominal(Resource resource,
Model model)
Create a new instance of Nominal. |
static Nominal |
getNominal(String uri,
Model model)
Create a new instance of Nominal. |
static NominalSet |
getNominalSet(Resource resource,
Model model)
Create a new instance of NominalSet. |
static NominalSet |
getNominalSet(String uri,
Model model)
Create a new instance of NominalSet. |
static Classification |
getNotClassified(Model model)
Get an NotClassified individual. |
static Classification |
getNotInteresting(Model model)
Get an NotInteresting individual. |
static Wealth |
getNotRich(Model model)
Get an NotRich individual. |
static Opinion |
getOpinion(Resource resource,
Model model)
Create a new instance of Opinion. |
static Opinion |
getOpinion(String uri,
Model model)
Create a new instance of Opinion. |
static OpinionSet |
getOpinionSet(Resource resource,
Model model)
Create a new instance of OpinionSet. |
static OpinionSet |
getOpinionSet(String uri,
Model model)
Create a new instance of OpinionSet. |
static Ordinal |
getOrdinal(Resource resource,
Model model)
Create a new instance of Ordinal. |
static Ordinal |
getOrdinal(String uri,
Model model)
Create a new instance of Ordinal. |
static OrdinalSet |
getOrdinalSet(Resource resource,
Model model)
Create a new instance of OrdinalSet. |
static OrdinalSet |
getOrdinalSet(String uri,
Model model)
Create a new instance of OrdinalSet. |
static Dress |
getOtherDress(Model model)
Get an OtherDress individual. |
static Profession |
getOtherProfession(Model model)
Get an OtherProfession individual. |
static Parameter |
getParameter(Resource resource,
Model model)
Create a new instance of Parameter. |
static Parameter |
getParameter(String uri,
Model model)
Create a new instance of Parameter. |
static Profession |
getPensionerAnnuitant(Model model)
Get an PensionerAnnuitant individual. |
static Profession |
getProfession(Resource resource,
Model model)
Create a new instance of Profession. |
static Profession |
getProfession(String uri,
Model model)
Create a new instance of Profession. |
static ProfessionSet |
getProfessionSet(Resource resource,
Model model)
Create a new instance of ProfessionSet. |
static ProfessionSet |
getProfessionSet(String uri,
Model model)
Create a new instance of ProfessionSet. |
static Profile |
getProfile(Resource resource,
Model model)
Create a new instance of Profile. |
static Profile |
getProfile(String uri,
Model model)
Create a new instance of Profile. |
static ProfileData |
getProfileData(Resource resource,
Model model)
Create a new instance of ProfileData. |
static ProfileData |
getProfileData(String uri,
Model model)
Create a new instance of ProfileData. |
static UserBehaviour |
getQueryForRestaurantBehaviour(Model model)
Get an QueryForRestaurantBehaviour individual. |
static RatedResult |
getRatedResult(Resource resource,
Model model)
Create a new instance of RatedResult. |
static RatedResult |
getRatedResult(String uri,
Model model)
Create a new instance of RatedResult. |
static UserBehaviour |
getRateRestaurantPositiveBehaviour(Model model)
Get an RateRestaurantPositiveBehaviour individual. |
static Wealth |
getRich(Model model)
Get an Rich individual. |
static Profession |
getScientistTeacher(Model model)
Get an ScientistTeacher individual. |
static Profession |
getServicesTradeWorker(Model model)
Get an ServicesTradeWorker individual. |
static Profession |
getSpecialistFreeLancer(Model model)
Get an SpecialistFreeLancer individual. |
static Dress |
getSportyDress(Model model)
Get an SportyDress individual. |
static StatisticEntry |
getStatisticEntry(Resource resource,
Model model)
Create a new instance of StatisticEntry. |
static StatisticEntry |
getStatisticEntry(String uri,
Model model)
Create a new instance of StatisticEntry. |
static StereotypeProfile |
getStereotypeProfile(Resource resource,
Model model)
Create a new instance of StereotypeProfile. |
static StereotypeProfile |
getStereotypeProfile(String uri,
Model model)
Create a new instance of StereotypeProfile. |
static StereotypeProfileData |
getStereotypeProfileData(Resource resource,
Model model)
Create a new instance of StereotypeProfileData. |
static StereotypeProfileData |
getStereotypeProfileData(String uri,
Model model)
Create a new instance of StereotypeProfileData. |
static Profession |
getStudentPupil(Model model)
Get an StudentPupil individual. |
static ContextParameter |
getTargetURI(Model model)
Get an TargetURI 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 Profession |
getUnemployedJobSeeker(Model model)
Get an UnemployedJobSeeker individual. |
static User |
getUser(Resource resource,
Model model)
Create a new instance of User. |
static User |
getUser(String uri,
Model model)
Create a new instance of User. |
static UserBehaviour |
getUserBehaviour(Resource resource,
Model model)
Create a new instance of UserBehaviour. |
static UserBehaviour |
getUserBehaviour(String uri,
Model model)
Create a new instance of UserBehaviour. |
static UserBehaviourContext |
getUserBehaviourContext(Resource resource,
Model model)
Create a new instance of UserBehaviourContext. |
static UserBehaviourContext |
getUserBehaviourContext(String uri,
Model model)
Create a new instance of UserBehaviourContext. |
static UserProfile |
getUserProfile(Resource resource,
Model model)
Create a new instance of UserProfile. |
static UserProfile |
getUserProfile(String uri,
Model model)
Create a new instance of UserProfile. |
static UserProfileData |
getUserProfileData(Resource resource,
Model model)
Create a new instance of UserProfileData. |
static UserProfileData |
getUserProfileData(String uri,
Model model)
Create a new instance of UserProfileData. |
static Wealth |
getVeryRich(Model model)
Get an VeryRich individual. |
static Wealth |
getWealth(Resource resource,
Model model)
Create a new instance of Wealth. |
static Wealth |
getWealth(String uri,
Model model)
Create a new instance of Wealth. |
static WealthSet |
getWealthSet(Resource resource,
Model model)
Create a new instance of WealthSet. |
static WealthSet |
getWealthSet(String uri,
Model model)
Create a new instance of WealthSet. |
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 UserModellingFactory()
Method Detail |
---|
public static ExtendedUserBehaviour createExtendedUserBehaviour(Resource resource, Model model) throws com.ibm.adtech.jastor.JastorException
resource
- The resource of the ExtendedUserBehaviourmodel
- the Jena Model.
com.ibm.adtech.jastor.JastorException
public static ExtendedUserBehaviour createExtendedUserBehaviour(String uri, Model model) throws com.ibm.adtech.jastor.JastorException
uri
- The uri of the ExtendedUserBehaviourmodel
- the Jena Model.
com.ibm.adtech.jastor.JastorException
public static ExtendedUserBehaviour getExtendedUserBehaviour(String uri, Model model) throws com.ibm.adtech.jastor.JastorException
uri
- The uri of the ExtendedUserBehaviourmodel
- the Jena Model.
com.ibm.adtech.jastor.JastorException
public static ExtendedUserBehaviour getExtendedUserBehaviour(Resource resource, Model model) throws com.ibm.adtech.jastor.JastorException
resource
- The resource of the ExtendedUserBehaviourmodel
- the Jena Model.
com.ibm.adtech.jastor.JastorException
public static List getAllExtendedUserBehaviour(Model model) throws com.ibm.adtech.jastor.JastorException
model
- the Jena Model
com.ibm.adtech.jastor.JastorException
public static NominalSet createNominalSet(Resource resource, Model model) throws com.ibm.adtech.jastor.JastorException
resource
- The resource of the NominalSetmodel
- the Jena Model.
com.ibm.adtech.jastor.JastorException
public static NominalSet createNominalSet(String uri, Model model) throws com.ibm.adtech.jastor.JastorException
uri
- The uri of the NominalSetmodel
- the Jena Model.
com.ibm.adtech.jastor.JastorException
public static NominalSet getNominalSet(String uri, Model model) throws com.ibm.adtech.jastor.JastorException
uri
- The uri of the NominalSetmodel
- the Jena Model.
com.ibm.adtech.jastor.JastorException
public static NominalSet getNominalSet(Resource resource, Model model) throws com.ibm.adtech.jastor.JastorException
resource
- The resource of the NominalSetmodel
- the Jena Model.
com.ibm.adtech.jastor.JastorException
public static List getAllNominalSet(Model model) throws com.ibm.adtech.jastor.JastorException
model
- the Jena Model
com.ibm.adtech.jastor.JastorException
public static IntervalDomain createIntervalDomain(Resource resource, Model model) throws com.ibm.adtech.jastor.JastorException
resource
- The resource of the IntervalDomainmodel
- the Jena Model.
com.ibm.adtech.jastor.JastorException
public static IntervalDomain createIntervalDomain(String uri, Model model) throws com.ibm.adtech.jastor.JastorException
uri
- The uri of the IntervalDomainmodel
- the Jena Model.
com.ibm.adtech.jastor.JastorException
public static IntervalDomain getIntervalDomain(String uri, Model model) throws com.ibm.adtech.jastor.JastorException
uri
- The uri of the IntervalDomainmodel
- the Jena Model.
com.ibm.adtech.jastor.JastorException
public static IntervalDomain getIntervalDomain(Resource resource, Model model) throws com.ibm.adtech.jastor.JastorException
resource
- The resource of the IntervalDomainmodel
- the Jena Model.
com.ibm.adtech.jastor.JastorException
public static IntervalDomain getAgeDomain(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static List getAllIntervalDomain(Model model) throws com.ibm.adtech.jastor.JastorException
model
- the Jena Model
com.ibm.adtech.jastor.JastorException
public static OpinionSet createOpinionSet(Resource resource, Model model) throws com.ibm.adtech.jastor.JastorException
resource
- The resource of the OpinionSetmodel
- the Jena Model.
com.ibm.adtech.jastor.JastorException
public static OpinionSet createOpinionSet(String uri, Model model) throws com.ibm.adtech.jastor.JastorException
uri
- The uri of the OpinionSetmodel
- the Jena Model.
com.ibm.adtech.jastor.JastorException
public static OpinionSet getOpinionSet(String uri, Model model) throws com.ibm.adtech.jastor.JastorException
uri
- The uri of the OpinionSetmodel
- the Jena Model.
com.ibm.adtech.jastor.JastorException
public static OpinionSet getOpinionSet(Resource resource, Model model) throws com.ibm.adtech.jastor.JastorException
resource
- The resource of the OpinionSetmodel
- the Jena Model.
com.ibm.adtech.jastor.JastorException
public static List getAllOpinionSet(Model model) throws com.ibm.adtech.jastor.JastorException
model
- the Jena Model
com.ibm.adtech.jastor.JastorException
public static Parameter createParameter(Resource resource, Model model) throws com.ibm.adtech.jastor.JastorException
resource
- The resource of the Parametermodel
- the Jena Model.
com.ibm.adtech.jastor.JastorException
public static Parameter createParameter(String uri, Model model) throws com.ibm.adtech.jastor.JastorException
uri
- The uri of the Parametermodel
- the Jena Model.
com.ibm.adtech.jastor.JastorException
public static Parameter getParameter(String uri, Model model) throws com.ibm.adtech.jastor.JastorException
uri
- The uri of the Parametermodel
- the Jena Model.
com.ibm.adtech.jastor.JastorException
public static Parameter getParameter(Resource resource, Model model) throws com.ibm.adtech.jastor.JastorException
resource
- The resource of the Parametermodel
- the Jena Model.
com.ibm.adtech.jastor.JastorException
public static List getAllParameter(Model model) throws com.ibm.adtech.jastor.JastorException
model
- the Jena Model
com.ibm.adtech.jastor.JastorException
public static Age createAge(Resource resource, Model model) throws com.ibm.adtech.jastor.JastorException
resource
- The resource of the Agemodel
- the Jena Model.
com.ibm.adtech.jastor.JastorException
public static Age createAge(String uri, Model model) throws com.ibm.adtech.jastor.JastorException
uri
- The uri of the Agemodel
- the Jena Model.
com.ibm.adtech.jastor.JastorException
public static Age getAge(String uri, Model model) throws com.ibm.adtech.jastor.JastorException
uri
- The uri of the Agemodel
- the Jena Model.
com.ibm.adtech.jastor.JastorException
public static Age getAge(Resource resource, Model model) throws com.ibm.adtech.jastor.JastorException
resource
- The resource of the Agemodel
- the Jena Model.
com.ibm.adtech.jastor.JastorException
public static Age getAgeMin(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static Age getAgeMax(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static List getAllAge(Model model) throws com.ibm.adtech.jastor.JastorException
model
- the Jena Model
com.ibm.adtech.jastor.JastorException
public static UserBehaviourContext createUserBehaviourContext(Resource resource, Model model) throws com.ibm.adtech.jastor.JastorException
resource
- The resource of the UserBehaviourContextmodel
- the Jena Model.
com.ibm.adtech.jastor.JastorException
public static UserBehaviourContext createUserBehaviourContext(String uri, Model model) throws com.ibm.adtech.jastor.JastorException
uri
- The uri of the UserBehaviourContextmodel
- the Jena Model.
com.ibm.adtech.jastor.JastorException
public static UserBehaviourContext getUserBehaviourContext(String uri, Model model) throws com.ibm.adtech.jastor.JastorException
uri
- The uri of the UserBehaviourContextmodel
- the Jena Model.
com.ibm.adtech.jastor.JastorException
public static UserBehaviourContext getUserBehaviourContext(Resource resource, Model model) throws com.ibm.adtech.jastor.JastorException
resource
- The resource of the UserBehaviourContextmodel
- the Jena Model.
com.ibm.adtech.jastor.JastorException
public static List getAllUserBehaviourContext(Model model) throws com.ibm.adtech.jastor.JastorException
model
- the Jena Model
com.ibm.adtech.jastor.JastorException
public static Ordinal createOrdinal(Resource resource, Model model) throws com.ibm.adtech.jastor.JastorException
resource
- The resource of the Ordinalmodel
- the Jena Model.
com.ibm.adtech.jastor.JastorException
public static Ordinal createOrdinal(String uri, Model model) throws com.ibm.adtech.jastor.JastorException
uri
- The uri of the Ordinalmodel
- the Jena Model.
com.ibm.adtech.jastor.JastorException
public static Ordinal getOrdinal(String uri, Model model) throws com.ibm.adtech.jastor.JastorException
uri
- The uri of the Ordinalmodel
- the Jena Model.
com.ibm.adtech.jastor.JastorException
public static Ordinal getOrdinal(Resource resource, Model model) throws com.ibm.adtech.jastor.JastorException
resource
- The resource of the Ordinalmodel
- the Jena Model.
com.ibm.adtech.jastor.JastorException
public static List getAllOrdinal(Model model) throws com.ibm.adtech.jastor.JastorException
model
- the Jena Model
com.ibm.adtech.jastor.JastorException
public static Opinion createOpinion(Resource resource, Model model) throws com.ibm.adtech.jastor.JastorException
resource
- The resource of the Opinionmodel
- the Jena Model.
com.ibm.adtech.jastor.JastorException
public static Opinion createOpinion(String uri, Model model) throws com.ibm.adtech.jastor.JastorException
uri
- The uri of the Opinionmodel
- the Jena Model.
com.ibm.adtech.jastor.JastorException
public static Opinion getOpinion(String uri, Model model) throws com.ibm.adtech.jastor.JastorException
uri
- The uri of the Opinionmodel
- the Jena Model.
com.ibm.adtech.jastor.JastorException
public static Opinion getOpinion(Resource resource, Model model) throws com.ibm.adtech.jastor.JastorException
resource
- The resource of the Opinionmodel
- the Jena Model.
com.ibm.adtech.jastor.JastorException
public static List getAllOpinion(Model model) throws com.ibm.adtech.jastor.JastorException
model
- the Jena Model
com.ibm.adtech.jastor.JastorException
public static MeasureSet createMeasureSet(Resource resource, Model model) throws com.ibm.adtech.jastor.JastorException
resource
- The resource of the MeasureSetmodel
- the Jena Model.
com.ibm.adtech.jastor.JastorException
public static MeasureSet createMeasureSet(String uri, Model model) throws com.ibm.adtech.jastor.JastorException
uri
- The uri of the MeasureSetmodel
- the Jena Model.
com.ibm.adtech.jastor.JastorException
public static MeasureSet getMeasureSet(String uri, Model model) throws com.ibm.adtech.jastor.JastorException
uri
- The uri of the MeasureSetmodel
- the Jena Model.
com.ibm.adtech.jastor.JastorException
public static MeasureSet getMeasureSet(Resource resource, Model model) throws com.ibm.adtech.jastor.JastorException
resource
- The resource of the MeasureSetmodel
- the Jena Model.
com.ibm.adtech.jastor.JastorException
public static List getAllMeasureSet(Model model) throws com.ibm.adtech.jastor.JastorException
model
- the Jena Model
com.ibm.adtech.jastor.JastorException
public static Classification createClassification(Resource resource, Model model) throws com.ibm.adtech.jastor.JastorException
resource
- The resource of the Classificationmodel
- the Jena Model.
com.ibm.adtech.jastor.JastorException
public static Classification createClassification(String uri, Model model) throws com.ibm.adtech.jastor.JastorException
uri
- The uri of the Classificationmodel
- the Jena Model.
com.ibm.adtech.jastor.JastorException
public static Classification getClassification(String uri, Model model) throws com.ibm.adtech.jastor.JastorException
uri
- The uri of the Classificationmodel
- the Jena Model.
com.ibm.adtech.jastor.JastorException
public static Classification getClassification(Resource resource, Model model) throws com.ibm.adtech.jastor.JastorException
resource
- The resource of the Classificationmodel
- the Jena Model.
com.ibm.adtech.jastor.JastorException
public static Classification getNotClassified(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static Classification getNotInteresting(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static Classification getInteresting(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static List getAllClassification(Model model) throws com.ibm.adtech.jastor.JastorException
model
- the Jena Model
com.ibm.adtech.jastor.JastorException
public static StereotypeProfileData createStereotypeProfileData(Resource resource, Model model) throws com.ibm.adtech.jastor.JastorException
resource
- The resource of the StereotypeProfileDatamodel
- the Jena Model.
com.ibm.adtech.jastor.JastorException
public static StereotypeProfileData createStereotypeProfileData(String uri, Model model) throws com.ibm.adtech.jastor.JastorException
uri
- The uri of the StereotypeProfileDatamodel
- the Jena Model.
com.ibm.adtech.jastor.JastorException
public static StereotypeProfileData getStereotypeProfileData(String uri, Model model) throws com.ibm.adtech.jastor.JastorException
uri
- The uri of the StereotypeProfileDatamodel
- the Jena Model.
com.ibm.adtech.jastor.JastorException
public static StereotypeProfileData getStereotypeProfileData(Resource resource, Model model) throws com.ibm.adtech.jastor.JastorException
resource
- The resource of the StereotypeProfileDatamodel
- the Jena Model.
com.ibm.adtech.jastor.JastorException
public static List getAllStereotypeProfileData(Model model) throws com.ibm.adtech.jastor.JastorException
model
- the Jena Model
com.ibm.adtech.jastor.JastorException
public static Nominal createNominal(Resource resource, Model model) throws com.ibm.adtech.jastor.JastorException
resource
- The resource of the Nominalmodel
- the Jena Model.
com.ibm.adtech.jastor.JastorException
public static Nominal createNominal(String uri, Model model) throws com.ibm.adtech.jastor.JastorException
uri
- The uri of the Nominalmodel
- the Jena Model.
com.ibm.adtech.jastor.JastorException
public static Nominal getNominal(String uri, Model model) throws com.ibm.adtech.jastor.JastorException
uri
- The uri of the Nominalmodel
- the Jena Model.
com.ibm.adtech.jastor.JastorException
public static Nominal getNominal(Resource resource, Model model) throws com.ibm.adtech.jastor.JastorException
resource
- The resource of the Nominalmodel
- the Jena Model.
com.ibm.adtech.jastor.JastorException
public static List getAllNominal(Model model) throws com.ibm.adtech.jastor.JastorException
model
- the Jena Model
com.ibm.adtech.jastor.JastorException
public static Interval createInterval(Resource resource, Model model) throws com.ibm.adtech.jastor.JastorException
resource
- The resource of the Intervalmodel
- the Jena Model.
com.ibm.adtech.jastor.JastorException
public static Interval createInterval(String uri, Model model) throws com.ibm.adtech.jastor.JastorException
uri
- The uri of the Intervalmodel
- the Jena Model.
com.ibm.adtech.jastor.JastorException
public static Interval getInterval(String uri, Model model) throws com.ibm.adtech.jastor.JastorException
uri
- The uri of the Intervalmodel
- the Jena Model.
com.ibm.adtech.jastor.JastorException
public static Interval getInterval(Resource resource, Model model) throws com.ibm.adtech.jastor.JastorException
resource
- The resource of the Intervalmodel
- the Jena Model.
com.ibm.adtech.jastor.JastorException
public static List getAllInterval(Model model) throws com.ibm.adtech.jastor.JastorException
model
- the Jena Model
com.ibm.adtech.jastor.JastorException
public static AgeSet createAgeSet(Resource resource, Model model) throws com.ibm.adtech.jastor.JastorException
resource
- The resource of the AgeSetmodel
- the Jena Model.
com.ibm.adtech.jastor.JastorException
public static AgeSet createAgeSet(String uri, Model model) throws com.ibm.adtech.jastor.JastorException
uri
- The uri of the AgeSetmodel
- the Jena Model.
com.ibm.adtech.jastor.JastorException
public static AgeSet getAgeSet(String uri, Model model) throws com.ibm.adtech.jastor.JastorException
uri
- The uri of the AgeSetmodel
- the Jena Model.
com.ibm.adtech.jastor.JastorException
public static AgeSet getAgeSet(Resource resource, Model model) throws com.ibm.adtech.jastor.JastorException
resource
- The resource of the AgeSetmodel
- the Jena Model.
com.ibm.adtech.jastor.JastorException
public static List getAllAgeSet(Model model) throws com.ibm.adtech.jastor.JastorException
model
- the Jena Model
com.ibm.adtech.jastor.JastorException
public static ProfessionSet createProfessionSet(Resource resource, Model model) throws com.ibm.adtech.jastor.JastorException
resource
- The resource of the ProfessionSetmodel
- the Jena Model.
com.ibm.adtech.jastor.JastorException
public static ProfessionSet createProfessionSet(String uri, Model model) throws com.ibm.adtech.jastor.JastorException
uri
- The uri of the ProfessionSetmodel
- the Jena Model.
com.ibm.adtech.jastor.JastorException
public static ProfessionSet getProfessionSet(String uri, Model model) throws com.ibm.adtech.jastor.JastorException
uri
- The uri of the ProfessionSetmodel
- the Jena Model.
com.ibm.adtech.jastor.JastorException
public static ProfessionSet getProfessionSet(Resource resource, Model model) throws com.ibm.adtech.jastor.JastorException
resource
- The resource of the ProfessionSetmodel
- the Jena Model.
com.ibm.adtech.jastor.JastorException
public static List getAllProfessionSet(Model model) throws com.ibm.adtech.jastor.JastorException
model
- the Jena Model
com.ibm.adtech.jastor.JastorException
public static IntervalSet createIntervalSet(Resource resource, Model model) throws com.ibm.adtech.jastor.JastorException
resource
- The resource of the IntervalSetmodel
- the Jena Model.
com.ibm.adtech.jastor.JastorException
public static IntervalSet createIntervalSet(String uri, Model model) throws com.ibm.adtech.jastor.JastorException
uri
- The uri of the IntervalSetmodel
- the Jena Model.
com.ibm.adtech.jastor.JastorException
public static IntervalSet getIntervalSet(String uri, Model model) throws com.ibm.adtech.jastor.JastorException
uri
- The uri of the IntervalSetmodel
- the Jena Model.
com.ibm.adtech.jastor.JastorException
public static IntervalSet getIntervalSet(Resource resource, Model model) throws com.ibm.adtech.jastor.JastorException
resource
- The resource of the IntervalSetmodel
- the Jena Model.
com.ibm.adtech.jastor.JastorException
public static List getAllIntervalSet(Model model) throws com.ibm.adtech.jastor.JastorException
model
- the Jena Model
com.ibm.adtech.jastor.JastorException
public static Profile createProfile(Resource resource, Model model) throws com.ibm.adtech.jastor.JastorException
resource
- The resource of the Profilemodel
- the Jena Model.
com.ibm.adtech.jastor.JastorException
public static Profile createProfile(String uri, Model model) throws com.ibm.adtech.jastor.JastorException
uri
- The uri of the Profilemodel
- the Jena Model.
com.ibm.adtech.jastor.JastorException
public static Profile getProfile(String uri, Model model) throws com.ibm.adtech.jastor.JastorException
uri
- The uri of the Profilemodel
- the Jena Model.
com.ibm.adtech.jastor.JastorException
public static Profile getProfile(Resource resource, Model model) throws com.ibm.adtech.jastor.JastorException
resource
- The resource of the Profilemodel
- the Jena Model.
com.ibm.adtech.jastor.JastorException
public static List getAllProfile(Model model) throws com.ibm.adtech.jastor.JastorException
model
- the Jena Model
com.ibm.adtech.jastor.JastorException
public static UserProfile createUserProfile(Resource resource, Model model) throws com.ibm.adtech.jastor.JastorException
resource
- The resource of the UserProfilemodel
- the Jena Model.
com.ibm.adtech.jastor.JastorException
public static UserProfile createUserProfile(String uri, Model model) throws com.ibm.adtech.jastor.JastorException
uri
- The uri of the UserProfilemodel
- the Jena Model.
com.ibm.adtech.jastor.JastorException
public static UserProfile getUserProfile(String uri, Model model) throws com.ibm.adtech.jastor.JastorException
uri
- The uri of the UserProfilemodel
- the Jena Model.
com.ibm.adtech.jastor.JastorException
public static UserProfile getUserProfile(Resource resource, Model model) throws com.ibm.adtech.jastor.JastorException
resource
- The resource of the UserProfilemodel
- the Jena Model.
com.ibm.adtech.jastor.JastorException
public static List getAllUserProfile(Model model) throws com.ibm.adtech.jastor.JastorException
model
- the Jena Model
com.ibm.adtech.jastor.JastorException
public static StereotypeProfile createStereotypeProfile(Resource resource, Model model) throws com.ibm.adtech.jastor.JastorException
resource
- The resource of the StereotypeProfilemodel
- the Jena Model.
com.ibm.adtech.jastor.JastorException
public static StereotypeProfile createStereotypeProfile(String uri, Model model) throws com.ibm.adtech.jastor.JastorException
uri
- The uri of the StereotypeProfilemodel
- the Jena Model.
com.ibm.adtech.jastor.JastorException
public static StereotypeProfile getStereotypeProfile(String uri, Model model) throws com.ibm.adtech.jastor.JastorException
uri
- The uri of the StereotypeProfilemodel
- the Jena Model.
com.ibm.adtech.jastor.JastorException
public static StereotypeProfile getStereotypeProfile(Resource resource, Model model) throws com.ibm.adtech.jastor.JastorException
resource
- The resource of the StereotypeProfilemodel
- the Jena Model.
com.ibm.adtech.jastor.JastorException
public static List getAllStereotypeProfile(Model model) throws com.ibm.adtech.jastor.JastorException
model
- the Jena Model
com.ibm.adtech.jastor.JastorException
public static ProfileData createProfileData(Resource resource, Model model) throws com.ibm.adtech.jastor.JastorException
resource
- The resource of the ProfileDatamodel
- the Jena Model.
com.ibm.adtech.jastor.JastorException
public static ProfileData createProfileData(String uri, Model model) throws com.ibm.adtech.jastor.JastorException
uri
- The uri of the ProfileDatamodel
- the Jena Model.
com.ibm.adtech.jastor.JastorException
public static ProfileData getProfileData(String uri, Model model) throws com.ibm.adtech.jastor.JastorException
uri
- The uri of the ProfileDatamodel
- the Jena Model.
com.ibm.adtech.jastor.JastorException
public static ProfileData getProfileData(Resource resource, Model model) throws com.ibm.adtech.jastor.JastorException
resource
- The resource of the ProfileDatamodel
- the Jena Model.
com.ibm.adtech.jastor.JastorException
public static List getAllProfileData(Model model) throws com.ibm.adtech.jastor.JastorException
model
- the Jena Model
com.ibm.adtech.jastor.JastorException
public static EventSession createEventSession(Resource resource, Model model) throws com.ibm.adtech.jastor.JastorException
resource
- The resource of the EventSessionmodel
- the Jena Model.
com.ibm.adtech.jastor.JastorException
public static EventSession createEventSession(String uri, Model model) throws com.ibm.adtech.jastor.JastorException
uri
- The uri of the EventSessionmodel
- the Jena Model.
com.ibm.adtech.jastor.JastorException
public static EventSession getEventSession(String uri, Model model) throws com.ibm.adtech.jastor.JastorException
uri
- The uri of the EventSessionmodel
- the Jena Model.
com.ibm.adtech.jastor.JastorException
public static EventSession getEventSession(Resource resource, Model model) throws com.ibm.adtech.jastor.JastorException
resource
- The resource of the EventSessionmodel
- the Jena Model.
com.ibm.adtech.jastor.JastorException
public static List getAllEventSession(Model model) throws com.ibm.adtech.jastor.JastorException
model
- the Jena Model
com.ibm.adtech.jastor.JastorException
public static WealthSet createWealthSet(Resource resource, Model model) throws com.ibm.adtech.jastor.JastorException
resource
- The resource of the WealthSetmodel
- the Jena Model.
com.ibm.adtech.jastor.JastorException
public static WealthSet createWealthSet(String uri, Model model) throws com.ibm.adtech.jastor.JastorException
uri
- The uri of the WealthSetmodel
- the Jena Model.
com.ibm.adtech.jastor.JastorException
public static WealthSet getWealthSet(String uri, Model model) throws com.ibm.adtech.jastor.JastorException
uri
- The uri of the WealthSetmodel
- the Jena Model.
com.ibm.adtech.jastor.JastorException
public static WealthSet getWealthSet(Resource resource, Model model) throws com.ibm.adtech.jastor.JastorException
resource
- The resource of the WealthSetmodel
- the Jena Model.
com.ibm.adtech.jastor.JastorException
public static List getAllWealthSet(Model model) throws com.ibm.adtech.jastor.JastorException
model
- the Jena Model
com.ibm.adtech.jastor.JastorException
public static RatedResult createRatedResult(Resource resource, Model model) throws com.ibm.adtech.jastor.JastorException
resource
- The resource of the RatedResultmodel
- the Jena Model.
com.ibm.adtech.jastor.JastorException
public static RatedResult createRatedResult(String uri, Model model) throws com.ibm.adtech.jastor.JastorException
uri
- The uri of the RatedResultmodel
- the Jena Model.
com.ibm.adtech.jastor.JastorException
public static RatedResult getRatedResult(String uri, Model model) throws com.ibm.adtech.jastor.JastorException
uri
- The uri of the RatedResultmodel
- the Jena Model.
com.ibm.adtech.jastor.JastorException
public static RatedResult getRatedResult(Resource resource, Model model) throws com.ibm.adtech.jastor.JastorException
resource
- The resource of the RatedResultmodel
- the Jena Model.
com.ibm.adtech.jastor.JastorException
public static List getAllRatedResult(Model model) throws com.ibm.adtech.jastor.JastorException
model
- the Jena Model
com.ibm.adtech.jastor.JastorException
public static ContextParameter createContextParameter(Resource resource, Model model) throws com.ibm.adtech.jastor.JastorException
resource
- The resource of the ContextParametermodel
- the Jena Model.
com.ibm.adtech.jastor.JastorException
public static ContextParameter createContextParameter(String uri, Model model) throws com.ibm.adtech.jastor.JastorException
uri
- The uri of the ContextParametermodel
- the Jena Model.
com.ibm.adtech.jastor.JastorException
public static ContextParameter getContextParameter(String uri, Model model) throws com.ibm.adtech.jastor.JastorException
uri
- The uri of the ContextParametermodel
- the Jena Model.
com.ibm.adtech.jastor.JastorException
public static ContextParameter getContextParameter(Resource resource, Model model) throws com.ibm.adtech.jastor.JastorException
resource
- The resource of the ContextParametermodel
- the Jena Model.
com.ibm.adtech.jastor.JastorException
public static ContextParameter getTargetURI(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static List getAllContextParameter(Model model) throws com.ibm.adtech.jastor.JastorException
model
- the Jena Model
com.ibm.adtech.jastor.JastorException
public static Measure createMeasure(Resource resource, Model model) throws com.ibm.adtech.jastor.JastorException
resource
- The resource of the Measuremodel
- the Jena Model.
com.ibm.adtech.jastor.JastorException
public static Measure createMeasure(String uri, Model model) throws com.ibm.adtech.jastor.JastorException
uri
- The uri of the Measuremodel
- the Jena Model.
com.ibm.adtech.jastor.JastorException
public static Measure getMeasure(String uri, Model model) throws com.ibm.adtech.jastor.JastorException
uri
- The uri of the Measuremodel
- the Jena Model.
com.ibm.adtech.jastor.JastorException
public static Measure getMeasure(Resource resource, Model model) throws com.ibm.adtech.jastor.JastorException
resource
- The resource of the Measuremodel
- the Jena Model.
com.ibm.adtech.jastor.JastorException
public static List getAllMeasure(Model model) throws com.ibm.adtech.jastor.JastorException
model
- the Jena Model
com.ibm.adtech.jastor.JastorException
public static Dress createDress(Resource resource, Model model) throws com.ibm.adtech.jastor.JastorException
resource
- The resource of the Dressmodel
- the Jena Model.
com.ibm.adtech.jastor.JastorException
public static Dress createDress(String uri, Model model) throws com.ibm.adtech.jastor.JastorException
uri
- The uri of the Dressmodel
- the Jena Model.
com.ibm.adtech.jastor.JastorException
public static Dress getDress(String uri, Model model) throws com.ibm.adtech.jastor.JastorException
uri
- The uri of the Dressmodel
- the Jena Model.
com.ibm.adtech.jastor.JastorException
public static Dress getDress(Resource resource, Model model) throws com.ibm.adtech.jastor.JastorException
resource
- The resource of the Dressmodel
- the Jena Model.
com.ibm.adtech.jastor.JastorException
public static Dress getNaturalDress(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static Dress getElegantDress(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static Dress getSportyDress(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static Dress getOtherDress(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static List getAllDress(Model model) throws com.ibm.adtech.jastor.JastorException
model
- the Jena Model
com.ibm.adtech.jastor.JastorException
public static Event createEvent(Resource resource, Model model) throws com.ibm.adtech.jastor.JastorException
resource
- The resource of the Eventmodel
- the Jena Model.
com.ibm.adtech.jastor.JastorException
public static Event createEvent(String uri, Model model) throws com.ibm.adtech.jastor.JastorException
uri
- The uri of the Eventmodel
- the Jena Model.
com.ibm.adtech.jastor.JastorException
public static Event getEvent(String uri, Model model) throws com.ibm.adtech.jastor.JastorException
uri
- The uri of the Eventmodel
- the Jena Model.
com.ibm.adtech.jastor.JastorException
public static Event getEvent(Resource resource, Model model) throws com.ibm.adtech.jastor.JastorException
resource
- The resource of the Eventmodel
- the Jena Model.
com.ibm.adtech.jastor.JastorException
public static Event getLastEvent(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static List getAllEvent(Model model) throws com.ibm.adtech.jastor.JastorException
model
- the Jena Model
com.ibm.adtech.jastor.JastorException
public static User createUser(Resource resource, Model model) throws com.ibm.adtech.jastor.JastorException
resource
- The resource of the Usermodel
- the Jena Model.
com.ibm.adtech.jastor.JastorException
public static User createUser(String uri, Model model) throws com.ibm.adtech.jastor.JastorException
uri
- The uri of the Usermodel
- the Jena Model.
com.ibm.adtech.jastor.JastorException
public static User getUser(String uri, Model model) throws com.ibm.adtech.jastor.JastorException
uri
- The uri of the Usermodel
- the Jena Model.
com.ibm.adtech.jastor.JastorException
public static User getUser(Resource resource, Model model) throws com.ibm.adtech.jastor.JastorException
resource
- The resource of the Usermodel
- the Jena Model.
com.ibm.adtech.jastor.JastorException
public static User getLastUser(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static List getAllUser(Model model) throws com.ibm.adtech.jastor.JastorException
model
- the Jena Model
com.ibm.adtech.jastor.JastorException
public static UserBehaviour createUserBehaviour(Resource resource, Model model) throws com.ibm.adtech.jastor.JastorException
resource
- The resource of the UserBehaviourmodel
- the Jena Model.
com.ibm.adtech.jastor.JastorException
public static UserBehaviour createUserBehaviour(String uri, Model model) throws com.ibm.adtech.jastor.JastorException
uri
- The uri of the UserBehaviourmodel
- the Jena Model.
com.ibm.adtech.jastor.JastorException
public static UserBehaviour getUserBehaviour(String uri, Model model) throws com.ibm.adtech.jastor.JastorException
uri
- The uri of the UserBehaviourmodel
- the Jena Model.
com.ibm.adtech.jastor.JastorException
public static UserBehaviour getUserBehaviour(Resource resource, Model model) throws com.ibm.adtech.jastor.JastorException
resource
- The resource of the UserBehaviourmodel
- the Jena Model.
com.ibm.adtech.jastor.JastorException
public static UserBehaviour getExitSearchingBehaviour(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static UserBehaviour getQueryForRestaurantBehaviour(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static UserBehaviour getClickForRestaurantDetailsBehaviour(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static UserBehaviour getRateRestaurantPositiveBehaviour(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static UserBehaviour getEntrySearchingBehaviour(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static List getAllUserBehaviour(Model model) throws com.ibm.adtech.jastor.JastorException
model
- the Jena Model
com.ibm.adtech.jastor.JastorException
public static OrdinalSet createOrdinalSet(Resource resource, Model model) throws com.ibm.adtech.jastor.JastorException
resource
- The resource of the OrdinalSetmodel
- the Jena Model.
com.ibm.adtech.jastor.JastorException
public static OrdinalSet createOrdinalSet(String uri, Model model) throws com.ibm.adtech.jastor.JastorException
uri
- The uri of the OrdinalSetmodel
- the Jena Model.
com.ibm.adtech.jastor.JastorException
public static OrdinalSet getOrdinalSet(String uri, Model model) throws com.ibm.adtech.jastor.JastorException
uri
- The uri of the OrdinalSetmodel
- the Jena Model.
com.ibm.adtech.jastor.JastorException
public static OrdinalSet getOrdinalSet(Resource resource, Model model) throws com.ibm.adtech.jastor.JastorException
resource
- The resource of the OrdinalSetmodel
- the Jena Model.
com.ibm.adtech.jastor.JastorException
public static List getAllOrdinalSet(Model model) throws com.ibm.adtech.jastor.JastorException
model
- the Jena Model
com.ibm.adtech.jastor.JastorException
public static Wealth createWealth(Resource resource, Model model) throws com.ibm.adtech.jastor.JastorException
resource
- The resource of the Wealthmodel
- the Jena Model.
com.ibm.adtech.jastor.JastorException
public static Wealth createWealth(String uri, Model model) throws com.ibm.adtech.jastor.JastorException
uri
- The uri of the Wealthmodel
- the Jena Model.
com.ibm.adtech.jastor.JastorException
public static Wealth getWealth(String uri, Model model) throws com.ibm.adtech.jastor.JastorException
uri
- The uri of the Wealthmodel
- the Jena Model.
com.ibm.adtech.jastor.JastorException
public static Wealth getWealth(Resource resource, Model model) throws com.ibm.adtech.jastor.JastorException
resource
- The resource of the Wealthmodel
- the Jena Model.
com.ibm.adtech.jastor.JastorException
public static Wealth getAverageRich(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static Wealth getVeryRich(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static Wealth getRich(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static Wealth getNotRich(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static List getAllWealth(Model model) throws com.ibm.adtech.jastor.JastorException
model
- the Jena Model
com.ibm.adtech.jastor.JastorException
public static DressSet createDressSet(Resource resource, Model model) throws com.ibm.adtech.jastor.JastorException
resource
- The resource of the DressSetmodel
- the Jena Model.
com.ibm.adtech.jastor.JastorException
public static DressSet createDressSet(String uri, Model model) throws com.ibm.adtech.jastor.JastorException
uri
- The uri of the DressSetmodel
- the Jena Model.
com.ibm.adtech.jastor.JastorException
public static DressSet getDressSet(String uri, Model model) throws com.ibm.adtech.jastor.JastorException
uri
- The uri of the DressSetmodel
- the Jena Model.
com.ibm.adtech.jastor.JastorException
public static DressSet getDressSet(Resource resource, Model model) throws com.ibm.adtech.jastor.JastorException
resource
- The resource of the DressSetmodel
- the Jena Model.
com.ibm.adtech.jastor.JastorException
public static List getAllDressSet(Model model) throws com.ibm.adtech.jastor.JastorException
model
- the Jena Model
com.ibm.adtech.jastor.JastorException
public static MeasureDomain createMeasureDomain(Resource resource, Model model) throws com.ibm.adtech.jastor.JastorException
resource
- The resource of the MeasureDomainmodel
- the Jena Model.
com.ibm.adtech.jastor.JastorException
public static MeasureDomain createMeasureDomain(String uri, Model model) throws com.ibm.adtech.jastor.JastorException
uri
- The uri of the MeasureDomainmodel
- the Jena Model.
com.ibm.adtech.jastor.JastorException
public static MeasureDomain getMeasureDomain(String uri, Model model) throws com.ibm.adtech.jastor.JastorException
uri
- The uri of the MeasureDomainmodel
- the Jena Model.
com.ibm.adtech.jastor.JastorException
public static MeasureDomain getMeasureDomain(Resource resource, Model model) throws com.ibm.adtech.jastor.JastorException
resource
- The resource of the MeasureDomainmodel
- the Jena Model.
com.ibm.adtech.jastor.JastorException
public static List getAllMeasureDomain(Model model) throws com.ibm.adtech.jastor.JastorException
model
- the Jena Model
com.ibm.adtech.jastor.JastorException
public static UserProfileData createUserProfileData(Resource resource, Model model) throws com.ibm.adtech.jastor.JastorException
resource
- The resource of the UserProfileDatamodel
- the Jena Model.
com.ibm.adtech.jastor.JastorException
public static UserProfileData createUserProfileData(String uri, Model model) throws com.ibm.adtech.jastor.JastorException
uri
- The uri of the UserProfileDatamodel
- the Jena Model.
com.ibm.adtech.jastor.JastorException
public static UserProfileData getUserProfileData(String uri, Model model) throws com.ibm.adtech.jastor.JastorException
uri
- The uri of the UserProfileDatamodel
- the Jena Model.
com.ibm.adtech.jastor.JastorException
public static UserProfileData getUserProfileData(Resource resource, Model model) throws com.ibm.adtech.jastor.JastorException
resource
- The resource of the UserProfileDatamodel
- the Jena Model.
com.ibm.adtech.jastor.JastorException
public static List getAllUserProfileData(Model model) throws com.ibm.adtech.jastor.JastorException
model
- the Jena Model
com.ibm.adtech.jastor.JastorException
public static StatisticEntry createStatisticEntry(Resource resource, Model model) throws com.ibm.adtech.jastor.JastorException
resource
- The resource of the StatisticEntrymodel
- the Jena Model.
com.ibm.adtech.jastor.JastorException
public static StatisticEntry createStatisticEntry(String uri, Model model) throws com.ibm.adtech.jastor.JastorException
uri
- The uri of the StatisticEntrymodel
- the Jena Model.
com.ibm.adtech.jastor.JastorException
public static StatisticEntry getStatisticEntry(String uri, Model model) throws com.ibm.adtech.jastor.JastorException
uri
- The uri of the StatisticEntrymodel
- the Jena Model.
com.ibm.adtech.jastor.JastorException
public static StatisticEntry getStatisticEntry(Resource resource, Model model) throws com.ibm.adtech.jastor.JastorException
resource
- The resource of the StatisticEntrymodel
- the Jena Model.
com.ibm.adtech.jastor.JastorException
public static List getAllStatisticEntry(Model model) throws com.ibm.adtech.jastor.JastorException
model
- the Jena Model
com.ibm.adtech.jastor.JastorException
public static Profession createProfession(Resource resource, Model model) throws com.ibm.adtech.jastor.JastorException
resource
- The resource of the Professionmodel
- the Jena Model.
com.ibm.adtech.jastor.JastorException
public static Profession createProfession(String uri, Model model) throws com.ibm.adtech.jastor.JastorException
uri
- The uri of the Professionmodel
- the Jena Model.
com.ibm.adtech.jastor.JastorException
public static Profession getProfession(String uri, Model model) throws com.ibm.adtech.jastor.JastorException
uri
- The uri of the Professionmodel
- the Jena Model.
com.ibm.adtech.jastor.JastorException
public static Profession getProfession(Resource resource, Model model) throws com.ibm.adtech.jastor.JastorException
resource
- The resource of the Professionmodel
- the Jena Model.
com.ibm.adtech.jastor.JastorException
public static Profession getPensionerAnnuitant(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static Profession getStudentPupil(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static Profession getHandworker(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static Profession getAdvertisingMarketingWorker(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static Profession getUnemployedJobSeeker(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static Profession getManagerDirector(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static Profession getOtherProfession(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static Profession getScientistTeacher(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static Profession getServicesTradeWorker(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static Profession getSpecialistFreeLancer(Model model) throws com.ibm.adtech.jastor.JastorException
model
- The Jena Model.
com.ibm.adtech.jastor.JastorException
public static List getAllProfession(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 |