Searched refs:Profile (Results 1 - 25 of 29) sorted by relevance

12

/owl-s/src/impl/owls/profile/
H A DServiceCategoryImpl.java49 return getPropertyAsString(OWLS.Profile.categoryName);
56 return getPropertyAsString(OWLS.Profile.taxonomy);
63 return getPropertyAsString(OWLS.Profile.code);
70 return getPropertyAsString(OWLS.Profile.value);
H A DServiceParameterImpl.java49 return getPropertyAsString(OWLS.Profile.serviceParameterName);
56 return getProperty(OWLS.Profile.sParameter);
63 setProperty(OWLS.Profile.serviceParameterName, name);
70 setProperty(OWLS.Profile.sParameter, value);
H A DProfileImpl.java49 import org.mindswap.owls.profile.Profile;
59 public class ProfileImpl extends WrappedIndividual implements Profile {
68 * @see org.mindswap.owls.profile.Profile#getService()
75 * @see org.mindswap.owls.profile.Profile#getTextDescription()
78 setProperty(OWLS.Profile.textDescription, desc);
82 * @see org.mindswap.owls.profile.Profile#getTextDescription()
85 return getPropertyAsString(OWLS.Profile.textDescription);
89 * @see org.mindswap.owls.profile.Profile#getTextDescription(java.lang.String)
92 return getPropertyAsString(OWLS.Profile.textDescription, lang);
96 * @see org.mindswap.owls.profile.Profile#getTextDescriptio
[all...]
/owl-s/src/org/mindswap/owls/service/
H A DService.java33 import org.mindswap.owls.profile.Profile;
47 * Return the Profile that belongs to this Service. Multiple profiles
52 public Profile getProfile();
70 * Set the Profile for this service
74 public void setProfile(Profile profile);
91 * Removes the Profile for this service by breaking the link
96 public void removeProfile(Profile profile);
117 public void deleteProfile(Profile profile);
/owl-s/src/org/mindswap/owls/process/
H A DParameter.java32 import org.mindswap.owls.profile.Profile;
80 public Profile getProfile();
H A DProcess.java34 import org.mindswap.owls.profile.Profile;
81 public Profile getProfile();
/owl-s/src/impl/owls/service/
H A DServiceImpl.java31 import org.mindswap.owls.profile.Profile;
50 public Profile getProfile() {
51 return (Profile) getPropertyAs(OWLS.Service.presents, Profile.class);
68 public void setProfile(Profile profile) {
97 str += "Profile " + getProfile().debugString() + "\n";
107 Profile profile = getProfile();
115 Profile profile = getProfile();
120 Profile profile = getProfile();
129 Profile profil
[all...]
/owl-s/src/impl/owls/process/parameter/
H A DParameterImpl.java40 import org.mindswap.owls.profile.Profile;
100 public Profile getProfile() {
101 OWLIndividual ind = getIncomingProperty(OWLS.Profile.hasInput);
102 return (ind == null) ? null : (Profile) ind.castTo(Profile.class);
/owl-s/src/examples/
H A DOWLSExtensions.java19 import org.mindswap.owls.profile.Profile;
28 * This example shows how the default Profile implementation can be extended to support
44 // Override the default Profile converter to return ExtendedProfile descriptions
45 OWLConfig.addConverter(Profile.class, new ExtendedProfileConverter());
82 * An extension to existing Profile implmentation to return contact information.
148 * Very similar to the default Profile converter.
154 ((OWLIndividual) object).isType(OWLS.Profile.Profile);
159 throw new ConversionException("OWLObject " + object + " cannot be cast to Profile class");
166 ((OWLIndividual) object).addType(OWLS.Profile
[all...]
H A DServiceExtension.java24 import org.mindswap.owls.profile.Profile;
62 Profile profile = ont.createProfile(URIUtils.createURI(baseURI, "TestProfile"));
72 System.out.println("Profile name: " + service.getProfile().getLocalName());
79 // Override the default Profile converter to return ExtendedProfile descriptions
90 Profile profile = service.getProfile();
98 System.out.println("Profile name: " + profile.getLocalName());
106 * An extension to existing Profile implmentation to return contact information.
129 * Very similar to the default Profile converter.
H A DServiceParameterExample.java12 import org.mindswap.owls.profile.Profile;
21 * because it cannot be verified that profile is actually an instance of profile:Profile concept.
62 Profile profile = s.getProfile();
H A DCreateSequence.java47 import org.mindswap.owls.profile.Profile;
69 * Service object with a automatically generated Profile. This function assumes that
83 Profile profile = ont.createProfile(URIUtils.createURI(baseURI, "TestProfile"));
140 * Create a Profile for the composite service. We only set the input and output of the profile
147 Profile createProfile(Profile profile, Process process) {
H A DCreateComplexProcess.java36 import org.mindswap.owls.profile.Profile;
104 Profile profile = createProfile( process );
114 private Profile createProfile( Process process ) {
115 Profile profile = ont.createProfile( uri( "TestProfile" ) );
H A DRunService.java43 import org.mindswap.owls.profile.Profile;
58 Profile profile;
/owl-s/src/impl/owls/
H A DOWLSTranslator_1_0.java80 import org.mindswap.owls.profile.Profile;
159 OWLIndividualList list = inputOnt.getInstances(OWLS_1_0.Profile.Profile);
265 Profile profile = createProfile(profileInfo);
310 createCondition(process, inputOnt.getProperties(processInfo, OWLS_1_0.Profile.hasPrecondition));
734 private Profile createProfile(OWLIndividual profileInfo) {
738 return (Profile) translated.castTo(Profile.class);
741 Profile profile = (Profile) translat
[all...]
H A DOWLSConverters.java123 import org.mindswap.owls.profile.Profile;
155 new GenericOWLSConverter(ProfileImpl.class, OWLS.Profile.Profile);
159 new GenericOWLSConverter(ServiceParameterImpl.class, OWLS.Profile.ServiceParameter);
161 new GenericOWLSConverter(ServiceCategoryImpl.class, OWLS.Profile.ServiceCategory);
338 converters.put(Profile.class, profileConverter);
/owl-s/src/org/mindswap/wsdl/
H A DWSDLTranslator.java39 import org.mindswap.owls.profile.Profile;
57 Profile profile = ont.createProfile(URIUtils.createURI(baseURI, prefix + "Profile"));
91 Profile profile = service.getProfile();
111 Profile profile = service.getProfile();
/owl-s/src/org/mindswap/owl/
H A DOWLFactory.java103 * OWL-S ontologies (Service, Profile, Process and Grounding
118 * and optionally import the OWL-S ontologies (Service, Profile, Process
132 * Import the OWL-S ontologies (Service, Profile, Process
154 owlsProfile = kb.read( OWLS.Profile.URI );
160 owlsProfile = kb.createOntology( URI.create( OWLS.Profile.URI ) );
H A DOWLModel.java53 import org.mindswap.owls.profile.Profile;
796 public Profile getProfile(URI profileURI);
863 public Profile createProfile();
864 public Profile createProfile(URI uri);
/owl-s/src/impl/jena/
H A DOWLModelImpl.java115 import org.mindswap.owls.profile.Profile;
1456 public Profile createProfile() { return createProfile(createInstance(OWLS.Profile.Profile)); }
1457 public Profile createProfile(URI uri) { return createProfile(createInstance(OWLS.Profile.Profile, uri)); }
1458 public Profile createProfile(OWLIndividual ind) {
1490 public ServiceParameter createServiceParameter() { return createServiceParameter(createInstance(OWLS.Profile.ServiceParameter)); }
1491 public ServiceParameter createServiceParameter(URI uri) { return createServiceParameter(createInstance(OWLS.Profile
[all...]
/owl-s/src/org/mindswap/owls/vocabulary/
H A DOWLS_1_0.java70 public static class Profile { class in class:OWLS_1_0
71 public static String URI = OWLS_1_0.URI + "Profile.owl#";
73 public static OWLClass Profile; field in class:OWLS_1_0.Profile
100 Profile = EntityFactory.createClass(URIUtils.createURI(URI + "Profile"));
H A DOWLS_1_0DL.java72 public static class Profile { class in class:OWLS_1_0DL
73 public static String URI = OWLS_1_0DL.URI + "Profile.owl#";
75 public static OWLClass Profile; field in class:OWLS_1_0DL.Profile
102 Profile = EntityFactory.createClass(URIUtils.createURI(URI + "Profile"));
/owl-s/src/org/mindswap/owls/profile/
H A DProfile.java48 * OWL-S concept: http://www.daml.org/services/owl-s/1.0/Profile.owl#Profile
53 public interface Profile extends OWLIndividual, MultiConditional { interface in inherits:OWLIndividual,MultiConditional
/owl-s/src/org/mindswap/owls/validator/
H A DOWLSValidator.java45 import org.mindswap.owls.profile.Profile;
542 Profile aProfile = null;
564 if (aProfile.getProperties(OWLS.Profile.serviceName).size() != 1)
571 if (aProfile.getProperties(OWLS.Profile.textDescription).size() != 1)
581 OWLSValidatorMessage msg = new OWLSValidatorMessage(CODE_INVALID_VALUE,"Profile inputs for service '"+theService.getLocalName()+"' do not match the process inputs!");
588 OWLSValidatorMessage msg = new OWLSValidatorMessage(CODE_INVALID_VALUE,"Profile outputs for service '"+theService.getLocalName()+"' do not match the process outputs!");
610 OWLSValidatorMessage msg = new OWLSValidatorMessage(CODE_MISSING_VALUE,"Profile '"+aProfile.getLocalName()+"' do not specify a process!");
/owl-s/src/impl/owls/process/
H A DProcessImpl.java50 import org.mindswap.owls.profile.Profile;
85 public Profile getProfile() {

Completed in 34 milliseconds

12