⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 user_guide.html

📁 visual modeler--gridsim资源工具
💻 HTML
字号:
<html>

<head>
<title>Visual Modeler - User Guide</title>
</head>

<body>

<p align="center">
	<a target="_blank" href="http://www.gridbus.org/">
		<IMG height=110 src="./image/logo-gridbus.jpg" width=455 border=0>
	</a>
</p>

<center>
<h1><font color="#0000ff">USER GUIDE</font></h1>
<h3>Visual Modeler</h3>
<h3><font size="3">Version 1.1</font></h3>
<p><b>June 2003</b></p>
<p>&nbsp;</p>
</center>

<h2>Contents</h2>
<ul>
  <li><A href="#introduction" target=_self>Introduction</a>
  <li><A href="#docs" target=_self>Documentation</a>
  <li><A href="#requirements" target=_self>System Requirements</a>
  <li><A href="#start" target=_self>How to start Visual Modeler</a>
  <li><A href="#use" target=_self>How to use Visual Modeler</a>
  <li><A href="#functions" target=_self>Functions</a>
    <ul>
      <li><A href="#file" target=_self>File</a>
        <ul>
          <li><A href="#filenew" target=_self>Create a new simulation model</a>
          <li><A href="#fileopen" target=_self>Open a simulation model</a>
          <li><A href="#fileclose" target=_self>Close a simulation model</a>
          <li><A href="#filesave" target=_self>Save a simulation model</a></li>
        </ul>
      <li><A href="#user" target=_self>User</a>
        <ul>
          <li><A href="#useradd" target=_self>Add User</a>
          <li><A href="#userdel" target=_self>Delete User</a>
          <li><A href="#userview" target=_self>View User Properties</a></li>
        </ul>
      <li><A href="#res" target=_self>Resource</a>
        <ul>
          <li><A href="#resadd" target=_self>Add Resource</a>
          <li><A href="#resdel" target=_self>Delete Resource</a>
          <li><A href="#resview" target=_self>View Resource Properties</a></li>
        </ul>
      <li><A href="#wizard" target=_self>Auto Wizard</a>
      <li><A href="#generate" target=_self>Generate Source Codes</a></li>
    </ul>
</ul>

<br>
<a name="introduction"></a>
<h2>Introduction</h2>
  <p>
  The Visual Modeler is a visual modeling tool provided in the
  <A href="readme.html" target=_blank>GridSim Toolkit</a>
  that enables the user to create simulation models on different Grid testbeds and generate
  default Grid Broker source codes in Java.
  </p>

<br>
<a name="docs"></a>
<h2>Documentation</h2></A>
<p>For API documentation of the Visual Modeler, please refer to the following sources: </p>
<ul>
  <li><A href="./index.html" target=_blank>Visual Modeler API</a></li>
</ul>

<br>
<a name="requirements"></a>
<h2>System Requirements</h2>
<p>Visual Modeler requires the following software to be installed: </p>
<ul>
  <li><a target="_blank" href="http://java.sun.com/j2se/1.4/">Java 2 SDK version 1.4</a>
</ul>

<br>
<a name="start"></a>
<h2>How to start Visual Modeler</h2>

<p>To start the Visual Modeler, please perform the following steps:
<ol>
  <li>Ensure that Java 2 SDK Version 1.4 (or above) is installed.<br><br>
  <li>Type the following command:
      <pre>In Unix/Linux:   java -jar $GRIDSIM/jars/visualmodeler.jar</pre>
      <pre>In Windows:      java -jar %GRIDSIM%\jars\visualmodeler.jar</pre>
      <b>NOTE:</b> $GRIDSIM or %GRIDSIM% is the location of the GridSim Toolkit package.<br>
      You should see the Graphical User Interface (GUI) of
      the Visual Modeler with a new simulation model as shown below.<br><br>
      <IMG src="image/vm-filenew-step02.jpg" border=0><br><br>
</ol>
</p>

