coriolis/hurricane
Jean-Paul Chaput 9724cef332 * ./hurricane/src/isobar:
- Change: In PyHurricane, add type object for all subtype of Component, then
        we can use the Python "isinstance()" function to know the true type of a
        component. Useful when looping over a collection of Component.
          Name clash: We have used the class name as the name of the constructor
        inside the Hurricane module, at a time we where less acquainted with
        Python, so the real class are named 'PyVertical' for example, while
        'Hurricane' is the constructor function. Should correct this in the
        future but it's a huge work as all the Python scripts must be editeds...
    - Change: In PyNet, adds the "getComponents()" Collection accessor.
    - New: In Occurrence, added method getCompactString() to display a more
       compact version of the occurrence.
    - New: PyQuery & PyQueryMask expose the Query classe. Only partially implemented,
        and with the start of the template based interface disabled.
2013-02-10 11:52:27 +00:00
..
cmake_modules * All Tools: 2010-07-14 19:39:36 +00:00
doc * All Tools: 2012-11-16 12:48:38 +00:00
src * ./hurricane/src/isobar: 2013-02-10 11:52:27 +00:00
tests * All Tools: 2012-12-03 08:26:28 +00:00
CMakeLists.txt * All Tools: 2012-12-03 08:26:28 +00:00