From: <lab...@gm...> - 2009-02-02 17:13:41
|
I was wondering that if I had a domain string with mixed types like "B^10,R(0.0,5.0)^10,Z(0,20)^10", I should make my own PositionUpdateStrategy to handle those various types? For example, I would like to apply BinaryPositionUpdate for the bits, and StandardPositionUpdate for the rest? Does that sound reasonable? |