Recent Changes for "Changes from regular Jython/Python" - Graph Exploration System (GUESS)http://guess.wikispot.org/Changes_from_regular_Jython/PythonRecent Changes of the page "Changes from regular Jython/Python" on Graph Exploration System (GUESS).en-us Changes from regular Jython/Pythonhttp://guess.wikispot.org/Changes_from_regular_Jython/Python2007-08-11 00:52:26EytanAdar <div id="content" class="wikipage content"> Differences for Changes from regular Jython/Python<p><strong></strong></p><table> <tr> <td> <span> Deletions are marked with - . </span> </td> <td> <span> Additions are marked with +. </span> </td> </tr> <tr> <td> Line 1: </td> <td> Line 1: </td> </tr> <tr> <td> </td> <td> <span>+ = Changes from regular Jython/Python =<br> + <br> + The following major changes have been made to the language/system (these do not include operator modifications and other standard extensions):<br> + <br> + * The following new operators have been added: -&gt;, &lt;-, -&gt;, &lt;-&gt;, ?, roverlaps, rcontains, rcontained, rexact<br> + * Sequence objects containing graph elements (nodes, edges) allow for property modification on all elements. For example, (a,b,c).color = red does: a.color = red, b.color = red, c.color = red<br> + * Arbitrary java objects can have properties set and retrieved through the object.property [= value] syntax. This was previously unavailable.<br> + * Various tweaks to make compiled Python scripts work as applets<br> + * …</span> </td> </tr> </table> </div>