|
If I have a Value object that contains a constant string, int, float, or symbol, is it possible to retrieve the constant value without a Context object? Can I use toString(), then convert from String to Integer, Boolean, Float/Double? Obviously this would only work for constants, not variables and function calls.
The situation is that I am creating Value objects that originate in Java, outside of Jess function calls, and want to get the value contents.
------------------------------------------------------- Steve Solomon USC Institute for Creative Technologies [EMAIL PROTECTED] |
- JESS: Context for static values Steve Solomon
