Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
C
commons
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
0
Merge Requests
0
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Test Cases
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
monticore
EmbeddedMontiArc
simulators
commons
Commits
cae32d89
Commit
cae32d89
authored
Aug 23, 2019
by
Bernhard Rumpe
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
BR-sy
parent
5f84f718
Pipeline
#175571
failed with stages
in 3 minutes and 55 seconds
Changes
40
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
40 changed files
with
45 additions
and
749 deletions
+45
-749
.gitlab-ci.yml
.gitlab-ci.yml
+1
-0
.travis.yml
.travis.yml
+2
-1
README.md
README.md
+1
-0
pom.xml
pom.xml
+1
-22
settings.xml
settings.xml
+1
-22
src/main/java/de/rwth/monticore/EmbeddedMontiArc/simulators/commons/composite/BusArray.java
...beddedMontiArc/simulators/commons/composite/BusArray.java
+1
-20
src/main/java/de/rwth/monticore/EmbeddedMontiArc/simulators/commons/composite/BusComponent.java
...edMontiArc/simulators/commons/composite/BusComponent.java
+1
-20
src/main/java/de/rwth/monticore/EmbeddedMontiArc/simulators/commons/composite/BusComposite.java
...edMontiArc/simulators/commons/composite/BusComposite.java
+1
-20
src/main/java/de/rwth/monticore/EmbeddedMontiArc/simulators/commons/composite/BusValue.java
...beddedMontiArc/simulators/commons/composite/BusValue.java
+1
-20
src/main/java/de/rwth/monticore/EmbeddedMontiArc/simulators/commons/controller/commons/BusEntry.java
...tiArc/simulators/commons/controller/commons/BusEntry.java
+1
-20
src/main/java/de/rwth/monticore/EmbeddedMontiArc/simulators/commons/controller/commons/NavigationEntry.java
...imulators/commons/controller/commons/NavigationEntry.java
+1
-20
src/main/java/de/rwth/monticore/EmbeddedMontiArc/simulators/commons/controller/commons/Surface.java
...ntiArc/simulators/commons/controller/commons/Surface.java
+1
-20
src/main/java/de/rwth/monticore/EmbeddedMontiArc/simulators/commons/controller/commons/Vertex.java
...ontiArc/simulators/commons/controller/commons/Vertex.java
+1
-20
src/main/java/de/rwth/monticore/EmbeddedMontiArc/simulators/commons/controller/interfaces/Bus.java
...ontiArc/simulators/commons/controller/interfaces/Bus.java
+1
-20
src/main/java/de/rwth/monticore/EmbeddedMontiArc/simulators/commons/controller/interfaces/FunctionBlockInterface.java
...commons/controller/interfaces/FunctionBlockInterface.java
+1
-20
src/main/java/de/rwth/monticore/EmbeddedMontiArc/simulators/commons/map/Adjacency.java
...re/EmbeddedMontiArc/simulators/commons/map/Adjacency.java
+1
-20
src/main/java/de/rwth/monticore/EmbeddedMontiArc/simulators/commons/map/ControllerContainer.java
...dMontiArc/simulators/commons/map/ControllerContainer.java
+1
-20
src/main/java/de/rwth/monticore/EmbeddedMontiArc/simulators/commons/map/ControllerNode.java
...beddedMontiArc/simulators/commons/map/ControllerNode.java
+1
-20
src/main/java/de/rwth/monticore/EmbeddedMontiArc/simulators/commons/map/IAdjacency.java
...e/EmbeddedMontiArc/simulators/commons/map/IAdjacency.java
+1
-20
src/main/java/de/rwth/monticore/EmbeddedMontiArc/simulators/commons/map/IControllerNode.java
...eddedMontiArc/simulators/commons/map/IControllerNode.java
+1
-20
src/main/java/de/rwth/monticore/EmbeddedMontiArc/simulators/commons/map/PathListener.java
...EmbeddedMontiArc/simulators/commons/map/PathListener.java
+1
-20
src/main/java/de/rwth/monticore/EmbeddedMontiArc/simulators/commons/simulation/DiscreteEvent.java
...MontiArc/simulators/commons/simulation/DiscreteEvent.java
+1
-20
src/main/java/de/rwth/monticore/EmbeddedMontiArc/simulators/commons/simulation/DiscreteEventSimulationNotifiable.java
...commons/simulation/DiscreteEventSimulationNotifiable.java
+1
-20
src/main/java/de/rwth/monticore/EmbeddedMontiArc/simulators/commons/simulation/DiscreteEventSimulator.java
...simulators/commons/simulation/DiscreteEventSimulator.java
+2
-21
src/main/java/de/rwth/monticore/EmbeddedMontiArc/simulators/commons/simulation/IPhysicalVehicle.java
...tiArc/simulators/commons/simulation/IPhysicalVehicle.java
+1
-20
src/main/java/de/rwth/monticore/EmbeddedMontiArc/simulators/commons/simulation/IdGenerator.java
...edMontiArc/simulators/commons/simulation/IdGenerator.java
+1
-20
src/main/java/de/rwth/monticore/EmbeddedMontiArc/simulators/commons/simulation/PhysicalObject.java
...ontiArc/simulators/commons/simulation/PhysicalObject.java
+1
-20
src/main/java/de/rwth/monticore/EmbeddedMontiArc/simulators/commons/simulation/PhysicalObjectType.java
...Arc/simulators/commons/simulation/PhysicalObjectType.java
+1
-20
src/main/java/de/rwth/monticore/EmbeddedMontiArc/simulators/commons/simulation/Sensor.java
...mbeddedMontiArc/simulators/commons/simulation/Sensor.java
+1
-20
src/main/java/de/rwth/monticore/EmbeddedMontiArc/simulators/commons/simulation/SimulationLoopExecutable.java
...mulators/commons/simulation/SimulationLoopExecutable.java
+1
-20
src/main/java/de/rwth/monticore/EmbeddedMontiArc/simulators/commons/simulation/SimulationLoopNotifiable.java
...mulators/commons/simulation/SimulationLoopNotifiable.java
+1
-20
src/main/java/de/rwth/monticore/EmbeddedMontiArc/simulators/commons/simulation/model/ReceivedScreenshot.java
...mulators/commons/simulation/model/ReceivedScreenshot.java
+1
-20
src/main/java/de/rwth/monticore/EmbeddedMontiArc/simulators/commons/simulation/model/Screenshot.java
...tiArc/simulators/commons/simulation/model/Screenshot.java
+1
-20
src/main/java/de/rwth/monticore/EmbeddedMontiArc/simulators/commons/simulation/model/command/Command.java
.../simulators/commons/simulation/model/command/Command.java
+1
-20
src/main/java/de/rwth/monticore/EmbeddedMontiArc/simulators/commons/simulation/model/command/ScreenshotPayload.java
...s/commons/simulation/model/command/ScreenshotPayload.java
+1
-20
src/main/java/de/rwth/monticore/EmbeddedMontiArc/simulators/commons/utils/Geometry.java
...e/EmbeddedMontiArc/simulators/commons/utils/Geometry.java
+1
-20
src/main/java/de/rwth/monticore/EmbeddedMontiArc/simulators/commons/utils/LibraryService.java
...ddedMontiArc/simulators/commons/utils/LibraryService.java
+1
-20
src/main/java/de/rwth/monticore/EmbeddedMontiArc/simulators/commons/utils/Pair.java
...icore/EmbeddedMontiArc/simulators/commons/utils/Pair.java
+2
-21
src/main/java/de/rwth/monticore/EmbeddedMontiArc/simulators/commons/utils/Point2D.java
...re/EmbeddedMontiArc/simulators/commons/utils/Point2D.java
+2
-21
src/main/java/de/rwth/monticore/EmbeddedMontiArc/simulators/commons/utils/Point3D.java
...re/EmbeddedMontiArc/simulators/commons/utils/Point3D.java
+2
-21
No files found.
.gitlab-ci.yml
View file @
cae32d89
# (c) https://github.com/MontiCore/monticore
#
stages
:
...
...
.travis.yml
View file @
cae32d89
# (c) https://github.com/MontiCore/monticore
script
:
-
git checkout ${TRAVIS_BRANCH}
-
mvn -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn -B clean install cobertura:cobertura org.eluder.coveralls:coveralls-maven-plugin:report --settings "settings.xml"
after_success
:
-
if [ "${TRAVIS_BRANCH}" == "master" ]; then mvn -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn -B deploy --debug --settings "./settings.xml"; fi
\ No newline at end of file
-
if [ "${TRAVIS_BRANCH}" == "master" ]; then mvn -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn -B deploy --debug --settings "./settings.xml"; fi
README.md
View file @
cae32d89
<!-- (c) https://github.com/MontiCore/monticore -->
<a
href=
"https://codeclimate.com/github/MontiSim/commons/maintainability"
><img
src=
"https://api.codeclimate.com/v1/badges/1fee5e810477b6a2a432/maintainability"
/></a>
[

](https://travis-ci.org/MontiSim/commons)
[

](https://coveralls.io/github/MontiSim/commons?branch=master)
# Commons
...
...
pom.xml
View file @
cae32d89
<?xml version="1.0" encoding="UTF-8"?>
<!--
******************************************************************************
MontiCAR Modeling Family, www.se-rwth.de
Copyright (c) 2017, Software Engineering Group at RWTH Aachen,
All rights reserved.
This project is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 3.0 of the License, or (at your option) any later version.
This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
License along with this project. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************
-->
<!-- (c) https://github.com/MontiCore/monticore -->
<project
xmlns=
"http://maven.apache.org/POM/4.0.0"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
>
<modelVersion>
4.0.0
</modelVersion>
...
...
settings.xml
View file @
cae32d89
<?xml version="1.0" encoding="UTF-8"?>
<!--
******************************************************************************
MontiCAR Modeling Family, www.se-rwth.de
Copyright (c) 2017, Software Engineering Group at RWTH Aachen,
All rights reserved.
This project is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 3.0 of the License, or (at your option) any later version.
This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
License along with this project. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************
-->
<!-- (c) https://github.com/MontiCore/monticore -->
<settings
xmlns=
"http://maven.apache.org/SETTINGS/1.0.0"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
...
...
src/main/java/de/rwth/monticore/EmbeddedMontiArc/simulators/commons/composite/BusArray.java
View file @
cae32d89
/**
*
* ******************************************************************************
* MontiCAR Modeling Family, www.se-rwth.de
* Copyright (c) 2017, Software Engineering Group at RWTH Aachen,
* All rights reserved.
*
* This project is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 3.0 of the License, or (at your option) any later version.
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this project. If not, see <http://www.gnu.org/licenses/>.
* *******************************************************************************
*/
/* (c) https://github.com/MontiCore/monticore */
package
de.rwth.monticore.EmbeddedMontiArc.simulators.commons.composite
;
public
class
BusArray
implements
BusComponent
{
...
...
src/main/java/de/rwth/monticore/EmbeddedMontiArc/simulators/commons/composite/BusComponent.java
View file @
cae32d89
/**
*
* ******************************************************************************
* MontiCAR Modeling Family, www.se-rwth.de
* Copyright (c) 2017, Software Engineering Group at RWTH Aachen,
* All rights reserved.
*
* This project is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 3.0 of the License, or (at your option) any later version.
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this project. If not, see <http://www.gnu.org/licenses/>.
* *******************************************************************************
*/
/* (c) https://github.com/MontiCore/monticore */
package
de.rwth.monticore.EmbeddedMontiArc.simulators.commons.composite
;
/**
...
...
src/main/java/de/rwth/monticore/EmbeddedMontiArc/simulators/commons/composite/BusComposite.java
View file @
cae32d89
/**
*
* ******************************************************************************
* MontiCAR Modeling Family, www.se-rwth.de
* Copyright (c) 2017, Software Engineering Group at RWTH Aachen,
* All rights reserved.
*
* This project is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 3.0 of the License, or (at your option) any later version.
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this project. If not, see <http://www.gnu.org/licenses/>.
* *******************************************************************************
*/
/* (c) https://github.com/MontiCore/monticore */
package
de.rwth.monticore.EmbeddedMontiArc.simulators.commons.composite
;
import
java.util.HashMap
;
...
...
src/main/java/de/rwth/monticore/EmbeddedMontiArc/simulators/commons/composite/BusValue.java
View file @
cae32d89
/**
*
* ******************************************************************************
* MontiCAR Modeling Family, www.se-rwth.de
* Copyright (c) 2017, Software Engineering Group at RWTH Aachen,
* All rights reserved.
*
* This project is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 3.0 of the License, or (at your option) any later version.
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this project. If not, see <http://www.gnu.org/licenses/>.
* *******************************************************************************
*/
/* (c) https://github.com/MontiCore/monticore */
package
de.rwth.monticore.EmbeddedMontiArc.simulators.commons.composite
;
/**
...
...
src/main/java/de/rwth/monticore/EmbeddedMontiArc/simulators/commons/controller/commons/BusEntry.java
View file @
cae32d89
/**
*
* ******************************************************************************
* MontiCAR Modeling Family, www.se-rwth.de
* Copyright (c) 2017, Software Engineering Group at RWTH Aachen,
* All rights reserved.
*
* This project is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 3.0 of the License, or (at your option) any later version.
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this project. If not, see <http://www.gnu.org/licenses/>.
* *******************************************************************************
*/
/* (c) https://github.com/MontiCore/monticore */
package
de.rwth.monticore.EmbeddedMontiArc.simulators.commons.controller.commons
;
/**
...
...
src/main/java/de/rwth/monticore/EmbeddedMontiArc/simulators/commons/controller/commons/NavigationEntry.java
View file @
cae32d89
/**
*
* ******************************************************************************
* MontiCAR Modeling Family, www.se-rwth.de
* Copyright (c) 2017, Software Engineering Group at RWTH Aachen,
* All rights reserved.
*
* This project is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 3.0 of the License, or (at your option) any later version.
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this project. If not, see <http://www.gnu.org/licenses/>.
* *******************************************************************************
*/
/* (c) https://github.com/MontiCore/monticore */
package
de.rwth.monticore.EmbeddedMontiArc.simulators.commons.controller.commons
;
/**
...
...
src/main/java/de/rwth/monticore/EmbeddedMontiArc/simulators/commons/controller/commons/Surface.java
View file @
cae32d89
/**
*
* ******************************************************************************
* MontiCAR Modeling Family, www.se-rwth.de
* Copyright (c) 2017, Software Engineering Group at RWTH Aachen,
* All rights reserved.
*
* This project is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 3.0 of the License, or (at your option) any later version.
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this project. If not, see <http://www.gnu.org/licenses/>.
* *******************************************************************************
*/
/* (c) https://github.com/MontiCore/monticore */
package
de.rwth.monticore.EmbeddedMontiArc.simulators.commons.controller.commons
;
/**
...
...
src/main/java/de/rwth/monticore/EmbeddedMontiArc/simulators/commons/controller/commons/Vertex.java
View file @
cae32d89
/**
*
* ******************************************************************************
* MontiCAR Modeling Family, www.se-rwth.de
* Copyright (c) 2017, Software Engineering Group at RWTH Aachen,
* All rights reserved.
*
* This project is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 3.0 of the License, or (at your option) any later version.
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this project. If not, see <http://www.gnu.org/licenses/>.
* *******************************************************************************
*/
/* (c) https://github.com/MontiCore/monticore */
package
de.rwth.monticore.EmbeddedMontiArc.simulators.commons.controller.commons
;
import
org.apache.commons.math3.linear.RealVector
;
...
...
src/main/java/de/rwth/monticore/EmbeddedMontiArc/simulators/commons/controller/interfaces/Bus.java
View file @
cae32d89
/**
*
* ******************************************************************************
* MontiCAR Modeling Family, www.se-rwth.de
* Copyright (c) 2017, Software Engineering Group at RWTH Aachen,
* All rights reserved.
*
* This project is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 3.0 of the License, or (at your option) any later version.
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this project. If not, see <http://www.gnu.org/licenses/>.
* *******************************************************************************
*/
/* (c) https://github.com/MontiCore/monticore */
package
de.rwth.monticore.EmbeddedMontiArc.simulators.commons.controller.interfaces
;
import
java.util.Map
;
...
...
src/main/java/de/rwth/monticore/EmbeddedMontiArc/simulators/commons/controller/interfaces/FunctionBlockInterface.java
View file @
cae32d89
/**
*
* ******************************************************************************
* MontiCAR Modeling Family, www.se-rwth.de
* Copyright (c) 2017, Software Engineering Group at RWTH Aachen,
* All rights reserved.
*
* This project is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 3.0 of the License, or (at your option) any later version.
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this project. If not, see <http://www.gnu.org/licenses/>.
* *******************************************************************************
*/
/* (c) https://github.com/MontiCore/monticore */
package
de.rwth.monticore.EmbeddedMontiArc.simulators.commons.controller.interfaces
;
import
java.util.Map
;
...
...
src/main/java/de/rwth/monticore/EmbeddedMontiArc/simulators/commons/map/Adjacency.java
View file @
cae32d89
/**
*
* ******************************************************************************
* MontiCAR Modeling Family, www.se-rwth.de
* Copyright (c) 2017, Software Engineering Group at RWTH Aachen,
* All rights reserved.
*
* This project is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 3.0 of the License, or (at your option) any later version.
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this project. If not, see <http://www.gnu.org/licenses/>.
* *******************************************************************************
*/
/* (c) https://github.com/MontiCore/monticore */
package
de.rwth.monticore.EmbeddedMontiArc.simulators.commons.map
;
/**
...
...
src/main/java/de/rwth/monticore/EmbeddedMontiArc/simulators/commons/map/ControllerContainer.java
View file @
cae32d89
/**
*
* ******************************************************************************
* MontiCAR Modeling Family, www.se-rwth.de
* Copyright (c) 2017, Software Engineering Group at RWTH Aachen,
* All rights reserved.
*
* This project is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 3.0 of the License, or (at your option) any later version.
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this project. If not, see <http://www.gnu.org/licenses/>.
* *******************************************************************************
*/
/* (c) https://github.com/MontiCore/monticore */
package
de.rwth.monticore.EmbeddedMontiArc.simulators.commons.map
;
import
java.util.ArrayList
;
...
...
src/main/java/de/rwth/monticore/EmbeddedMontiArc/simulators/commons/map/ControllerNode.java
View file @
cae32d89
/**
*
* ******************************************************************************
* MontiCAR Modeling Family, www.se-rwth.de
* Copyright (c) 2017, Software Engineering Group at RWTH Aachen,
* All rights reserved.
*
* This project is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 3.0 of the License, or (at your option) any later version.
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this project. If not, see <http://www.gnu.org/licenses/>.
* *******************************************************************************
*/
/* (c) https://github.com/MontiCore/monticore */
package
de.rwth.monticore.EmbeddedMontiArc.simulators.commons.map
;
import
de.rwth.monticore.EmbeddedMontiArc.simulators.commons.utils.Point3D
;
...
...
src/main/java/de/rwth/monticore/EmbeddedMontiArc/simulators/commons/map/IAdjacency.java
View file @
cae32d89
/**
*
* ******************************************************************************
* MontiCAR Modeling Family, www.se-rwth.de
* Copyright (c) 2017, Software Engineering Group at RWTH Aachen,
* All rights reserved.
*
* This project is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 3.0 of the License, or (at your option) any later version.
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this project. If not, see <http://www.gnu.org/licenses/>.
* *******************************************************************************
*/
/* (c) https://github.com/MontiCore/monticore */
package
de.rwth.monticore.EmbeddedMontiArc.simulators.commons.map
;
/**
...
...
src/main/java/de/rwth/monticore/EmbeddedMontiArc/simulators/commons/map/IControllerNode.java
View file @
cae32d89
/**
*
* ******************************************************************************
* MontiCAR Modeling Family, www.se-rwth.de
* Copyright (c) 2017, Software Engineering Group at RWTH Aachen,
* All rights reserved.
*
* This project is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 3.0 of the License, or (at your option) any later version.
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this project. If not, see <http://www.gnu.org/licenses/>.
* *******************************************************************************
*/
/* (c) https://github.com/MontiCore/monticore */
package
de.rwth.monticore.EmbeddedMontiArc.simulators.commons.map
;
import
de.rwth.monticore.EmbeddedMontiArc.simulators.commons.utils.Point3D
;
...
...
src/main/java/de/rwth/monticore/EmbeddedMontiArc/simulators/commons/map/PathListener.java
View file @
cae32d89
/**
*
* ******************************************************************************
* MontiCAR Modeling Family, www.se-rwth.de
* Copyright (c) 2017, Software Engineering Group at RWTH Aachen,
* All rights reserved.
*
* This project is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 3.0 of the License, or (at your option) any later version.
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this project. If not, see <http://www.gnu.org/licenses/>.
* *******************************************************************************
*/
/* (c) https://github.com/MontiCore/monticore */
package
de.rwth.monticore.EmbeddedMontiArc.simulators.commons.map
;
import
java.util.List
;
...
...
src/main/java/de/rwth/monticore/EmbeddedMontiArc/simulators/commons/simulation/DiscreteEvent.java
View file @
cae32d89
/**
*
* ******************************************************************************
* MontiCAR Modeling Family, www.se-rwth.de
* Copyright (c) 2017, Software Engineering Group at RWTH Aachen,
* All rights reserved.
*
* This project is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 3.0 of the License, or (at your option) any later version.
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this project. If not, see <http://www.gnu.org/licenses/>.
* *******************************************************************************
*/
/* (c) https://github.com/MontiCore/monticore */
package
de.rwth.monticore.EmbeddedMontiArc.simulators.commons.simulation
;
/**
...
...
src/main/java/de/rwth/monticore/EmbeddedMontiArc/simulators/commons/simulation/DiscreteEventSimulationNotifiable.java
View file @
cae32d89
/**
*
* ******************************************************************************
* MontiCAR Modeling Family, www.se-rwth.de
* Copyright (c) 2017, Software Engineering Group at RWTH Aachen,
* All rights reserved.
*
* This project is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 3.0 of the License, or (at your option) any later version.
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this project. If not, see <http://www.gnu.org/licenses/>.
* *******************************************************************************
*/
/* (c) https://github.com/MontiCore/monticore */
package
de.rwth.monticore.EmbeddedMontiArc.simulators.commons.simulation
;
/**
...
...
src/main/java/de/rwth/monticore/EmbeddedMontiArc/simulators/commons/simulation/DiscreteEventSimulator.java
View file @
cae32d89
/**
*
* ******************************************************************************
* MontiCAR Modeling Family, www.se-rwth.de
* Copyright (c) 2017, Software Engineering Group at RWTH Aachen,
* All rights reserved.
*
* This project is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 3.0 of the License, or (at your option) any later version.
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this project. If not, see <http://www.gnu.org/licenses/>.
* *******************************************************************************
*/
/* (c) https://github.com/MontiCore/monticore */
package
de.rwth.monticore.EmbeddedMontiArc.simulators.commons.simulation
;
import
java.util.Collections
;
...
...
@@ -289,4 +270,4 @@ public abstract class DiscreteEventSimulator < DiscreteEventType extends Discret
@Override
public
void
simulationStopped
(
List
<
SimulationLoopExecutable
>
simulationObjects
,
long
totalTime
)
{}
}