forked from apache/incubator-kie-drools
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
341b0e2
commit a15cac1
Showing
123 changed files
with
604 additions
and
604 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
drools-clips/src/main/resources/META-INF/drools.default.packagebuilder.conf
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
drools.dialect.clips = org.kie.rule.builder.dialect.clips.ClipsDialectConfiguration | ||
drools.dialect.clips = org.drools.rule.builder.dialect.clips.ClipsDialectConfiguration | ||
drools.dialect.mvel.strict = false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
38 changes: 19 additions & 19 deletions
38
drools-clips/src/main/resources/org/drools/clips/functions.conf
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,28 @@ | ||
#working with vars | ||
org.kie.clp.functions.BindFunction | ||
org.kie.clp.functions.ModifyFunction | ||
org.kie.clp.functions.CreateListFunction | ||
org.drools.clp.functions.BindFunction | ||
org.drools.clp.functions.ModifyFunction | ||
org.drools.clp.functions.CreateListFunction | ||
|
||
#flow control | ||
org.kie.clp.functions.IfFunction | ||
org.kie.clp.functions.BreakFunction | ||
org.kie.clp.functions.SwitchFunction | ||
org.kie.clp.functions.SwitchCaseFunction | ||
org.kie.clp.functions.SwitchDefaultFunction | ||
org.kie.clp.functions.WhileFunction | ||
org.kie.clp.functions.ForeachFunction | ||
org.kie.clp.functions.PrognFunction | ||
org.drools.clp.functions.IfFunction | ||
org.drools.clp.functions.BreakFunction | ||
org.drools.clp.functions.SwitchFunction | ||
org.drools.clp.functions.SwitchCaseFunction | ||
org.drools.clp.functions.SwitchDefaultFunction | ||
org.drools.clp.functions.WhileFunction | ||
org.drools.clp.functions.ForeachFunction | ||
org.drools.clp.functions.PrognFunction | ||
|
||
#math comparators | ||
org.kie.clp.functions.LessThanFunction | ||
org.kie.clp.functions.GreaterThanOrEqualFunction | ||
org.kie.clp.functions.EqFunction | ||
org.drools.clp.functions.LessThanFunction | ||
org.drools.clp.functions.GreaterThanOrEqualFunction | ||
org.drools.clp.functions.EqFunction | ||
|
||
#math operators | ||
org.kie.clp.functions.PlusFunction | ||
org.kie.clp.functions.MinusFunction | ||
org.kie.clp.functions.DivideFunction | ||
org.kie.clp.functions.MultiplyFunction | ||
org.drools.clp.functions.PlusFunction | ||
org.drools.clp.functions.MinusFunction | ||
org.drools.clp.functions.DivideFunction | ||
org.drools.clp.functions.MultiplyFunction | ||
|
||
#io | ||
org.kie.clp.functions.PrintoutFunction | ||
org.drools.clp.functions.PrintoutFunction |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.