Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Both sides next revision
alvis:editor [2018/05/06 13:17]
marcin [License]
alvis:editor [2021/09/23 08:51] (current)
Line 5: Line 5:
  
 ==== Installing ALVIS ==== ==== Installing ALVIS ====
- A Java 1.or higher plugin required. ALVIS runs successfully on the most recent systems with Java istalled on it. If your computer does not meet these requirements, you may not be able to use ALVIS.+ A Java JRE 1.or higher required. ALVIS runs successfully on the most recent systems with Java installed on it. If your computer does not meet these requirements, you may not be able to use ALVIS.
 ALVIS home website, hosting information about current status of the project, is located a [[https://alvis.kis.agh.edu.pl/wiki/software]]. The current version of the tool can also be download from the website. ALVIS home website, hosting information about current status of the project, is located a [[https://alvis.kis.agh.edu.pl/wiki/software]]. The current version of the tool can also be download from the website.
  
Line 79: Line 79:
  
 ==== Alvis Files Format ==== ==== Alvis Files Format ====
-ALVIS uses XML format to store Alvis diagrams. The structure of such file is listened below:+ALVIS uses XML format to store Alvis diagrams. The structure of such file is defined by the following dtd:
  
 <code> <code>
Line 134: Line 134:
 </code> </code>
  
-XML file stores both textual and graphical layers. Every simple page of diagrams is separeted from hierachy. The graphical layer is represented by hierarchy and pages nodes. First part of stored file describes hierachy, second one describes every single pages. While we reconstruct model from file we create hierarchical tree with empty pages then we input body of pages into every pages (node of tree). The textual layer is represented by //code// tag.+XML file stores both textual and graphical layers. Every simple page of diagrams is separeted from hierachy. The graphical layer is represented by hierarchy and pages nodes. First part of stored file describes hierachy, second one describes every single page. While we reconstruct model from file we create hierarchical tree with empty pages then we input body of pages into every page (node of tree). The textual layer is represented by //code// tag.
  
 ==== License ==== ==== License ====
Line 152: Line 152:
 To add a new passive/active agent do one of the following: To add a new passive/active agent do one of the following:
   * Click the appropriate buttons on the toolbar;   * Click the appropriate buttons on the toolbar;
-  * Click on empty space in the modeled diagram and select the appropriate entry;+  * Right-click on empty space in the modeled diagram and select the appropriate entry;
  
 New agent has a default name //Agent_//x, where //x// is a incremented maximum value //x// of all other agents on the current page. New agent has a default name //Agent_//x, where //x// is a incremented maximum value //x// of all other agents on the current page.
Line 292: Line 292:
  
 ==== Export model ==== ==== Export model ====
-The ALVIS allows for exporting diagrams into EPS format, which is helpful in documenting tested cases. To export your diagram into the format select //File > Export to EPS//. Only currently working page is being able to export into EPS format.+The ALVIS allows for exporting diagrams into EPS, SVG and PNG formats, which is helpful in documenting tested cases. To export your diagram into the desire format select //File > Export to ...//. Only currently working page is exported.