<!doctype html public '-//W3C//DTD HTML 4.01//EN'
  'http://www.w3.org/TR/html4/strict.dtd'>
<html>
<title>Isight - Examples</title>
  <head>
	<link rel="stylesheet" href="../../../EStyle.css" type="text/css">
	<link rel="stylesheet" href="../../../ETables.css" type="text/css">
  </head>
<a href="http://www.simulia.com/products/sim_opt.html"><img src="../../../../examples/logo.gif"></a>
<body>
<h1>Script Component</h1>
</body>
<table>
	<th colspan=2>Scripting Languages Demo</th>
	<tr>
		<td>Description:</td>
		<td><p>This model demonstrates support for the use of different scripting languages in the Script
				component.  Each Script component contains a Prologue script which validates the component
				input and issues a start-of-execution message, and an Epilogue which issues an end-of-execution
				message.  All Script component in the model perform the same (fairly trivial) computation,
				but each expresses that computation in a distinct scripting language.<p>The model contains
				one Script component for each supported language.  Currently the supported languages are
				<b>Dynamic Java</b> and <b>Python</b>.
		</td>
	</tr>
	<tr>
		<td>Model:</td>
		<td><a href="Script_Lang_Demo.zmf">Script_Lang_Demo.zmf</a></td>
	</tr>
	<tr>
		<td>Illustrated components:</td>
		<td>Component Script, Calculator, Task</td>
	</tr>
	<tr>
		<td>Other illustrated features:</td>
		<td>Dynamic Java and Python scripting languages, component Prologue and Epilogue.</td>
	</tr>
	<tr>
		<td>Simcodes needed:</td>
		<td>None</td>
	</tr>
	<tr>
		<td>Support files needed:</td>
		<td>None</td>
	</tr>
</table>
</html>
