Installing and Using Evolve

Slides:



Advertisements
Similar presentations
Step-by-Step: Add a Graphical Hyperlink USE the Special Events Final presentation that is still open from the previous exercise. 1.Go to slide 4, and click.
Advertisements

Scite Scintilla integrated text editor. Click here.
Command Console Tutorial BCIS 3680 Enterprise Programming.
COMPUTER BASICS: PART I Mrs. Sealy | Thompson Middle School.
UBUNTU - Desktop Panel by default is across the top Applications menu Quick Launch icons Notification area Clock Shut Down Task Bar by default is on the.
XP New Perspectives on Browser and Basics Tutorial 1 1 Browser and Basics Tutorial 1.
IE 411/511: Visual Programming for Industrial Applications
Alice 2.0 Introductory Concepts and Techniques Project 1 Exploring Alice and Object-Oriented Programming.
Active-HDL Interfaces Debugging C Code Course 10.
Getting to Know InDesign
Click your mouse to continue. The Office Shortcut Bar The Office Shortcut Bar contains program buttons that, when clicked, start new documents or start.
Lesson No: 6 Introduction to Windows XP CHBT-01 Basic Micro process & Computer Operation.
Visual Basic CDA College Limassol Campus Lecture:Pelekanou Olga Semester C Week - 1.
Tool Install How to download & install Java 6 & Eclipse updated version based on Dr. G. L. Ray’s slides.
How to Download and Install the Naper eReader and eBook Naper Publishing Group.
Intoduction to Andriod studio Environment With a hello world program.
File and File Systems Compiled by IITG Team Need to be reorganized and reworded.
IE 411/511: Visual Programming for Industrial Applications Lecture Notes #2 Introduction to the Visual Basic Express 2010 Integrated Development Environment.
Today We Will Review: Operating Systems (Windows) (week 3 & 4) Starting up MS Windows Desktop and its contents Functions of the desktop components Brain.
Installing and Using Evolve Evolve is written in Java and runs on any system with Java 1.6 Download Evolve from Unzip.
1 Using an Integrated Development Environment. Integrated Development Environments An Integrated Development Environment, or IDE, permits you to edit,
Pasewark & Pasewark 1 Windows Vista Lesson 1 Windows Vista Basics Microsoft Office 2007: Introductory.
MATLAB The name of MATLAB stands for matrix laboratory. Starting a MATLAB Session -On Microsoft® Windows® platforms, start the MATLAB program by double-clicking.
Fundamentals of Windows Mouse n 4 Basic Operations: –Pointing –Clicking –Double Clicking –Dragging.
Windows Tutorial 2 Organizing Your Files
Word Lesson 1 Microsoft Word Basics
Appendix A Barb Ericson Georgia Institute of Technology May 2006
Running a Forms Developer Application
Working with Data Blocks and Frames
Installing Analysis Tool Pak
Installing Citrix Receiver
User Profiles and Workspaces
International Computer Driving Licence Syllabus version 5.0
Working in the Forms Developer Environment
X-term Tutorial.
Appendix A Barb Ericson Georgia Institute of Technology May 2006
The Alice Interface.
UBUNTU - Desktop Panel by default is across the top Applications menu
Chapter 4 MS ACCESS DATABASE.
T_C_N_L_G_ E D I D I E O Y O H I E B J I R E A A W.
CENG2400 Tutorial 1 Keil IDE CENG2400 tutorial 1 v.7a.
Windows Operating Systems (Cont.)
Exploring the Basics of Windows XP
Creating Database Tables
Windows Internet Explorer 7-Illustrated Essentials
Module 1: Getting Started with Windows 95
Microsoft Windows 2000 Professional
Chapter 2 – Introduction to the Visual Studio .NET IDE
Windows xp PART 1 DR.WAFAA SHRIEF.
Exploring the Basics of Windows XP
LMS Images.
Evolve What is a Component?
NORMA Lab. 5 Duplicating Object Type and Predicate Shapes
Installing Analysis Tool Pak
New Perspectives on Windows XP
So you were told to make a video
Computer Skills (1) Internet Explorer.
LMS Images.
Grauer and Barber Series
Recording and editing a Podcast
Amos Introduction In this tutorial, you will be briefly introduced to the student version of the SEM software known as Amos. You should download the current.
X-term Tutorial.
Running a Java Program using Blue Jay.
PowerPoint Lesson 1 Microsoft Word Basics
Shelly Cashman: Microsoft Windows 10
Microsoft Windows 7 Basics
Windows Operating System
Visual Studio Code Walkthrough
Workshop for Programming And Systems Management Teachers
Presentation transcript:

Installing and Using Evolve Evolve is written in Java and runs on any system with Java 1.6 Download Evolve from http://www.intrinsarc.com/downloads Unzip the distribution into a directory and you should see the following set of files

Evolve directory

Using Evolve There are several ways to run Evolve If you are using Windows, you can double-click evolve.exe or create a shortcut, drag it to the desktop, and double-click that If you are using Linux or MacOS, then you may be able to double-click the executable evolve.jar file. Evolve from the command line java -jar evolve.jar

Evolve on startup The startup diagram shows a stratum containing the Backbone definitions. Every model builds on this. You may like to change the Swing look and feel used for Evolve:

Setting Up The Environment Evolve environment variables

Setting Up The Environment We first need to add a variable BB, which will be where Evolve writes the Backbone files to Add the variable CARS and point it to the tutorial\CarRental directory of the installation Test Java using Backbone Tab Setting up the BB and other variables

Navigating Around the Tutorial Model FileOpenExisting model Navigate to the tutorial directory of the installation, and select the car-rental.evolve file.

Evolve models are XML files. Files with a Evolve models are XML files. Files with a .evolve extension are uncompressed. To create a compressed model choose the .evolvez extension when saving.

Navigating Around the Tutorial Model Navigating into Strata To visit into a stratum, double-click it, or alternatively middle-click it To go backwards or forwards in the diagram history ViewOpen previous diagram or ViewOpen next diagram

Navigating Around the Tutorial Model Tabs: Evolve uses a tabbed graphical interface ViewOpen current in new tab The Tool Palette: the tools used to define components The Size of a Diagram: To enlarge the diagram simply drag a figure to the edge of the diagram Keys: FilePreferencesEdit Environment Preferences Pasting into a Wordprocessor: control C and pasted control V Full Screen Mode: FileToggle full screen OR F11

Subjects and Views and the Subject Browser Evolve is a powerful and versatile CASE tool, and adopts common CASE tool conventions A subject is the underlying data of a component or other model element. Deleting a subject, however, will delete all its views. A view is the graphical presentation of this shown on a diagram. Deleting a view will not delete the subject.

Subjects and Views and the Subject Browser We can delete views by selecting them and invoking EditDelete views only. To remove a subject and all its views, however, we need to press delete or invoke EditDelete

The Subject Browser Diagrams allow us to see graphical views of subjects. To look at the subjects directly, however, we instead use the subject browser Select an item on the screen and invoke ObjectBrowse element

The Subject Browser The top left tree shows the strata of the model The bottom left tree shows the elements in the currently selected strata The right hand pane shows the details of the selected element

Running A Backbone Program Load the car-rental.evolve model Middle-click on the base stratum to navigate into it First, “tag” the current stratum to indicate that we want to run it (BackboneTag current stratum) Then choose the (BackboneRun Backbone) menu option

The Backbone runner window If this all works, your installation is correct