Author: waltemath Date: Fri Jan 16 10:53:06 2009 New Revision: 3717 URL: http://svn.gna.org/viewcvs/service-tech?rev=3717&view=rev Log: closes task #6424 (https://gna.org/task/?6424): pnapi kernel quite stable now, i.e.: * classes Node, Place, Transition and Arc (component classes) provide a basic stable feature set * PetriNet constructors and copy operators are working * construction of nets via create*() works * structural queries work (contains/find/get*()) * composition works
not yet finished: * input/output (see task #6434 (https://gna.org/task/?6434)) * reduction (see task #6435 (https://gna.org/task/?6435)) * criteria checks and produce (see task #6436 (https://gna.org/task/?6436)) * any final condition handling (see task #6423 (https://gna.org/task/?6423)) detailed changes: * transitions update their type (introduced INOUT only used by transitions) * added produce() to public interface * removed mirror() * removed deleteInterfacePlaces() (unnecessary) Modified: trunk/pnapi/src/automaton.cc trunk/pnapi/src/automaton.h trunk/pnapi/src/component.cc trunk/pnapi/src/component.h trunk/pnapi/src/parser-owfn.yy trunk/pnapi/src/petrinet-output.cc trunk/pnapi/src/petrinet-petrify.cc trunk/pnapi/src/petrinet.cc trunk/pnapi/src/petrinet.h trunk/pnapi/tests/Makefile.am trunk/pnapi/tests/petrinet/test_construction.cc -- You received this e-mail, because you subscribed the mailing list "service-tech-commits" which will forward you any e-mail addressed to [email protected]. If you want to unsubscribe or make any changes to your subscription, please go to https://mail.gna.org/listinfo/service-tech-commits.
