]
Edson Tirelli updated JBRULES-653:
----------------------------------
Fix Version/s: 3.1-m2
Allow "this" to be used as a Field Constraint
---------------------------------------------
Key: JBRULES-653
URL:
http://jira.jboss.com/jira/browse/JBRULES-653
Project: JBoss Rules
Issue Type: Feature Request
Security Level: Public(Everyone can see)
Components: Drl Parser/Builder, Reteoo
Affects Versions: 3.0.5
Reporter: Edson Tirelli
Assigned To: Edson Tirelli
Fix For: 3.1-m2
Allows a special field "this" to be used. The idea is support cases like:
rule "keeps consistency"
when
$r : Relationship( $s: source, $t: target )
not( Source( this == $s ) or Target( this == $t ) )
then
retract( $r );
end
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: