ADE 用户指南

Revision as of 07:43, 16 October 2015 by Jhuawen (talk | contribs) (Created page with "=== ADE 入门=== 此章介绍如何在Visual Basic程序中使用ADE,以及基本步骤:如何使用Visual Basic建立你的第一个ADE应用程...")
Other languages:
English • ‎中文 • ‎中文(中国大陆)‎

Analytica决策引擎(ADE)是一个强大的COM组件,可以在计算机服务器上运行Analytica模型。其他应用程序可以通过COM标准接口使用ADE访问Analytica模型 。 ADE提供了一个应用程序设计界面(API) ,通过该界面其他应用程序可以建立、读取、检查、分析、评估、修改、以及保存 Analytica 模型。ADE本身不像Analytica那样在计算机上提供一个用户界面。如果你想要一个基于网络的用户界面,你可以使用 Analytica Cloud Player (ACP) ,其本身使用ADE。或者你可以从其他可以提供输入、运行模型以及采集和显示结果的应用程序使用ADE访问你的Analytica模型。

该用户指南给想使用ADE开发应用程序的编程人员用提供了详细参考。同时包含关于如何安装ADE的信息。

如何使用该文档

在每页的标题下,列出了页面的层次结构以及母页。用户指南中的页面可以按照任何顺序浏览,但是对于那些想循序阅读该指南的用户,在每一页的底部都有Previous(上一页)和Next(下一页)连接按钮,用户可以通过按钮循序浏览完所有页面。

在每一页的底部也提供了一个Navbox(导航模块),列出了该指南的所有内容,以便在该指南中可以访问任何页面。

ADE用户指南目录

ADE 介绍

此章解释了ADE是什么以及如何使用ADE服务器。

ADE 安装

此章解释在Windows NT 4 (>SP 6)、2000、XP、或者Vista上安装 ADE 4.6的步骤。

ADE 入门

此章介绍如何在Visual Basic程序中使用ADE,以及基本步骤:如何使用Visual Basic建立你的第一个ADE应用程序。

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

ADE User Guide Introduction to ADE
Comments


You are not allowed to post comments.