Artefact:Model/net/leue/andreas/sandbox/model16/Referrer: Unterschied zwischen den Versionen

Aus OOModels
< Artefact:Model‎ | net‎ | leue‎ | andreas‎ | sandbox‎ | model16
Zur Navigation springenZur Suche springen
 
Zeile 12: Zeile 12:
<wiml>
<wiml>
* Referrer CoreClass
* Referrer CoreClass
   + XMLogicImplementation
   + XMVUI
     - Body = JavaCode=«protected com.sphenon.basics.many.tplinst.Vector_Object_long_ createFCS(CallContext context) { com.sphenon.basics.many.tplinst.Vector_Object_long_ fcs = com.sphenon.basics.many.tplinst.Factory_Vector_Object_long_.construct(context); fcs.append(context, new net.leue.andreas.sandbox.model16.factories.Class_Factory_Derived1(context)); fcs.append(context, new net.leue.andreas.sandbox.model16.factories.Class_Factory_Derived2(context)); return fcs; } »
     - AdapterBody = JavaCode=«protected com.sphenon.basics.many.tplinst.Vector_Object_long_ createFCS(CallContext context) { com.sphenon.basics.many.tplinst.Vector_Object_long_ fcs = com.sphenon.basics.many.tplinst.Factory_Vector_Object_long_.construct(context); fcs.append(context, new net.leue.andreas.sandbox.model16.factories.Class_Factory_Derived1(context)); fcs.append(context, new net.leue.andreas.sandbox.model16.factories.Class_Factory_Derived2(context)); return fcs; } »
** AllBasesPossible Base(*)
** AllBasesPossible Base(*)
** OnlyDerivedPossible Base(*)
** OnlyDerivedPossible Base(*)

Aktuelle Version vom 7. Januar 2011, 18:30 Uhr

Classification
Type Type:org/oomodels/WIML/1.0
Domain Domain:it/test
Category Type:org/oomodels/wiki/Model
More
Download Code
Namespace (more)

Private namespace of Andreas Leue.

create new pages

Code[Bearbeiten]

Referrer
«CoreClass»
...
XMVUI AdapterBodyJavaCode = «protected com.sphenon.basics.many.tplinst.Vector_Object_long_ createFCS(CallContext context) { com.sphenon.basics.many.tplinst.Vector_Object_long_ fcs = com.sphenon.basics.many.tplinst.Factory_Vector_Object_long_.construct(context); fcs.append(context, new net.leue.andreas.sandbox.model16.factories.Class_Factory_Derived1(context)); fcs.append(context, new net.leue.andreas.sandbox.model16.factories.Class_Factory_Derived2(context)); return fcs; } »
AllBasesPossible──*──► Base«»
OnlyDerivedPossible──*──► Base«»
...
XMVUI FactoryChoiceSetJavaCode = «createFCS(context)»