New Draft API Document 1d

I have published a new draft 1d at

http://www.w3.org/2005/MWI/DDWG/drafts/api/080222

this is reflective of discussion on the list and the principal features
of this draft are:

1. Removal of Aspect and PropertyName classes and replacement with
PropertyRef Class.

2. Change in signature of SimpleService methods to reflect this

3. Addition of getAPIVersion and getDataVersion methods to assist with
debugging

4. Added words under Vocabulary describing what a vocab is.

The Java interfaces are at

http://www.w3.org/2005/MWI/DDWG/drafts/api/simple/java/org/w3c/ddr/simpl
e/

As well as being included in the document as appendices.

The IDL has not been updated and I have removed it for the time being

Jo

Summary of changes to SimpleService
	+ getAPIVersion()
	+ getDataVersion()
	- gPV(E, AN, PN)
	- gPV(E, PN)
	+ gPV(E, SPR)
	+ gPV(E, Str, Str) Aspect, Property
	+ gPV(E, Str) Property
	- gPVs(E, AN, PN[])
	- gPVs(E, AN)
	- gPVs(E, PN[])
	+ gPVs(E, SPR[])
	+ gPVs(E, Str, Str) IRI, Aspect 
	+ gPVs(E, Str) Aspect
	- listAspects()
	- listProperties()
	+ listPropertyRefs
	- newPN(Str Str)
	- newPN(Str)
	+ newSPR(Str Str Str) IRI Aspect Property
	+ newSPR(Str Str) Aspect Property
	+ newSPR(Str) Property

Received on Friday, 22 February 2008 19:11:16 UTC