%==SIM:UserInput:InteractiveDocumentation_DiagramImageFormat=TextValue("Diagram Image Format","png")==%>
<%==SIM:If:Element.HasStereotypes==%>
Stereotypes
<%==SIM:ForEach:Element.Stereotypes==%>
<%==SIM:Stereotype==%>
<%==SIM:EndFor==%>
<%==SIM:EndIf==%>
<%==SIM:If:Element.HasTaggedValues==%>
Tagged Values
Name |
Value |
<%==SIM:ForEach:Element.TaggedValues==%>
<%==SIM:TaggedValue.Name==%> |
<%==SIM:TaggedValue.Value==%> |
<%==SIM:EndFor==%>
<%==SIM:EndIf==%>
Attributes
Name |
Type |
Visibility |
Default Value |
Documentation |
<%==SIM:ForEach:Element.AllAttributes==%>
<%==SIM:Attribute.Name==%>
|
<%==SIM:Attribute.TypeName==%>
|
<%==SIM:Attribute.Visibility==%>
|
<%==SIM:Attribute.DefaultValue==%>
|
<%==SIM:Attribute.HtmlDocumentation==%>
|
<%==SIM:EndFor==%>
Operations
Name |
Paramers |
Return Type |
Visibility |
Default Value |
Documentation |
<%==SIM:ForEach:Element.Operations==%>
<%==SIM:Operation.Name==%>
|
<%==SIM:ForEach:Operation.Parameters==%>
<%==SIM:Parameter.Name==%> : <%==SIM:Parameter.Type==%>
<%==SIM:IfNot:IsLastItem==%>, <%==SIM:EndIf==%>
<%==SIM:EndFor==%>
|
<%==SIM:Operation.ReturnType==%>
|
<%==SIM:Operation.Visibility==%>
|
<%==SIM:Operation.DefaultValue==%>
|
<%==SIM:Operation.HtmlDocumentation==%>
|
<%==SIM:EndFor==%>