[owl-s] OWL-S api 1.1.0 beta vs 1.0.0
Michael Grove
mhgrove at hotmail.com
Thu Oct 13 11:04:00 EDT 2005
OWLKnowledgeBase and OWLOntology now have methods to do these operations for
you. If you would like to create an new individual, there is a method
createIndividual(URI), and the parameter is the identifier of the individual
you wish to create. If you would like to create an Input, there is a
similar method called createInput() which will create an Input for you.
Cheers,
Michael
----Original Message Follows----
From: "Hid" <hidme at tiscali.it>
Reply-To: Hid <hidme at tiscali.it>
To: "OWL-S ml" <owl-s at lists.mindswap.org>
Subject: [owl-s] OWL-S api 1.1.0 beta vs 1.0.0
Date: Thu, 13 Oct 2005 15:13:16 +0200
Hi all,
I find in WSDLTranslator.java in OWL 1.0.0 the follow
// create process param
Input input = OWLSFactory.createInput(Util.toResource("#in" + i));
input.setLabel(inputNames[i]);
input.setType(OWLSFactory.createOWLResource(new URI(inputTypes[i])));
In my Matchmaking Project I use OWL-S 1.1.0 beta
and the code precedent is not possible. How can I do the same thing whit
OWL-S 1.1.0 beta?
Thanks all
Hid
_______________________________________________
OWL-S mailing list
OWL-S at lists.mindswap.org
http://lists.mindswap.org/mailman/listinfo/owl-s
More information about the OWL-S
mailing list