Re: A problem on SAC 1.1

¾ÈÈ£¼º wrote:
> 
> I'm Ho-sung Ahn.
> 
> I found a problem on a SAC interface.
> 
> The method getValue() in the interface AttributeCondition has a problem in
> below case.
> 
> P.pastoral.marine { color: green }
> 
> The specification does not describe how implement the interface in above
> case.
> 
> Should an implementation of SAC return "pastoral.marine"?

No, you will end up with two AttributeCondition of type SAC_CLASS_CONDITION.
the first getValue will return "pastoral" and the second getValue will
return "marine". Both conditions are combined using a CombinatorCondition.

Philippe

Received on Friday, 27 October 2000 16:56:33 UTC