An error occurred while loading the file. Please try again.
-
Victor Poughon authored5b7fea22
<?xml version="1.0"?>
<st-source>
<time-stamp>From VisualWorks® NonCommercial, 7.6 of lundi 3 mars 2008 on lundi 25 mars 2019 at 7:28:40</time-stamp>
<methods>
<class-id>CormasNS.Kernel.CormasWS</class-id> <category>web-service</category>
<body package="Cormas" selector="sayHello">sayHello
<operationName: #SayHello >
<result: #String >
self myCormas simManager enableBackward: false.
self myCormas cormasModel class setActiveProbes: self activeProbes.
self activeProbes: nil.
self myCormas cormasModel initDataStructures.
self myCormas simManager enableBackward: false.
self myCormas cormasModel initSimulation.
^ 'hello!'</body>
</methods>
</st-source>