From Optflux
Revision as of 22:15, 28 November 2010 by Admin (talk | contribs)
Jump to: navigation, search

Welcome to the developers tutorials!

In here you will find everything that you need to start developing plug-ins for OptFlux.


First things first

OptFlux is built on top of [AIBench] meaning that OptFlux itself are a set of plug-ins for the AIBench framework.


Getting the code

From version packages

Latest version from Sourceforge SVN

Configuring Eclipse for your architecture (Win32, Unix, MacOSX - ia64)

OptFlux Architecture

AIBench specifics

Operations in OptFlux

The Datatypes of OptFlux

Views in OptFlux

Your first basic plug-in

Deployment and versioning

How To's

Accessing data from the clipboard

Performing a simulation and retrieving results

Creating a tabular view for your data

Performing an Optimization Procedure

Invoking other operations from your own

Adding results from your operation to the Clipboard

Developing your own GUI for an Operation