On Fri, Oct 14, 2011 at 3:39 PM, Tudor Girba tudor@tudorgirba.com wrote:
Pimon is a simple graphical engine.
Inheriting from Figure only provided display facility. It is not essential for the algorithm. So, you should not do anything in this direction.
Now that algos are working, I am looking to create full lattices on top of the algos: because I need to find patterns in the lattices (the approach is constructed like that) and it is more evident to manipulate lattices than simple concepts. Thats why now I am looking at the classes that create and display FCA lattices. So I thought there might be a straightforward solution to the problem.
Now that you mentioned, you should get those classes inherit from Object instead of ProtoObject.
Ok I'll do it.
Doru
On Fri, Oct 14, 2011 at 3:06 PM, Usman Bhatti usman.bhatti@gmail.comwrote:
I am working on porting an FCA library from VW to Pharo. In VW, classes LatticeNode and Lattice inherit from a class: Pimon.Figure.
The corresponding classes in pharo, already ported, inherit from ProtoObject. My question: Is there an easy workaround (that is inheriting from a similar class in pharo doing the work of Pimon.Figure) or do I need to rewrite these Lattice and LatticeNode classes?
thanx
Usman
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
--
www.tudorgirba.com
"Every thing has its own flow"
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev