Template:Class Definition: Difference between revisions

From City Data Model Project Collaboratory
Jump to navigation Jump to search
No edit summary
No edit summary
 
(79 intermediate revisions by 3 users not shown)
Line 1: Line 1:
<noinclude>
<noinclude>
This is the "Subclass Definition" template.
This is the "Class Definition" template.
It should be called in the following format:
It should be called in the following format:
<pre>
<pre>
{{Subclass Definition
{{Class Definition
|Class Name=
|Pattern=
|Subclass Of=
|Subclass Of=
|Namespace=
|Description=
|Description=
|Use Case(s)=
|Class Diagram Description=
|Definition=
|Required By Use Cases=
|Interface Specification References=
|Sources=
|Definition Status=
|Definition Status=
|Has Subclasses=
|Subclasses=
}}
}}
</pre>
</pre>
Edit the page to see the template text.
Edit the page to see the template text.
</noinclude><includeonly>{| class="wikitable"
</noinclude><includeonly>
{{#default_form:Class_Definition}}


! Name
== Pattern ==
| {{{Class Name|}}}
This class has been associated with the following pattern:
|-
{{#arraymap:{{{Pattern|}}}|,|x|[[UsedInPattern::x]]}}
! Subclass Of
{{#ask:[[UsedInPattern::{{PAGENAME}}]] OR [[-UsedInPattern::{{PAGENAME}}]] |format=list}}
| [[Owl:SubClassOf::{{{Subclass Of}}}]]
 
|-
== Subclass Of ==
! Namespace (context for definition)
{{#arraymap:{{{Subclass Of|}}}|,|x|[[Owl:SubClassOf::x]]}}
| {{{Namespace|}}}
 
|-
== Description ==
! Description (what distinguishes this sense of the term?)
An English description of the definition (what distinguishes this sense of the term?).
| {{{Description|}}}
 
|-
{{{Description|}}}
! Use Case (why is this specialized definition needed?)
 
| {{{Use Case(s)|}}}
== Class Diagram Description ==
|-
{{{Class Diagram Description|}}}
! Formal Definition (UML and DL)
 
| {{{Definition|}}}
== Required by Use Case(s) ==
|-
(why is this specialized definition needed?)
! Status
{{#arraymap:{{{Required by Use Cases|}}}|,|x|[[RequiredByUseCase::x]]}}
| [[Term status::{{{Definition Status|}}}]]
{{#ask:[[RequiresClass::{{PAGENAME}}]] OR [[-RequiredByUseCase::{{PAGENAME}}]] |format=list}}
|-
 
! Has Subclass
== CDM References ==
| {{#ask: [[Owl:SubClassOf::{{PAGENAME}}]]  
What other classes or properties reference this term?
|format=ul
{{Special:WhatLinksHere/{{PAGENAME}}}}
|limit=50
 
|offset=0
== Interface Specification References ==
|link=all
This class has been associated with the following interface specification items:
|sort=
{{#arraymap:{{{Interface Specification References|}}}|,|x|[[x]]}}
|order=asc
 
|headers=show
== Sources ==
|searchlabel=... further results
Sources considered when developing the class:
|propsep=,
{{{Sources|}}}
|valuesep=,
 
}}
== Status ==
{{#forminput:form=Subclass_Definition|query string=Subclass_Definition[Subclass Of]={{PAGENAME}}|button text=submit}}
[[Term status::{{{Definition Status|}}}]]
|}
 
== Has Subclass(es) ==
{{#arraymap:{{{Subclasses|}}}|,|x|[[x]]}}
{{#forminput:form=Class_Definition|query string=Class_Definition[Subclass Of]={{PAGENAME}}|button text=submit}}


[[Category:Class]]
[[Category:Class]]
<comments />
[[Category:CDM_Term]]
 
</includeonly>
</includeonly>
<!-- add this tag to enable discussion via comments on page <comments /> -->

Latest revision as of 18:12, 15 December 2022

This is the "Class Definition" template. It should be called in the following format:

{{Class Definition
|Pattern=
|Subclass Of=
|Description=
|Class Diagram Description=
|Required By Use Cases=
|Interface Specification References=
|Sources=
|Definition Status=
|Subclasses=
}}

Edit the page to see the template text.