Index: doc/next-tutorial/next-tutorial.txt =================================================================== diff -u -N -r3fe3b9ed6500be19a27cbd4a0dd212a47b142194 -r2488a3699c78579fb1f4f1b4f2a8366946287fe5 --- doc/next-tutorial/next-tutorial.txt (.../next-tutorial.txt) (revision 3fe3b9ed6500be19a27cbd4a0dd212a47b142194) +++ doc/next-tutorial/next-tutorial.txt (.../next-tutorial.txt) (revision 2488a3699c78579fb1f4f1b4f2a8366946287fe5) @@ -2175,29 +2175,29 @@ -------------------------------------------------- Configure parameters for Person p1: Command: - p1 info configure + p1 info lookup syntax configure Result: -name /value/ ?-birthday /value/? ?-object-mixin /mixinreg .../? ?-class /class/? ?-object-filter /filterreg .../? ?/__initblock/? Configure parameter for Student s1: Command: - s1 info configure + s1 info lookup syntax configure Result: ?-oncampus /boolean/? -matnr /value/ -name /value/ ?-birthday /value/? ?-object-mixin /mixinreg .../? ?-class /class/? ?-object-filter /filterreg .../? ?/__initblock/? -------------------------------------------------- - +p1 info configure+ - +Person info configure syntax+ - -The actual values can be obtained via introspection -from an object via -+p1 info lookup configure parameters+ on an actual object +The given paramter show, how (a) objects can be configured +at runtime or (b) how new instances can be configured +at creation time via the +new+ or +create+ methods. +Introspection can be used to obtain the configuration +parameters from an object via ++p1 info lookup parameters configure+ (returning the configure parameters currently applicable for -+configure+ or +cget+ or on a class -+Person info configure syntax+ on a class ++configure+ or +cget+) or from a class ++Person info lookup parameters create+ on a class (returning the configure parameters applicable when an object of this class is created) @@ -2245,16 +2245,13 @@ -------------------------------------------------- Configure parameter for class nx::Class Command: - nx::Class info configure + nx::Class info lookup syntax configure Result: ?-superclass /class .../? ?-mixin /mixinreg .../? ?-filter /filterreg .../? ?-object-mixin /mixinreg .../? ?-class /class/? ?-object-filter /filterreg .../? ?/__initblock/? -------------------------------------------------- -The actual values can be obtained via introspection via -+nx::Class info configure+ - ==== User defined Parameter Types More detailed definition of the configure parameter types comes here.