Searched refs:profileInfo (Results 1 - 1 of 1) sorted by relevance
/owl-s/src/impl/owls/ |
H A D | OWLSTranslator_1_0.java | 161 OWLIndividual profileInfo = list.individualAt(i);
162 createProfile(profileInfo);
260 OWLIndividual profileInfo = inputOnt.getProperty(serviceInfo, OWLS_1_0.Service.presents);
265 Profile profile = createProfile(profileInfo);
734 private Profile createProfile(OWLIndividual profileInfo) {
argument 736 OWLIndividual translated = (OWLIndividual) translation.get(profileInfo);
741 Profile profile = (Profile) translate(profileInfo, Profile.class, OWLS_1_1.Profile.Profile);
743 copyPropertyValues(profileInfo, OWLS_1_0.Profile.serviceName, profile, OWLS_1_1.Profile.serviceName);
744 copyPropertyValues(profileInfo, RDFS.label, profile, RDFS.label);
745 copyPropertyValues(profileInfo, OWLS_1_ 771 createServiceParameters(Profile profile, OWLIndividual profileInfo) argument 820 createProfileParams(Profile profile, boolean isInput, OWLIndividual profileInfo) argument [all...] |
Completed in 11 milliseconds