ADE 用户指南
Analytica决策引擎(ADE)是一个强大的COM组件,可以在计算机服务器上运行Analytica模型。其他应用程序可以通过COM标准接口使用ADE访问Analytica模型 。 ADE提供了一个应用程序设计界面(API) ,通过该界面其他应用程序可以建立、读取、检查、分析、评估、修改、以及保存 Analytica 模型。ADE本身不像Analytica那样在计算机上提供一个用户界面。如果你想要一个基于网络的用户界面,你可以使用 Analytica Cloud Player (ACP) ,其本身使用ADE。或者你可以从其他可以提供输入、运行模型以及采集和显示结果的应用程序使用ADE访问你的Analytica模型。
该用户指南给想使用ADE开发应用程序的编程人员用提供了详细参考。同时包含关于如何安装ADE的信息。
如何使用该文档
在每页的标题下,列出了页面的层次结构以及母页。用户指南中的页面可以按照任何顺序浏览,但是对于那些想循序阅读该指南的用户,在每一页的底部都有Previous(上一页)和Next(下一页)连接按钮,用户可以通过按钮循序浏览完所有页面。
At the bottom of each page there is also a Navbox that will list all of the contents of the guide so any page in the guide will be accessible from any other page in the guide.
Contents of the ADE User Guide
Introduction to ADE
This chapter explains what ADE is and how to use the ADE Server.
Installation of ADE
This chapter explains the steps required to install ADE 4.6 on your Windows NT 4 (>SP 6), 2000, XP, or Vista computer.
The ADE Tutorial
This chapter shows you how to use ADE from within a Visual Basic program, and steps you through building your first ADE application using Visual Basic.
Using the ADE Server
This chapter provides a step-by-step guide to the functionality accessible through ADE. You should read this section to get better acquainted with the classes, and their methods and properties. By using the sample code fragments presented in this section in your code, you can begin accessing information in your models from your Visual Basic applications immediately.
Working with Models, Modules, and Files in ADE
This chapter contains examples of common operations and manipulations you might perform on objects in your Analytica model.
ADE Server Class Reference
This chapter provides reference materials on the object classes in ADE and their properties and methods, including method syntax, data types, and property access information. Refer to the information in this section after you’ve read through Using the ADE Server and have specific questions about particular methods and properties.
See Also
- Analytica Decision Engine on the Lumina web site for basic information about ADE, trials, and pricing.
⇦ | ADE User Guide | ⇨ Introduction to ADE |
Enable comment auto-refresher