Searched refs:getProfile (Results 1 - 17 of 17) sorted by relevance

/owl-s/src/impl/owls/service/
H A DServiceImpl.java50 public Profile getProfile() { method in class:ServiceImpl
97 str += "Profile " + getProfile().debugString() + "\n";
107 Profile profile = getProfile();
115 Profile profile = getProfile();
120 Profile profile = getProfile();
129 Profile profile = getProfile();
/owl-s/src/org/mindswap/owls/process/
H A DParameter.java80 public Profile getProfile(); method in interface:Parameter
H A DProcess.java77 * Get the profile for the service of this project. This is equivalent to getService().getProfile()
81 public Profile getProfile(); method in interface:Process
/owl-s/src/org/mindswap/owls/service/
H A DService.java52 public Profile getProfile(); method in interface:Service
/owl-s/src/org/mindswap/wsdl/
H A DWSDLTranslator.java82 service.getProfile().setServiceName(serviceName);
86 service.getProfile().setTextDescription(textDescription);
87 System.out.println(service.getProfile().getTextDescription());
91 Profile profile = service.getProfile();
111 Profile profile = service.getProfile();
/owl-s/src/examples/
H A DServiceExtension.java72 System.out.println("Profile name: " + service.getProfile().getLocalName());
90 Profile profile = service.getProfile();
H A DServiceParameterExample.java62 Profile profile = s.getProfile();
H A DOWLSExtensions.java55 ExtendedProfile profile = (ExtendedProfile) s.getProfile();
H A DOWLSValidator.java96 out.printBold("Description: ").println(service.getProfile().getTextDescription());
/owl-s/src/impl/owls/process/parameter/
H A DParameterImpl.java98 * @see org.mindswap.owls.process.Parameter#getProfile()
100 public Profile getProfile() { method in class:ParameterImpl
/owl-s/src/impl/owls/process/
H A DProcessImpl.java85 public Profile getProfile() { method in class:ProcessImpl
86 return getService().getProfile();
/owl-s/src/org/mindswap/owls/validator/
H A DOWLSValidator.java207 if (theProcess.getProfile() == null)
545 aProfile = theService.getProfile();
758 // OWLIndividualList aList = aService.getProfile().getServiceParameters();
/owl-s/src/org/mindswap/owl/
H A DOWLModel.java796 public Profile getProfile(URI profileURI); method in interface:OWLModel
/owl-s/src/impl/jena/
H A DOWLModelImpl.java1574 public Profile getProfile(URI profileURI) { method in class:OWLModelImpl
/owl-s/lib/jena/
H A Dxml-apis.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/xml/ javax/xml/XMLConstants.class <Unknown> package ...
H A Djena.jarcom/ com/hp/ com/hp/hpl/ com/hp/hpl/jena/ com/hp/hpl/jena/datatypes/ com/hp/hpl/jena/ ...
H A DxercesImpl.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ org/apache/ org/apache/html/ ...

Completed in 65 milliseconds