|
From: Frank V. C. <fr...@us...> - 2000-11-15 04:33:04
|
Update of /cvsroot/corelinux/clfw In directory slayer.i.sourceforge.net:/tmp/cvs-serv1096 Modified Files: README Log Message: 116737 Ontology work Index: README =================================================================== RCS file: /cvsroot/corelinux/clfw/README,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -r1.12 -r1.13 *** README 2000/11/10 04:42:47 1.12 --- README 2000/11/15 04:33:01 1.13 *************** *** 18,25 **** 0. Pre-pre-amble ! New interface on MetaType allows a dispatch without the need for providing a ! FrameworkEntity pointer. This enables static methods or functions that don't ! require the object to be called. See ChangeLog for more details --- 18,42 ---- 0. Pre-pre-amble ! Quite a bit was added in regards to the whole meta thing. At the highest level ! is the MetaSpace which manages Ontologies which are the semantic network of ! MetaClass composites which are the fat wrappers of MetaType. + Ontologies are organized in a namespace fashion, although the standard of using + that is implementation defined. + + The core ontology (named 'corelinux' (natch)) is autopopulated by virtue of + the MetaType constructors. + + Care must be taken to call the MetaSpace::initialize() prior to using any + of the Ontology or MetaClass functionality. + + Even though the example (clfw/src/testdrivers/exf1) shows off the + MetaSpace/Ontology/MetaClass, the real work will be in our updates to the + Library Load framework abstraction. + + Whew! + + Did anyone say this wouldn't be fun? + See ChangeLog for more details *************** *** 29,33 **** libclfw requires libuuid ! libclfw-0.2.4 require libcorelinux at least 0.4.29 Documentation --- 46,50 ---- libclfw requires libuuid ! libclfw-0.2.5 require libcorelinux at least 0.4.29 Documentation |