Source Code Cross Referenced for ExpressionAction.java in  » Rule-Engine » zilonis » org » zilonis » network » production » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » Rule Engine » zilonis » org.zilonis.network.production 
Source Cross Referenced  Class Diagram Java Document (Java Doc) 


001:        package org.zilonis.network.production;
002:
003:        /**
004:         * Copyright (c) 2005 Elie Levy <elie.levy@zilonis.org>
005:         * All rights reserved
006:         * 
007:         * This License governs use of the accompanying Software, and your use of the
008:         * Software constitutes acceptance of this license.
009:         * 
010:         * You may use this Software for any non-commercial purpose, subject to the
011:         * restrictions in this license. Some purposes which can be non-commercial are
012:         * teaching, academic research, and personal experimentation. You may also
013:         * distribute this Software with books or other teaching materials, or publish
014:         * the Software on websites, that are intended to teach the use of the 
015:         * Software.
016:         * 
017:         * 
018:         * You may not use or distribute this Software or any derivative works in any
019:         * form for commercial purposes. Examples of commercial purposes would be
020:         * running business operations, licensing, leasing, or selling the Software, or
021:         * distributing the Software for use with commercial products.
022:         * 
023:         * You may modify this Software and distribute the modified Software for
024:         * non-commercial purposes, however, you may not grant rights to the Software 
025:         * or derivative works that are broader than those provided by this License. 
026:         * For example, you may not distribute modifications of the Software under
027:         * terms that would permit commercial use, or under terms that purport to 
028:         * require the Software or derivative works to be sublicensed to others.
029:         * 
030:         * You may use any information in intangible form that you remember after
031:         * accessing the Software. However, this right does not grant you a license to
032:         * any of the copyrights or patents for anything you might create using such
033:         * information.
034:         * 
035:         * In return, we simply require that you agree:
036:         * 
037:         * Not to remove any copyright or other notices from the Software.
038:         * 
039:         * 
040:         * That if you distribute the Software in source or object form, you will
041:         * include a verbatim copy of this license.
042:         * 
043:         * 
044:         * That if you distribute derivative works of the Software in source code form
045:         * you do so only under a license that includes all of the provisions of this
046:         * License, and if you distribute derivative works of the Software solely in
047:         * object form you do so only under a license that complies with this License.
048:         * 
049:         * 
050:         * That if you have modified the Software or created derivative works, and
051:         * distribute such modifications or derivative works, you will cause the
052:         * modified files to carry prominent notices so that recipients know that they
053:         * are not receiving the original Software. Such notices must state: (i) that
054:         * you have changed the Software; and (ii) the date of any changes.
055:         * 
056:         * 
057:         * THAT THE SOFTWARE COMES "AS IS", WITH NO WARRANTIES. THIS MEANS NO EXPRESS,
058:         * IMPLIED OR STATUTORY WARRANTY, INCLUDING WITHOUT LIMITATION, WARRANTIES OF
059:         * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE OR ANY WARRANTY OF TITLE
060:         * OR NON-INFRINGEMENT. ALSO, YOU MUST PASS THIS DISCLAIMER ON WHENEVER YOU
061:         * DISTRIBUTE THE SOFTWARE OR DERIVATIVE WORKS.
062:         * 
063:         * 
064:         * THAT NEITHER ZILONIS NOR THE AUTHOR WILL BE LIABLE FOR ANY DAMAGES RELATED
065:         * TO THE SOFTWARE OR THIS LICENSE, INCLUDING DIRECT, INDIRECT, SPECIAL,
066:         * CONSEQUENTIAL OR INCIDENTAL DAMAGES, TO THE MAXIMUM EXTENT THE LAW PERMITS,
067:         * NO MATTER WHAT LEGAL THEORY IT IS BASED ON. ALSO, YOU MUST PASS THIS
068:         * LIMITATION OF LIABILITY ON WHENEVER YOU DISTRIBUTE THE SOFTWARE OR 
069:         * DERIVATIVE WORKS.
070:         * 
071:         * 
072:         * That if you sue anyone over patents that you think may apply to the Software
073:         * or anyone's use of the Software, your license to the Software ends
074:         * automatically.
075:         * 
076:         * 
077:         * That your rights under the License end automatically if you breach it in any
078:         * way.
079:         * 
080:         * 
081:         * Elie Levy reserves all rights not expressly granted to you in this 
082:         * license.
083:         *  
084:         */
085:
086:        import org.zilonis.network.Condition;
087:        import org.zilonis.network.Token;
088:        import org.zilonis.network.adapter.ZilonisEvaluator;
089:        import org.zilonis.network.adapter.EvaluatorFactory;
090:        import org.zilonis.scope.Scope;
091:        import org.zilonis.symbol.Triplet;
092:
093:        public class ExpressionAction extends Action {
094:
095:            private ZilonisEvaluator zilonisEvaluator;
096:
097:            public ExpressionAction(String expression, String variables[]) {
098:                super (EXPRESSION);
099:                zilonisEvaluator = EvaluatorFactory.getEvaluator(expression,
100:                        variables);
101:            }
102:
103:            public String getActionId() {
104:                return "InvalidId";
105:            }
106:
107:            public void setEarlierConditions(Condition earlierConditions) {
108:                zilonisEvaluator.setEarlierConditions(earlierConditions);
109:            }
110:
111:            public Triplet buildTriplet(Scope scope, String id, Token token) {
112:                String result = zilonisEvaluator.evalExpression(scope, token);
113:                return new Triplet(result, result, result);
114:            }
115:        }
www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.