Difference between revisions of "Artefact:Model/org/ooem/tests/models/basic/simplexmodel"
From OOModels
Jump to navigationJump to search
AndreasLeue (talk | contribs) (New page: {{Metabox | Meta_Type = Type:org/ooem/UMLPackage/1.0 | Meta_Encoding = Type:org/xocp/OCP/xml/2.0 | Meta_Domain = Domain:it/test | Meta_Category = Type:org/oomodels/wiki/Model | Meta_...) |
AndreasLeue (talk | contribs) |
||
(7 intermediate revisions by 2 users not shown) | |||
Line 6: | Line 6: | ||
| Meta_Download = true | | Meta_Download = true | ||
}} | }} | ||
{{AutoUpload}} | |||
== {{Type:org/oomodels/wiki/doclet/Description}} == | |||
The package contains a few classes to test [[Type:org/xmodel|XModel]] properties. | |||
In production models, these properties are normally defined via stereotypes. | |||
== Code == | == Code == | ||
<div class="code"> | <div class="code"> | ||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> | |||
<Package xmlns="http://www.ooem.org/1.0" xmlns:code="code"> | |||
<InternalModelImport>org.uml.stereotypes.*</InternalModelImport> | |||
<ExternalImport>java.lang.String</ExternalImport> | |||
<ExternalImport>java.lang.Object</ExternalImport> | |||
<ExternalImport>java.lang.Boolean</ExternalImport> | |||
<div class="name"> | |||
<Name>simplexmodel</Name> | |||
</div> | |||
<div class="class"> | |||
<Class> | |||
<div class="name"> | |||
<Name>MyClass01</Name> | |||
</div> | |||
<div class="attribute"> | |||
<Attribute Name="MyAttribute11" Type="String"/> | |||
</div> | |||
<div class="attribute"> | |||
<Attribute Name="MyAttribute12" Type="String"> | |||
<div class="xmodel"> | |||
<XMLogic><DefaultValue><JavaCode>new String()</JavaCode></DefaultValue></XMLogic> | |||
</div> | |||
</Attribute> | |||
</div> | |||
<div class="attribute"> | |||
<Attribute Name="MyAttribute13" Type="Boolean" IsReadOnly="true"/> | |||
</div> | |||
<div class="attribute"> | |||
<Attribute Name="MyAttribute14" Type="String" Visibility="protected"/> | |||
</div> | |||
<div class="attribute"> | |||
<Attribute Name="MyAttribute15" Type="String"> | |||
<div class="xmodel"> | |||
<XMLogic> | |||
<ImplementationType>MyCoolString</ImplementationType> | |||
<DefaultValue><JavaCode>"Hi there!"</JavaCode></DefaultValue> | |||
</XMLogic> | |||
</div> | |||
</Attribute> | |||
</div> | |||
<div class="xmodel"> | |||
<XMDependencies> | |||
<Imports> | |||
<i>com.sphenon.basics.validation.classes.*</i> | |||
<i>com.sphenon.basics.validation.factories.*</i> | |||
</Imports> | |||
</XMDependencies> | |||
</div> | |||
</Class> | |||
</div> | |||
<div class="class"> | |||
<Class> | |||
<div class="name"> | |||
<Name>MyClass02</Name> | |||
</div> | |||
<div class="attribute"> | |||
<Attribute Name="MyAttribute" Type="String"/> | |||
</div> | |||
<div class="xmodel"> | |||
<XMCoreClasses CLASS="XMCoreClasses"> | |||
<Interface>false</Interface> | |||
<Implementations/> | |||
</XMCoreClasses> | |||
</div> | |||
</Class> | |||
</div> | |||
<div class="class"> | |||
<Class> | |||
<div class="name"> | |||
<Name>MyClass03</Name> | |||
</div> | |||
<div class="attribute"> | |||
<Attribute Name="MyAttribute31" Type="String"/> | |||
</div> | |||
<div class="attribute"> | |||
<Attribute Name="MyAttribute32" Type="String" IsReadOnly="true"/> | |||
</div> | |||
<div class="xmodel"> | |||
<XMCoreClasses CLASS="XMCoreClasses"> | |||
<Interface>false</Interface> | |||
<Implementations><i1>Default</i1><i2>Custom</i2><i3>Willy</i3></Implementations> | |||
</XMCoreClasses> | |||
</div> | |||
</Class> | |||
</div> | |||
<div class="class"> | |||
<Class> | |||
<div class="name"> | |||
<Name>MyClass04</Name> | |||
</div> | |||
<div class="attribute"> | |||
<Attribute Name="MyAttribute41" Type="String"/> | |||
</div> | |||
<div class="attribute"> | |||
<Attribute Name="MyAttribute42" Type="String" IsReadOnly="true"/> | |||
</div> | |||
</Class> | |||
</div> | |||
<div class="class"> | |||
<Class> | |||
<div class="name"> | |||
<Name>MyClass05</Name> | |||
</div> | |||
<Stereotype>Class</Stereotype> | |||
<div class="attribute"> | |||
<Attribute Name="MyAttribute51" Type="String"/> | |||
</div> | |||
<div class="attribute"> | |||
<Attribute Name="MyAttribute52" Type="String" IsReadOnly="true"/> | |||
</div> | |||
</Class> | |||
</div> | |||
<div class="association"> | |||
<Association> | |||
<End Type="MyClass04" Multiplicity="1"/> | |||
<End Type="MyClass05" Multiplicity="*" IsNavigable="true" Role="Hugo"/> | |||
</Association> | |||
</div> | |||
<div class="class"> | |||
<Class> | |||
<div class="name"> | |||
<Name>MyClass06</Name> | |||
</div> | |||
<div class="attribute"> | |||
<Attribute Name="MyAttribute61" Type="String"/> | |||
</div> | |||
<div class="attribute"> | |||
<Attribute Name="MyAttribute62" Type="Vector<String>"/> | |||
</div> | |||
<div class="attribute"> | |||
<Attribute Name="MyAttribute63" Type="Vector<{String}>"/> | |||
</div> | |||
</Class> | |||
</div> | |||
<div class="class"> | |||
<Class> | |||
<div class="name"> | |||
<Name>MyClass07</Name> | |||
</div> | |||
<TemplateParameters> | |||
<TemplateParameter Name="Willybald" Supertype="Object"/> | |||
</TemplateParameters> | |||
<div class="attribute"> | |||
<Attribute Name="MyAttribute71" Type="Willybald"/> | |||
</div> | |||
<div class="attribute"> | |||
<Attribute Name="MyAttribute72" Type="Vector<String>"/> | |||
</div> | |||
<div class="attribute"> | |||
<Attribute Name="MyAttribute73" Type="Vector<{String}>"/> | |||
</div> | |||
</Class> | |||
</div> | |||
<div class="class"> | |||
<Class> | |||
<div class="name"> | |||
<Name>MyClass08</Name> | |||
</div> | |||
<TemplateParameters> | |||
<TemplateParameter Name="Willybald" Supertype="Object"/> | |||
</TemplateParameters> | |||
<div class="attribute"> | |||
<Attribute Name="MyAttribute81" Type="Willybald"/> | |||
</div> | |||
<div class="attribute"> | |||
<Attribute Name="MyAttribute82" Type="Vector<String>"/> | |||
</div> | |||
<div class="attribute"> | |||
<Attribute Name="MyAttribute83" Type="Vector<{String}>"/> | |||
</div> | |||
</Class> | |||
</div> | |||
<div class="class"> | |||
<Class> | |||
<div class="name"> | |||
<Name>MyClass09</Name> | |||
</div> | |||
<Operations> | |||
<div class="operation"> | |||
<Operation Name="doIt"> | |||
<Signature ReturnType="void"> | |||
<Arguments> | |||
<Argument Name="What" Type="String"/> | |||
</Arguments> | |||
</Signature> | |||
</Operation> | |||
</div> | |||
</Operations> | |||
</Class> | |||
</div> | |||
<div class="class"> | |||
<Class> | |||
<div class="name"> | |||
<Name>MyClass10</Name> | |||
</div> | |||
<div class="attribute"> | |||
<Attribute Name="MyAttribute101" Type="String"> | |||
<div class="xmodel"> | |||
<XMAnnotations> | |||
<InterfaceGet> | |||
<JavaCodeTemplate CONTENT="Text/Indented"> | |||
// @Foo ${name} ${lcu_name} ${type} ${class} | |||
// @Bar | |||
</JavaCodeTemplate> | |||
</InterfaceGet> | |||
</XMAnnotations> | |||
</div> | |||
</Attribute> | |||
</div> | |||
<div class="attribute"> | |||
<Attribute Name="MyAttribute102" Type="String" IsReadOnly="true"/> | |||
</div> | |||
<div class="operation"> | |||
<Operation Name="doIt"> | |||
<Signature ReturnType="void"> | |||
<Arguments> | |||
<Argument Name="What" Type="String"/> | |||
</Arguments> | |||
</Signature> | |||
<div class="xmodel"> | |||
<XMAnnotations> | |||
<InterfaceOperation> | |||
<JavaCodeTemplate CONTENT="Text/Indented"> | |||
// @Fooo ${name} ${lcu_name} ${type} ${class} | |||
// @Baar | |||
</JavaCodeTemplate> | |||
</InterfaceOperation> | |||
</XMAnnotations> | |||
</div> | |||
</Operation> | |||
</div> | |||
<div class="xmodel"> | |||
<XMAnnotations> | |||
<Interface> | |||
<JavaCodeTemplate CONTENT="Text/Indented"> | |||
// @Foofoo ${name} ${lcu_name} ${type} ${class} | |||
// @Barbar | |||
</JavaCodeTemplate> | |||
</Interface> | |||
</XMAnnotations> | |||
</div> | |||
</Class> | |||
</div> | |||
</Package> | |||
</div> | </div> | ||
Latest revision as of 22:10, 9 July 2008
Classification | |
---|---|
Type | Type:org/ooem/UMLPackage/1.0 |
Domain | Domain:it/test |
Encoding | Type:org/xocp/OCP/xml/2.0 |
Category | Type:org/oomodels/wiki/Model |
More | |
Download Code | |
Namespace (more) | |
Basic test models for OOEM implementations | |
create new pages |
Description[edit]
The package contains a few classes to test XModel properties. In production models, these properties are normally defined via stereotypes.
Code[edit]
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <Package xmlns="http://www.ooem.org/1.0" xmlns:code="code"> <InternalModelImport>org.uml.stereotypes.*</InternalModelImport> <ExternalImport>java.lang.String</ExternalImport> <ExternalImport>java.lang.Object</ExternalImport> <ExternalImport>java.lang.Boolean</ExternalImport>
<Name>simplexmodel</Name>
<Class>
<Name>MyClass01</Name>
<Attribute Name="MyAttribute11" Type="String"/>
<Attribute Name="MyAttribute12" Type="String">
<XMLogic><DefaultValue><JavaCode>new String()</JavaCode></DefaultValue></XMLogic>
</Attribute>
<Attribute Name="MyAttribute13" Type="Boolean" IsReadOnly="true"/>
<Attribute Name="MyAttribute14" Type="String" Visibility="protected"/>
<Attribute Name="MyAttribute15" Type="String">
<XMLogic> <ImplementationType>MyCoolString</ImplementationType> <DefaultValue><JavaCode>"Hi there!"</JavaCode></DefaultValue> </XMLogic>
</Attribute>
<XMDependencies> <Imports> com.sphenon.basics.validation.classes.* com.sphenon.basics.validation.factories.* </Imports> </XMDependencies>
</Class>
<Class>
<Name>MyClass02</Name>
<Attribute Name="MyAttribute" Type="String"/>
<XMCoreClasses CLASS="XMCoreClasses"> <Interface>false</Interface> <Implementations/> </XMCoreClasses>
</Class>
<Class>
<Name>MyClass03</Name>
<Attribute Name="MyAttribute31" Type="String"/>
<Attribute Name="MyAttribute32" Type="String" IsReadOnly="true"/>
<XMCoreClasses CLASS="XMCoreClasses"> <Interface>false</Interface> <Implementations><i1>Default</i1><i2>Custom</i2><i3>Willy</i3></Implementations> </XMCoreClasses>
</Class>
<Class>
<Name>MyClass04</Name>
<Attribute Name="MyAttribute41" Type="String"/>
<Attribute Name="MyAttribute42" Type="String" IsReadOnly="true"/>
</Class>
<Class>
<Name>MyClass05</Name>
<Stereotype>Class</Stereotype>
<Attribute Name="MyAttribute51" Type="String"/>
<Attribute Name="MyAttribute52" Type="String" IsReadOnly="true"/>
</Class>
<Association> <End Type="MyClass04" Multiplicity="1"/> <End Type="MyClass05" Multiplicity="*" IsNavigable="true" Role="Hugo"/> </Association>
<Class>
<Name>MyClass06</Name>
<Attribute Name="MyAttribute61" Type="String"/>
<Attribute Name="MyAttribute62" Type="Vector<String>"/>
<Attribute Name="MyAttribute63" Type="Vector<{String}>"/>
</Class>
<Class>
<Name>MyClass07</Name>
<TemplateParameters> <TemplateParameter Name="Willybald" Supertype="Object"/> </TemplateParameters>
<Attribute Name="MyAttribute71" Type="Willybald"/>
<Attribute Name="MyAttribute72" Type="Vector<String>"/>
<Attribute Name="MyAttribute73" Type="Vector<{String}>"/>
</Class>
<Class>
<Name>MyClass08</Name>
<TemplateParameters> <TemplateParameter Name="Willybald" Supertype="Object"/> </TemplateParameters>
<Attribute Name="MyAttribute81" Type="Willybald"/>
<Attribute Name="MyAttribute82" Type="Vector<String>"/>
<Attribute Name="MyAttribute83" Type="Vector<{String}>"/>
</Class>
<Class>
<Name>MyClass09</Name>
<Operations>
<Operation Name="doIt"> <Signature ReturnType="void"> <Arguments> <Argument Name="What" Type="String"/> </Arguments> </Signature> </Operation>
</Operations> </Class>
<Class>
<Name>MyClass10</Name>
<Attribute Name="MyAttribute101" Type="String">
<XMAnnotations> <InterfaceGet> <JavaCodeTemplate CONTENT="Text/Indented"> // @Foo ${name} ${lcu_name} ${type} ${class} // @Bar </JavaCodeTemplate> </InterfaceGet> </XMAnnotations>
</Attribute>
<Attribute Name="MyAttribute102" Type="String" IsReadOnly="true"/>
<Operation Name="doIt"> <Signature ReturnType="void"> <Arguments> <Argument Name="What" Type="String"/> </Arguments> </Signature>
<XMAnnotations> <InterfaceOperation> <JavaCodeTemplate CONTENT="Text/Indented"> // @Fooo ${name} ${lcu_name} ${type} ${class} // @Baar </JavaCodeTemplate> </InterfaceOperation> </XMAnnotations>
</Operation>
<XMAnnotations> <Interface> <JavaCodeTemplate CONTENT="Text/Indented"> // @Foofoo ${name} ${lcu_name} ${type} ${class} // @Barbar </JavaCodeTemplate> </Interface> </XMAnnotations>
</Class>
</Package>