Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
advance-flow-engine-full-0.06.139.zip | 2011-10-28 | 18.6 MB | |
advance-flow-engine-javadoc-0.06.139.zip | 2011-10-28 | 1.1 MB | |
Totals: 2 Items | 19.7 MB | 0 |
Advance Flow Editor + Engine README =================================== Stable release 1.0 (2013-11-15) Notes ------------------------------------- advance-flow-engine-1.0.jar The ADVANCE Flow Engine, without dependent libraries. advance-flow-engine-api-1.0.jar The ADVANCE Flow Engine API without dependent libraries. advance-flow-engine-full-1.0.jar The entire ADVANCE Flow Engine with embedded dependent libraries. advance-flow-engine-api-cs-1.0.jar The ADVANCE Flow Engine API implemented in C#. advance-flow-editor-1.0.zip The ADVANCE Flow Editor application. advance-et.war The ADVANCE Elicitation Tool web application. advance-live-reporter-os.war The ADVANCE Live Reporter web application. advance-live-reporter-os-sql.zip The ADVANCE Live Reporter MySQL database schema and example data. user_manual.pdf The user manual for the ADVANCE Flow Engine, Editor and Elicitation tool. developer_guide.pdf The developer guide for all released applications. Editor Version 0.16.288 (2012-11-13) Notes ------------------------------------------ - Fixed Flow save and reload related issues Engine Version 0.16.288 (2012-11-13) Notes ------------------------------------------ - Fixed several type inference and type comparison corner-cases - Fixed Flow description load and save - Added and fixed several prediction blocks - General bugfixes Editor Version 0.15.256 (2012-03-06) Notes ------------------------------------------ - Added filter options to the block palette - Added tooltips to blocks - Added type-constant editor - Added short description for blocks under the block palette and flow tree panel. Engine Version 0.15.256 Notes ----------------------------- - Additional block implementations - Fixed recursive type comparison issues - Fixed various bugs - Added tooltip attribute to the block-description Editor Version 0.14.224 Notes ----------------------------- - Fixed minor bug when binding a composite input to an inner composite input - Ability to define variable argument blocks - Display type of the composite input/output in the popup menu - Added more types to add/edit composite input/output - Ability to start binding two ports in the another direction, e.g., not just from output -> input, but the other way around - Ability to bind into an existing constant block (backwards only) - Other minor bug fixes Engine Version 0.14.223 Notes ----------------------------- - Changed packaging of components. - Generalized the type system, type inference and blocks. - Fixed several inference and compiler bugs: - Recursive types - Composite block input/output types Editor Version 0.11.203 Notes ----------------------------- Uses Engine Version 0.11.202 Minor GUI improvements Engine Version 0.11.202 Notes ----------------------------- Added blocks for the review demo. Fixed block output dispatching Fixed block model. Editor Version 0.10.193 Notes ----------------------------- Uses Engine Version 0.10.192 Real-time type inference issues fixed. Added filter box to "Open from workspace..." dialog. Displaying the block parameter type in its popup menu. Import fixed due engine refactorings. Engine Version 0.10.192 Notes ----------------------------- Improved type inference in face of parametric types. Communication pool management added to AdvanceBlock settings. Refactored a few classes. Version 0.09.165 Notes ---------------------- Fixed issues with the type inference. Fixed issues with persisting the datastore and ECC settings. Modified blocks to have access to all scheduler types. Version 0.08.157 Notes ---------------------- Fixed type inference for complex generic types. Fixed wire type identification. Improved interoperability with the Flow Editor. Improved error reporting over the Engine control API. Few other bugfixes. Version 0.07.146 Notes ---------------------- Updated many ECC and flow engine components to work under a "working directory" instead of the local directory. By default, the working directory of the ECC is now ${user.home}/.advance-flow-editor-ws . Added certificate file-based remote login into ECC, similarly to the FE. The schemas and block registry are now default to the root classpath of the engine (root directory in the Jar). Specifying external block registry and schemas is now optional. The ECC configuration files are now stored in the working directory with name advance-ecc-*.xml The ECC now parses the Flow editor's own login-info.xml in order to allow connecting to the same engine when the ECC is run from inside the Flow Editor. Version 0.06.139 Notes ---------------------- Removed Java 7 specific classes and methods. The engine is targeted at Java 6. Fixed a few minor bugs. Version 0.05.138 Notes ---------------------- Fixed several engine and communication related bugs. Updated Reactive4Java library to version 0.95.1 due several bugs. Updated the ECC to have more convenient realm management. Version 0.05.133 Notes ---------------------- Fixed some bugs and functional issues with the flow engine. Updated Reactive4Java library to version 0.95. Version 0.05.129 Notes ---------------------- Added all screens to the Engine Control Center. The remaining features are the filter boxes (low priority). Fixed some compilation and execution related issues with the flow engine. Version 0.04.123 Notes ---------------------- Fixed user right exploits. Added keystore management screens and routines. Added remote login option to the control center. Version 0.03.119 Notes ---------------------- Added Email details dialog. Fixed datastore email record management. Fixed some misspelling. Extracted the update methods from the datastore to separate interface to allow SQL dialect specific implementation of the MERGE/REPLACE functionality. Version 0.02.115 Notes ---------------------- Added more control center screens. Fixed some bugs in the compiler. Changed datastore API notification group type. Version 0.02.112 Notes ---------------------- Added missing datastore API calls. Added more Control Center screens. Version 0.02.103 Notes ---------------------- Added E-mail related datastore classes. Started on Flow Engine Control Center. Fixed a few minor model bugs. Version 0.01.097 Notes ---------------------- Some refactorings and added support classes. Updated library versions. Version 0.01.087 Notes ---------------------- 2011-10-04 13:00 CET Drastical refactoring of classes. The class names remained the same, but their location has changed. This helps removing any package cyclic dependency and makes a more clear grouping of the code. The SVN now contains a generated Javadoc of the Flow Engine. All NetBeans and GWT related files have been removed and cleaned. Libraries are moved to the /lib directory.