Changes between Version 4 and Version 5 of PRO_LIB_CORE_TUTORIAL_NEW


Ignore:
Timestamp:
06/29/09 16:51:41 (16 years ago)
Author:
gogov
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PRO_LIB_CORE_TUTORIAL_NEW

    v4 v5  
    1616 * Propertry vs Java field 
    1717 * areaComputation example 
     18 
     19[[Include(source:/trunk/sophie2-platform/modules/org.sophie2.core/src/test/java/org/sophie2/core/prolib/tutorial/AutoPropertyDemo.java)]] 
    1820 
    1921== Problems Solved == 
     
    2729 
    2830== 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 === 
    3436[[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 
    3541 
    3642== A Little Bit Of Internals == 
     
    249255== Demo == 
    250256 * 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 
    252258 
    253259== How to apply properties to Sophie 2.0 ==