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

/owl-s/src/impl/owls/
H A DOWLSTranslator_1_0.java305 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) { method in class:OWLSTranslator_1_0
1126 private void copyPropertyValues(OWLIndividua method in class:OWLSTranslator_1_0
[all...]

Completed in 182 milliseconds