ADE 用户指南

Revision as of 07:42, 16 October 2015 by Jhuawen (talk | contribs) (Created page with "该用户指南给想使用ADE开发应用程序的编程人员用提供了详细参考。同时包含关于如何安装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的信息。

How to use this document

Under each page's title the page's hierarchy and any parent pages will be listed. The pages in the guide can be read in any order, but for those who want to read the guide sequentially there are Previous and Next links at the bottom of each page which will take the reader through all of the guide's pages in order.

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

ADE User Guide Introduction to ADE
Comments


You are not allowed to post comments.