<!doctype html public '-//W3C//DTD HTML 4.01//EN'
  'http://www.w3.org/TR/html4/strict.dtd'>
<html>
<head>
	<title>Isight - Plug-in Examples</title>
	<link rel="stylesheet" href="../../EStyle.css" type="text/css">
	<link rel="stylesheet" href="../../ETable.css" type="text/css">
</head>
<body>
<a href="http://www.simulia.com/products/sim_opt.html"><img src="../../../examples/logo.gif"></a>
<h1>Plug-ins</h1>
<dl>
	<dt><a href="calculation/calculation.html"><B>Calculation</B></A>
	<dd>Examples of defining additional functions for the Calculation engine.
	The Calculation engine is used in the Calculator component, the editor of the Loop component for While and Until loops,
	and in Conditional Workflow expressions.
	</dd>
	<dt><a href="externalExecutableOptimizer/index.html"><B>External Executable Optimizer</B></A>
	<dd>Example demonstrating how to integrate into Isight an optimization technique 
	implemented as an external executable program. This way of integrating an optimization
	plug-in does not require any Java programming knowledge. Only an executable program
	must be created and then published to the Isight library together with a simple JAR 
	file created by the SDK Generator of Isight.
	</dd>
	<dt><a href="externalExecutableApproximation/index.html"><B>External Executable Approximation</B></A>
	<dd>Example demonstrating how to integrate into Isight an approximation technique 
	implemented as an external executable program. This way of integrating an approximation
	plug-in does not require any Java programming knowledge. Only an executable program
	must be created and then published to the Isight library together with a simple JAR 
	file created by the SDK Generator of Isight.
	</dd>
	<dt><a href="distributedResourceManager/distributedResourceManager.html"><B>Distributed Resource Manager Interface</B></A>
	<dd>Example of defining a DRM Interface system extension for the Simulia Execution Engine.
	The Simulia Execution Engine uses DRM Interface system extensions to execute Isight components
	outside of the Isight/FIPER framework using a customer's Distributed Resource Management system.
	</dd>
</dl>
</body>
</html>
