Template:Class Definition: Difference between revisions

From City Data Model Project Collaboratory
Jump to navigation Jump to search
m Megankatsumi moved page Template:Subclass Definition to Template:Class Definition: re-organizing content
No edit summary
 
(68 intermediate revisions by 2 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
|Pattern=
|Subclass Of=
|Subclass Of=
|Namespace=
|Description=
|Description=
|Class Diagram Description=
|Required By Use Cases=
|Required By Use Cases=
|Definition=
|Interface Specification References=
|Definition Licensing=
|Sources=
|Definition Status=
|Definition Status=
|Has Subclasses=
|Subclasses=
|Licensing Comments=
}}
}}
</pre>
</pre>
Edit the page to see the template text.
Edit the page to see the template text.
</noinclude><includeonly>
</noinclude><includeonly>
{{#default_form:Subclass Definition}}
{{#default_form:Class_Definition}}
{| class="wikitable"


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