Axel Terfloth 736848ef2d fixed traffic_light sgen options пре 10 година
..
.settings 5ede8056d4 moved and refactored traffic light implementation from пре 10 година
model 736848ef2d fixed traffic_light sgen options пре 10 година
src f2011e42db fixed functional issues with the traffic light example. пре 10 година
src-gen f2011e42db fixed functional issues with the traffic light example. пре 10 година
.classpath 5ede8056d4 moved and refactored traffic light implementation from пре 10 година
.gitignore fed91bb248 renamed example org.yakindu.sct.examples.trafficlight to traffic_light пре 10 година
.project e8536c1c20 removed pde nature and builders from the project пре 10 година
README.TXT 5ede8056d4 moved and refactored traffic light implementation from пре 10 година
assembly.xml fed91bb248 renamed example org.yakindu.sct.examples.trafficlight to traffic_light пре 10 година
pom.xml 100cc224b4 Incremented version qualifier to 2.6.0 in pom.xml, feature.xml and пре 10 година

README.TXT

The traffic light example project is based on Java and contains a small GUI
that demonstrate the state machine behaviour in /model/TrafficLightWaiting.sct.
This example combines generated java code with manual Java implementations (the GUI).
To start the application run src/trafficlight_example/TrafficlightDemo.java.
In Eclipse select the project in the project explorer and right-click to open the
context menu. Select 'Run As > Java Application'. The application will start and
everything else should be self explaining

ATTENTION:

1! The example REQUIRES a JAVA 8 JDK.

2! When you installed the example then Eclipse may show errors on the project. This
is likely due to a missing configuration of the JDK. In this case select 'Properties'
from the context menu on the project and set the correct JDK in 'Java Build Path'. You
will find further help in the 'Java development user guide' section of the Eclipse help.