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

shawn youngxiao121 at hotmail.com
Wed Mar 7 18:32:47 EST 2012


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.



More information about the rules-users mailing list