Hey 3D Guys

I got a simple question

when doing the following

WakeupCriterion[] wakeup =
((BehaviorTrigger3D)trigger).getWakeupCriterion();
WakeupCondition condition = new WakeupOr(wakeup);
if (condition.equals(condition)){
        ;
}

this if clause turns out to be false.. can anyone explain why ?
is it just a matter of wrong implementation of the equals method ?
how can I bypass this ? the objective is mapping those wakeupConditions
and retrieving their relevant data when they come in to processStimulus.

any ideas ?

thanks,

Ben Arbel
Xtivia Technologies
[EMAIL PROTECTED]
[EMAIL PROTECTED]
http://www.xtivia.com
http://www.comsoft.co.il
work phone(NJ): 732 248 9399
work phone(Israel):  972-2-9598999

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JAVA3D-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to