if everyone thinks that the wsml2reasoner framework is more
or less atable (e.g. major changes in the published
interfaces are unlikely) then it might indeed be a good idea
to take the steps of aligning wsmo4j and wsml2reasoner (e.g.
providing hooks in the Factory, so that Reasoners can be
created)
Logged In: YES
user_id=548066
disagree
if you want reasoners integrated in wsmo4j then the Facotry
should be responsible for creating Reasoners (just like
parsers, serialiser, etc)
I don't see the need for yet another factory
Logged In: YES
user_id=548066
follow up:
if everyone thinks that the wsml2reasoner framework is more
or less atable (e.g. major changes in the published
interfaces are unlikely) then it might indeed be a good idea
to take the steps of aligning wsmo4j and wsml2reasoner (e.g.
providing hooks in the Factory, so that Reasoners can be
created)
I think that a simle Factory method
__ org.wsml.reasoner.api.WSMLReasoner createReasoner(Map
params) __
... should be sufficient for a start
Logged In: YES
user_id=1246390
OK,
that sounds fine for me.