This page (revision-2) was last changed on 12-Dec-2018 14:07 by Tim Abler

This page was created on 29-Apr-2015 10:54 by unknown

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Page revision history

Version Date Modified Size Author Changes ... Change note
2 12-Dec-2018 14:07 5 KB Tim Abler to previous
1 29-Apr-2015 10:54 4 KB unknown to last

Page References

Incoming links Outgoing links

Version management

Difference between version and

At line 1 removed 3 lines
[{TableOfContents title='Table of contents' }]
At line 115 removed 30 lines
!!! Visualization Templates
Visualization Templates can be used to create visualization patterns for certain classes.
If a template is defined for a certain class, users will have the option to visualize it on usage, by clicking on the instance in the visualization and chosing "Visualize with template ..."
!! Defining templates
Templates are easily defined by using the annotation @isVisTemplateForClass: <class>.\\
The default concept for ConceptVisualization templates is defined by the @concept annotation.\\
\\
__Please be aware that only one template should be defined per page!__
The example below demonstrates the definition of a ConceptVisualization template for the class si:Human, having si:homer as default concept and will visualize relations between a given si:human instance and other si:human instances.
{{{
%%ConceptVisualization
@concept: si:homer
@rankDir: BT
@showRedundant: false
@isVisTemplateForClass: si:Human
%
}}}
! Template for class si:Human
[VisualizationTemplateHuman] is a template for all instances of class si:Human.