Lines Matching defs:copyPropertyValues
305 copyPropertyValues(processInfo, OWLS_1_0.Process.name, process, OWLS_1_1.Process.name);
723 copyPropertyValues(p, RDFS.label, param, RDFS.label);
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_0.Profile.textDescription, profile,
786 copyPropertyValues(serviceParamInfo, OWLS_1_0.Profile.serviceParameterName, serviceParam, OWLS_1_1.Profile.serviceParameterName);
802 copyPropertyValues(ind, RDFS.label, translated, RDFS.label);
804 copyPropertyValues(ind, (OWLDataProperty) prop, translated, (OWLDataProperty) prop);
1120 private void copyPropertyValues(OWLIndividual src, OWLDataProperty srcProp, OWLIndividual target, OWLDataProperty targetProp) {
1126 private void copyPropertyValues(OWLIndividual src, URI srcProp, OWLIndividual target, URI targetProp) {
1151 copyPropertyValues(ind, (OWLDataProperty) prop, translated, (OWLDataProperty) prop);