请输入您要查询的百科知识:

 

词条 Transaction logic
释义

  1. Examples

  2. Implementations

  3. References

{{cleanup HTML|date=February 2019}}

Transaction Logic is an extension of predicate logic that accounts in a clean and declarative way for the phenomenon of state changes in logic programs and databases. This extension adds connectives specifically designed for combining simple actions into complex transactions and for providing control over their execution. The logic has a natural model theory and a sound and complete proof theory. Transaction Logic has a Horn clause subset, which has a procedural as well as a declarative semantics. The important features of the logic include hypothetical and committed updates, dynamic constraints on transaction execution, non-determinism, and bulk updates. In this way, Transaction Logic is able to declaratively capture a number of non-logical phenomena, including procedural knowledge in artificial intelligence, active databases, and methods with side effects in object databases.

Transaction Logic was originally proposed in [1] by Anthony Bonner and Michael Kifer and later described in more detail in [2] and.[3] The most comprehensive description appears in.[4]

In later years, Transaction Logic was extended in various ways, including concurrency,[5] defeasible reasoning,[6] partially defined actions,[7] and other features.[8][9]

In 2013, the original paper on Transaction Logic [1] has won the 20-year Test of Time Award as the most influential paper from the proceedings of ICLP 1993 conference in the preceding 20 years.{{citation needed|date=February 2014}}

Examples

Graph coloring. Here tinsert denotes the elementary update operation of transactional insert. The connective ⊗ is called serial conjunction.

 colorNode <-  // color one node correctly     node(N) ⊗ ¬ colored(N,_) ⊗ color(C)     ⊗ ¬(adjacent(N,N2) ∧ colored(N2,C))     ⊗ tinsert(colored(N,C)). colorGraph <- ¬uncoloredNodesLeft. colorGraph <- colorNode ⊗ colorGraph.

Pyramid stacking. The elementary update tdelete represents the transactional delete operation.

 stack(N,X) <- N>0 ⊗ move(Y,X) ⊗ stack(N-1,Y). stack(0,X). move(X,Y) <- pickup(X) ⊗ putdown(X,Y). pickup(X) <- clear(X) ⊗ on(X,Y) ⊗              ⊗ tdelete(on(X,Y)) ⊗ tinsert(clear(Y)). putdown(X,Y) <-  wider(Y,X) ⊗ clear(Y)                   ⊗ tinsert(on(X,Y)) ⊗ tdelete(clear(Y)).

Hypothetical execution. Here <> is the modal operator of possibility: If both action1 and action2 are possible, execute action1. Otherwise, if only action2 is possible, then execute it.

  execute <- <>action1 ⊗ <>action2 ⊗ action1.  execute <- ¬<>action1 ⊗ <>action2 ⊗ action2.

Dining philosophers. Here | is the logical connective of parallel conjunction of Concurrent Transaction Logic.[5]

Implementations

A number of implementations of Transaction Logic exist. The original implementation is available here. An implementation of Concurrent Transaction Logic is available here. Transaction Logic enhanced with tabling is available here. An implementation of Transaction Logic has also been incorporated as part of the Flora-2 knowledge representation and reasoning system. All these implementations are open source.

Additional papers on Transaction Logic can be found on the Flora-2 Web site.

References

1. ^A.J. Bonner and M. Kifer (1993), Transaction Logic Programming, International Conference on Logic Programming (ICLP), 1993.
2. ^A.J. Bonner and M. Kifer (1994), An Overview of Transaction Logic, Theoretical Computer Science, 133:2, 1994.
3. ^A.J. Bonner and M. Kifer (1998), Logic Programming for Database Transactions in Logics for Databases and Information Systems, J. Chomicki and G. Saake (eds.), Kluwer Academic Publ., 1998.
4. ^A.J. Bonner and M. Kifer (1995), Transaction Logic Programming (or A Logic of Declarative and Procedural Knowledge). Technical Report CSRI-323, November 1995, Computer Science Research Institute, University of Toronto.
5. ^A.J. Bonner and M. Kifer (1996), Concurrency and communication in Transaction Logic, Joint Intl. Conference and Symposium on Logic Programming, Bonn, Germany, September 1996
6. ^P. Fodor and M. Kifer (2011), Transaction Logic with Defaults and Argumentation Theories. In Technical communications of the 27th International Conference on Logic Programming (ICLP), July 2011.
7. ^M. Rezk and M. Kifer (2012), [https://link.springer.com/article/10.1007%2Fs13740-012-0007-8 Transaction Logic with Partially Defined Actions]. Journal on Data Semantics, August 2012, vol. 1, no. 2, Springer.
8. ^H. Davulcu, M. Kifer and I.V. Ramakrishnan (2004), CTR-S: A Logic for Specifying Contracts in Semantic Web Services. Proceedings of the 13-th World Wide Web Conference (WWW2004), May 2004.
9. ^P. Fodor and M. Kifer (2010),
Tabling for Transaction Logic. In Proceedings of the 12th international ACM SIGPLAN symposium on Principles and practice of declarative programming (PPDP), July 2010.

3 : Logic programming languages|Declarative programming languages|Knowledge representation

随便看

 

开放百科全书收录14589846条英语、德语、日语等多语种百科知识,基本涵盖了大多数领域的百科知识,是一部内容自由、开放的电子版国际百科全书。

 

Copyright © 2023 OENC.NET All Rights Reserved
京ICP备2021023879号 更新时间:2024/11/12 11:25:43