[rules-users] Simple question about String comparison in Drool

Mauricio Salatino salaboy at gmail.com
Wed Mar 7 18:53:45 EST 2012


you can just use String( this == key)

On Wed, Mar 7, 2012 at 11:32 PM, shawn <youngxiao121 at hotmail.com> wrote:

> I insert several strings into working memory to make a comparison. But how
> to
> compare a anonymous string to another string. code like:
>
> List <String> s = ArrayList <String>
> String key
>
> function void insertValue( s, KnowledgeHelper kh ) {
>
>        for( String string : s ) {
>                kh.insert( string );
>        }
>
> }
> ...
> When
>        not $string : String( toString() == key)
> Then....
> Obviously, toString() can not do this task.
> How to get the string's value ?
> Cheers.
>
> --
> View this message in context:
> http://drools.46999.n3.nabble.com/Simple-question-about-String-comparison-in-Drool-tp3808352p3808352.html
> Sent from the Drools: User forum mailing list archive at Nabble.com.
> _______________________________________________
> rules-users mailing list
> rules-users at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/rules-users
>



-- 
 - MyJourney @ http://salaboy.wordpress.com
 - Co-Founder @ http://www.jugargentina.org
 - Co-Founder @ http://www.jbug.com.ar

 - Salatino "Salaboy" Mauricio -
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/rules-users/attachments/20120307/c9625aac/attachment.html 


More information about the rules-users mailing list