<br>
<a name="use"></a>
<h2>How to use Visual Modeler</h2>
<p align="left">
Steps:
<ol>
  <li>Create a simulation model. There are 3 methods to do so:
    <ul>
      <li>Use the built-in <A href="#wizard" target=_self>Auto Wizard</a> to create the specified number of users and
          resources.
      <li>Create a <A href="#filenew" target=_self>new</a> simulation model and add the
          <A href="#user" target=_self>users</a> and <A href="#res" target=_self>resources</a>.
      <li><A href="#fileopen" target=_self>Open</a> a previously saved
    simulation model.</li>
    </ul><br>
  <li><A href="#filesave" target=_self>Save</a> the simulation model if any changes are made.<br><br>
  <li><A href="#generate" target=_self>Generate</a> the source codes.<br><br>
  </li>
</ol>

<br>
<a name="functions"></a>
<h2>Functions</h2>
<p align="left">
<p>The Visual Modeler supports the following functionalities:
    <ul>
      <li><A href="#file" target=_self>File</a>
        <ul>
          <li><A href="#filenew" target=_self>Create a new simulation model</a>
          <li><A href="#fileopen" target=_self>Open a simulation model</a>
          <li><A href="#fileclose" target=_self>Close a simulation model</a>
          <li><A href="#filesave" target=_self>Save a simulation model</a></li>
        </ul>
      <li><A href="#user" target=_self>User</a>
        <ul>
          <li><A href="#useradd" target=_self>Add User</a>
          <li><A href="#userdel" target=_self>Delete User</a>
          <li><A href="#userview" target=_self>View User Properties</a></li>
        </ul>
      <li><A href="#res" target=_self>Resource</a>
        <ul>
          <li><A href="#resadd" target=_self>Add Resource</a>
          <li><A href="#resdel" target=_self>Delete Resource</a>
          <li><A href="#resview" target=_self>View Resource Properties</a></li>
        </ul>
      <li><A href="#wizard" target=_self>Auto Wizard</a>
      <li><A href="#generate" target=_self>Generate Source Codes</a></li>
    </ul>

<br>
<a name="file"></a>
<h2>File</h2>
<p align="left">
        <ul>
          <li><a name="filenew"></a><h3>Create a new simulation model</h3>
              Steps:<br><br>
            <ol>
              <li>
              Click on the "New File" toolbar button.
              <IMG src="image/vm-filenew-step01.jpg" border=0><br><br>
              <li>
              You should see the new simulation model below.<br><br>
              <IMG src="image/vm-filenew-step02.jpg" border=0><br><br>
              </li>
            </ol>
          <li><a name="fileopen"></a><h3>Open a simulation model</h3>
              Steps:<br><br>
            <ol>
              <li>
              Click on the "Open File" toolbar button.
              <IMG src="image/vm-fileopen-step01.jpg" border=0><br><br>
              <li>
              Specify the name of the file to be open and click on the
              "Open" button.<br><br>
              <IMG src="image/vm-fileopen-step02.jpg" border=0><br><br>
              <li>
              You should see the opened simulation model.<br><br>
              <IMG src="image/vm-wizard-step03.jpg" border=0><br><br>
              </li>
            </ol>
          <li><a name="fileclose"></a><h3>Close a simulation model</h3>
              Steps:<br><br>
            <ol>
              <li>
              Click on the "Close File" toolbar button.
              <IMG src="image/vm-fileclose-step01.jpg" border=0><br><br>
              <li>
              You should see the closed simulation model below.<br><br>
              <IMG src="image/vm-filenew-step02.jpg" border=0><br><br>
              </li>
            </ol>
          <li><a name="filesave"></a><h3>Save a simulation model</h3>
              Steps:<br><br>
            <ol>
              <li>
              Click on the "Save File" toolbar button.
              <IMG src="image/vm-filesave-step01.jpg" border=0><br><br>
              <li>
              Specify the name of the save file and click on the "Save" button.<br><br>
              <IMG src="image/vm-filesave-step02.jpg" border=0><br><br>
              <li>
              You should see the following message box indicating that the simulation
              model is saved successfully. Click on the "OK" button.<br><br>
              <IMG src="image/vm-filesave-step03.jpg" border=0><br><br>
              </li>
            </ol>
          </li>
        </ul>

