This step is done for each analysis class we have identified.
在这里,我们要对每个分析类进行处理。
Establish Associations between analysis Classes (analysis class diagram).
在分析类图上,建立分析类间的联系。
But this raises a very interesting and important question: Just what is an analysis class?
这就引出了一个有趣而又重要的问题:什么是分析类?
From our list of class responsibilities we can deduce certain attributes for our analysis classes.
从类的职责列表中,我们可以确定分析类的一些属性。
Then, It introduces the types and structures of packets and presents the design of packet analysis class.
然后在介绍了分层网络数据包的类型及结构的基础上,给出数据包分析处理类的设计。
It has several other work products as optional inputs, such as use-case realization, analysis class, glossary, and so on.
它也包括了可选择输入的一些其他工作产品,像用例实现,分析类,术语表等等。
First, a business-level analysis class is one that is essential to the business domain, without reference to implementation or technology constraints.
首先,一个业务级别的分析类是业务领域中的一个要素,与实现技术无关。
And once we identify our class responsibilities, we should construct an analysis class diagram to capture the structure of the relationships among our classes.
一旦我们确定了我们的类的职责,我们就可以设计一个分析类图,来描述类间关系的整体结构。
In analysis, our use case realization contains only analysis classes and objects, which may populate various UML diagrams such as class diagrams and interaction diagrams.
在分析阶段,我们的用例实现只包括分析类及分析对象,它们能组装成不同的UML图如类图和交互图。
The class diagram shown in Figure 8 shows our vehicle rental analysis classes, the relationships between them, and an initial start on the attributes appropriate to be owned in each class.
图8中的类图上展示了汽车租借的分析类、它们之间的关系以及每个类所拥有的一些基本的属性。
With the analysis classes and their relationships identified, I then populated each analysis class with attributes (data members) that were in accord with the responsibilities of each class.
借助这些分析类及其已确定的关系,我又给每个分析类配上与其职责相一致的属性(数据成员)。
Class library plays the vital role in the construction of compiler by object-oriented method and lexical analysis class library is an important part of object-oriented compiling class library.
类库在编译程序的面向对象构造过程中起重要作用,词法分析类库是编译类库的重要组成部分。
So beyond, well class nine you do look at in the analysis, but beyond class nine are severe accidents. I should correct myself.
所以超过了,你们在分析中看到的,第九种,但是超过第九种了的就是,很严重的事故,我要更正一下。
In analysis, you will discover some of the attributes (i.e., class data variables) that your classes will need in order to meet their responsibilities.
在分析中,我们会发现,类为了完成自己的职责,会需要一些属性(也就是类的属性变量)。
After the rule class is completed, it needs to be described through the provided extension points in the analysis framework so that the code review engine can discover it.
在规则类被完成之后,它需要通过在分析架构中的所提供的扩展点被描述出来,从而使得代码评审引擎能够将其发现。
In most situations, class interaction analysis (available with the ARM agent) is enough to help find problems, but occasionally you will need to do further profiling at the object level.
在很多情况下,类的相互作用分析足以帮助发现问题,但是您偶尔可能需要进行更深入的对象级别的分析。
The analysis API eliminates most of the challenges associated with visiting AST nodes by providing a common visitor class and abstracting the query mechanism.
分析API通过提供一个公用的访问者类和抽象查询机制,消除了和访问AST节点相关联的大部分挑战。
For instance, you can create your own static analysis rule to run against a large application to find where a particular interface or class is used.
举例来说,您可以创建对大型的应用程序运行的您自己的静态分析规则,从而发现在哪里用到了特定的接口或类。
Using these segregations of data, you can focus on key elements of basic data analysis for each data class.
通过使用这些被分类的数据,对于每种数据类别,都可以将数据分析集中于关键的元素。
Because the project will be addressing different types of estimations, create two separate JET templates: one for use case point analysis and another for class point analysis.
因为项目将会处理不同类型的估计,创建两个单独的JET模板:一个为用例点分析创建,另一个为类点分析创建。
Notice how the analysis is performed, and you start seeing more information about the simple class diagram you created.
注意一下如何执行分析的,而且你开始看到更多关于你创建好的简单类图的信息。
As we move from the sequence diagram to the class diagram, our system analysis becomes more refined.
当我们从序列图转到类图时,我们的系统分析就更精细了。
Simply running the data structure analysis engine code on a class isn't all that much fun because the result is just one data structure representing another data structure.
仅仅在一个类上运行数据结构分析引擎代码,不那么有趣,因为结果只是代表另一个数据结构的数据结构。
The messages in analysis are assigned to the classes based on the responsibilities we have given each class.
分析阶段的消息现在分配给基于职责的类,这些职责是我们赋予给每个类的。
The list of instance variables in this class is worth noting because they define the result object that is generated by the analysis procedure.
这个类中的实例变量列表值得注意,因为它们定义了由分析过程生成的结果对象。
It requires a careful analysis of not only the conditions under which variables will be read or written, but also of how the class might be used by other classes.
它不但要求仔细分析在什么条件可以对变量进行读写,而且要求仔细分析其它类能如何使用某个类。
Other features include class invariants, non-nullable reference types, and enhanced static analysis capabilities.
其他的特性还包括类不变量、非空引用类型和加强的静态分析功能。
We have also taken a brief look at how to define an analysis result class and given a bit of an overview of the parser.
同时我们还简略的学习了,怎样去定义一个分析结果类,并给出了剖析器的概述。
They can also perform impact analysis to find out all the use cases that are impacted because of a change to a class or database table.
他们也可以执行影响分析,从而找到所有会受到修改类或者数据库操作影响的用例。
In UML terms, an archetype is nothing but a "stereo-typed" class that further abstract real world entities into truly reusable and easily extensible analysis/design and implementation artifacts.
在UML术语中,原型只不过是一个“定型”的类,它可以进一步将实际实体抽象为真正可重复利用并可轻松扩展的分析/设计和实施构件。
应用推荐