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.
If you want to pass this model to Python, you would need to create new data types. This can be done with classes.
For example:
There you have a new data type: Person
You would need to create the right classes to represent the same types of your Alloy model.