Changes between Version 4 and Version 5 of PRO_LIB_CORE_TUTORIAL_NEW
- Timestamp:
- 06/29/09 16:51:41 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PRO_LIB_CORE_TUTORIAL_NEW
v4 v5 16 16 * Propertry vs Java field 17 17 * areaComputation example 18 19 [[Include(source:/trunk/sophie2-platform/modules/org.sophie2.core/src/test/java/org/sophie2/core/prolib/tutorial/AutoPropertyDemo.java)]] 18 20 19 21 == Problems Solved == … … 27 29 28 30 == ProObjects and Properties == 29 ProObject hierarchy: 30 31 32 Properties hierarchy: 33 31 32 === ProObjects === 33 [[Image(source:branches/private/gogov/PRO_LIB_CORE_TUTORIAL_R1/sophie2-platform/modules/org.sophie2.core/src/test/resources/ProObjects.png)]] 34 35 === Properties === 34 36 [[Image(source:branches/private/gogov/PRO_LIB_CORE_TUTORIAL_R1/sophie2-platform/modules/org.sophie2.core/src/test/resources/Property Hierarchy.png)]] 37 * Interfaces 38 * Fundamental 39 * Single Properties 40 * Multiple Properties 35 41 36 42 == A Little Bit Of Internals == … … 249 255 == Demo == 250 256 * Tutorial unit test demonstrating the usage of !AutoProperty 251 [[Include(source:/trunk/sophie2-platform/modules/org.sophie2.core/src/test/java/org/sophie2/core/prolib/tutorial/AutoPropertyDemo.java)]] 257 252 258 253 259 == How to apply properties to Sophie 2.0 ==