Can somebody help me and may be give some explanation or examples with my problem? Assuming that there are no "numbers" or "integers" (Alloy works with entities), how can I use my model (which I created in Alloy) through JAVA or Python? How to "connect" Alloy's model with other languages?
Thanks! Vadik.
Here is an example: http://alloy.mit.edu/alloy/code/EvaluatorExample.java.html.
You have to use Alloy (jar file) as a library in your Java application.