It is thought that …
It is believed that …
It has been reported that …
It is a widely held view that …
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"@context": [ | |
{ | |
"@base": "https://secorolab.github.io/models/floorplan/hospital/", | |
"fpm": "https://secorolab.github.io/models/floorplan/hospital/", | |
"poly": "https://secorolab.github.io/metamodels/geometry/polytope#", | |
"Polytope": "poly:Polytope", | |
"Polygon": "poly:Polygon", | |
"Polyhedron": "poly:Polyhedron", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Adding Jade to your project in Eclipse | |
1. Right click on your project and click on Build path > Add external archives | |
2. Look for the `jade.jar` file and add it. | |
3. On the menu Run> Run configurations | |
1. Create a new run configuration | |
2. On the Main tab, add the jade.Boot to the Main Class | |
3. In the arguments tab you can specify arguments needed by jade e.g. `-gui` or your agents e.g. "-agents Name:pkg.AgentExample" | |
4. Make sure that in the Classpath tab, the jade.jar file appears. | |
## Adding JADE variables to your .bashrc |