<br>
<a name="user"></a>
<h2>User</h2>
<p align="left">
        <ul>
          <li><a name="useradd"></a><h3>Add User</h3>
              Steps:<br><br>
            <ol>
              <li>
              Click on the "Add User" button.
              <IMG src="image/vm-useradd-step01.jpg" border=0><br><br>
              <li>
              You should see the new added user.<br><br>
              <IMG src="image/vm-useradd-step02.jpg" border=0><br><br>
              </li>
            </ol>
          <li><a name="userdel"></a><h3>Delete User</h3>
              Steps:<br><br>
            <ol>
              <li>
              Click on the "Delete User" button.
              <IMG src="image/vm-userdel-step01.jpg" border=0><br><br>
              <li>
              You should see the user deleted.<br><br>
              <IMG src="image/vm-userdel-step02.jpg" border=0><br><br>
              </li>
            </ol>
          <li><a name="userview"></a><h3>View User Properties</h3>
              Steps:<br><br>
            <ol>
              <li>
              Click on the "View User" button.
              <IMG src="image/vm-userview-step01.jpg" border=0><br><br>
              <li>
              You should see the user properties. You can update the values and click on the "OK" button.<br><br>
              <IMG src="image/vm-userview-step02.jpg" border=0><br><br>
              </li>
            </ol>
          </li>
        </ul>

<br>
<a name="res"></a>
<h2>Resource</h2>
<p align="left">
        <ul>
          <li><a name="resadd"></a><h3>Add Resource</h3>
              Steps:<br><br>
            <ol>
              <li>
              Click on the "Add Resource" button.
              <IMG src="image/vm-resadd-step01.jpg" border=0><br><br>
              <li>
              You should see the new added resource.<br><br>
              <IMG src="image/vm-resadd-step02.jpg" border=0><br><br>
              </li>
            </ol>
          <li><a name="resdel"></a><h3>Delete Resource</h3>
              Steps:<br><br>
            <ol>
              <li>
              Click on the "Delete Resource" button.
              <IMG src="image/vm-resdel-step01.jpg" border=0><br><br>
              <li>
              You should see the resource deleted.<br><br>
              <IMG src="image/vm-resdel-step02.jpg" border=0><br><br>
              </li>
            </ol>
          <li><a name="resview"></a><h3>View Resource Properties</h3>
              Steps:<br><br>
            <ol>
              <li>
              Click on the "View Resource" button.
              <IMG src="image/vm-resview-step01.jpg" border=0><br><br>
              <li>
              You should see the resource properties. You can update the values and click on the "OK" button.<br><br>
              <IMG src="image/vm-resview-step02.jpg" border=0><br><br>
              </li>
            </ol>
          </li>
        </ul>

<br>
<a name="wizard"></a>
<h2>Auto Wizard</h2>
Steps:
<p align="left">
    <ol>
      <li>Click on the "Auto Wizard" toolbar button.
          <IMG src="image/vm-wizard-step01.jpg" border=0><br><br>
      <li>Specify the number of users and resources in the Wizard Dialog and click the "OK"
        button.<br><br>
          <IMG src="image/vm-wizard-step02.jpg" border=0><br><br>
      <li>You will see the users and resources created.<br><br>
          <IMG src="image/vm-wizard-step03.jpg" border=0><br><br>
      </li>

    </ol>

<br>
<a name="generate"></a>
<h2>Generate Source Codes</h2>
Steps:
<p align="left">
    <ol>
      <li>Click on the "Generate Source Codes" toolbar button.
          <IMG src="image/vm-generate-step01.jpg" border=0><br><br>
      <li>Specify the name of the Java file and click on the "Save" button.<br><br>
          <IMG src="image/vm-generate-step02.jpg" border=0><br><br>
      <li>You should see the following message box indicating that the Java source codes
          are generated successfully. Click on the "OK" button.<br><br>
          <IMG src="image/vm-generate-step03.jpg" border=0><br><br>
      <li>This is the java source codes generated.<br><br>
          <IMG src="image/vm-generate-step04.jpg" border=0><br><br>
      </li>

    </ol>

</body>

</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -