Both one-predicate logic and the class logic can not express all characteristics of traditional lexical item logic.
一元谓词逻辑和类逻辑都不能完全反映传统词项逻辑的特征。
If you have this option disabled, you get a skeleton class without the business logic for the "add" operation.
如果您使这个选项失去活性,您将得到一个没有“添加”操作的业务逻辑性的框架类。
Summary: If you have not already done so, delegate some or all of your advice logic to another class that you can test directly.
概述:如果还没有做的话,可以将一些或者全部建议逻辑委派给其他可以直接测试的类。
You should also notice in the example that I always call an actual implementation class to perform the business logic.
您还应当注意到,在示例里我一直调用实际的实现类来执行业务逻辑。
This class also contains methods to handle the business logic for each element of functionality required.
这个类还包含了为功能所需的每个元素处理业务逻辑的方法。
Instead, it keeps your previous skeleton class and its business logic.
相反,它会保持您以前的框架类和它的业务逻辑性。
Personally I like the idea of keeping all the data access logic encapsulated in that class.
我个人倾向于将所有的数据访问逻辑封装到这个类中。
The invocation handler class is where all of the data validation logic is handled.
调用处理程序类是处理所有数据验证逻辑的地方。
The model class holds the essential business logic and manages the data corresponding to that part of the application.
模型类存放实际的业务逻辑,并管理与应用程序部分对应的数据。
The logic in this class may never need to change, even if the business rules need to be updated.
该类中的逻辑永远不需要更改,即使业务规则需要更新时也是如此。
Design by Contract lets the class designer concentrate on the logic that implements the class functionality without worrying about the validity of arguments.
契约式设计让类的设计者专注于实现了类的功能性的逻辑,而不用担心实参的有效性。
The idea is to use a single class which can be parameterized to perform different logic without requiring subclassing [...
想法是使用一个可参数化的类执行不同的逻辑,不需要子类化……
Because our example application included a business delegate class, we placed the validation logic there.
因为示例应用程序包含了一个业务委派类,所以我们在其中放置了验证逻辑。
The idea is to keep the controller class as simple as possible to allow business logic to be abstracted to a helper class.
这个想法是为了使控制器类尽可能保持简单以允许业务逻辑被抽象为助手类。
The concrete DAO class contains logic for accessing data from a specific data source.
具体的dao类包含访问特定数据源的数据的逻辑。
Let's encapsulate that logic with a new class as shown in Listing 5.
让我们使用清单5所示的新类封装这种逻辑。
By default, the Web services wizard will replace your previous skeleton class and any business logic in it with a fresh skeleton (provided you have enabled file overwriting).
默认情况下,服务向导将会用最新的框架(倘若您已经激活了文件的重写)来取代您先前的框架类和它里面的任何业务逻辑。
The code in Listing 2 is meant to demonstrate the general logic of the output class.
清单2中的代码旨在演示输出类的通用逻辑。
The bootstrapping class contains all the logic to bring the BC to life and get it up and running.
引导类包含所有将BC 激活、启动和运行的逻辑。
For example, methods, functions, a class, or a module of complex logic might be identified.
例如,它将bug目标锁定为方法、函数、类或包含复杂逻辑的模块。
Example: Move the highlighting logic to another class.
例子:将突出显示逻辑转移到其他类。
You can extend the NotesThread class and encapsulate your logic within it.
您可以扩展notesthread类并将自己的逻辑封装在其中。
By extending the PasswordHandler interface, a developer can create a class to implement the password-checking logic.
通过扩展PasswordHandler接口,开发人员可以创建一个类来实现密码检查逻辑。
While the JSP page that references the tag executes, the JSP runtime invokes the tag handler class to execute the business logic it defines.
在执行引用这个标记的JS p页时,JSP运行时调用taghandler类执行它所定义的业务逻辑。
The runtime queries the Permission class about its implication reasoning logic by calling a method, aptly named implies.
运行时通过调用一个恰当地取名为implies的方法来查询permission类的隐含推断逻辑。
Class wrapping: wrapping or replacing a target class with another class that contains instrumentation logic.
类包装:用另一个包含工具逻辑的类包装或替换目标类。
As I mentioned, we will define the table tag's core logic in the TableTag class.
如前所述,我们将在TableTag类中定义表格标记的核心逻辑。
The GenSequence class implements the core logic of the utility.
GenSequence类实现实用程序的核心逻辑。
The GenSequence class implements the core logic of the utility.
GenSequence类实现实用程序的核心逻辑。
应用推荐