Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
monticore
MontiSecArc
Commits
e9c83fb1
Commit
e9c83fb1
authored
May 11, 2015
by
Lars Hermerschmidt
Browse files
+ fix rte
+ mini doc
parent
d92a757b
Changes
4
Hide whitespace changes
Inline
Side-by-side
examples/generator/README.txt
0 → 100644
View file @
e9c83fb1
run mvn install to compile the example
generator-example:
the testcase executes the generator on the model supplied within the generator-example project
rte-example:
example for static code used within the use-example project
use-example:
uses the generator and executes it via maven on the model supplied within the use-example project
examples/generator/generator-example/pom.xml
View file @
e9c83fb1
...
...
@@ -62,14 +62,12 @@
</dependency>
<dependency>
<groupId>
de.se_rwth.montisecarc
</groupId>
<!-- <version>0.0.3-SNAPSHOT</version>-->
<artifactId>
montiSecArcBE
</artifactId>
</dependency>
<dependency>
<groupId>
de.se_rwth.montisecarc
</groupId>
<artifactId>
montiSecArcFE
</artifactId>
<!-- <version>0.0.3-SNAPSHOT</version>-->
</dependency>
<dependency>
...
...
@@ -114,41 +112,5 @@
<version>
${monticore.version}
</version>
</dependency>
<!-- UML/P Languages -->
<!-- <dependency> -->
<!-- <groupId>de.monticore.lang.umlp</groupId> -->
<!-- <artifactId>de.umlp.fe</artifactId> -->
<!-- <version>${umlp.version}</version> -->
<!-- </dependency> -->
<!-- <dependency> -->
<!-- <groupId>de.monticore.lang.umlp</groupId> -->
<!-- <artifactId>de.umlp.cdjava.fe</artifactId> -->
<!-- <version>${umlp.version}</version> -->
<!-- </dependency> -->
<!-- <dependency> -->
<!-- <groupId>de.monticore.lang.umlp</groupId> -->
<!-- <artifactId>de.umlp.odjava.fe</artifactId> -->
<!-- <version>${umlp.version}</version> -->
<!-- </dependency> -->
<!-- <dependency> -->
<!-- <groupId>de.monticore.lang.umlp</groupId> -->
<!-- <artifactId>de.umlp.scjava.fe</artifactId> -->
<!-- <version>${umlp.version}</version> -->
<!-- </dependency> -->
<!-- <dependency> -->
<!-- <groupId>de.monticore.lang.umlp</groupId> -->
<!-- <artifactId>de.umlp.sdjava.fe</artifactId> -->
<!-- <version>${umlp.version}</version> -->
<!-- </dependency> -->
<!-- <dependency> -->
<!-- <groupId>de.monticore.lang.umlp</groupId> -->
<!-- <artifactId>de.umlp.tcjava.fe</artifactId> -->
<!-- <version>${umlp.version}</version> -->
<!-- </dependency> -->
<!-- <dependency> -->
<!-- <groupId>de.monticore.lang.umlp</groupId> -->
<!-- <artifactId>de.umlp.ocl.fe</artifactId> -->
<!-- <version>${umlp.version}</version> -->
<!-- </dependency> -->
</dependencies>
</project>
examples/generator/rte-example/src/main/java/secarc/rte/Server.java
0 → 100644
View file @
e9c83fb1
package
secarc.rte
;
import
java.util.*
;
public
abstract
class
Server
{
private
Set
<
Integer
>
portList
=
new
HashSet
<
Integer
>();
protected
Set
<
String
>
listenPorts
=
new
HashSet
<
String
>();
public
void
start
()
{
}
}
examples/generator/usage-example/pom.xml
View file @
e9c83fb1
...
...
@@ -18,8 +18,7 @@
<wagon.provider.version>
2.6
</wagon.provider.version>
<clarc.version>
0.0.14
</clarc.version>
<!-- <monticore.version>3.0.0</monticore.version> -->
<umlp.version>
1.8.2
</umlp.version>
<umlp.version>
1.8.2
</umlp.version>
<dsltool.maven.version>
2.1.0
</dsltool.maven.version>
<project.build.sourceEncoding>
UTF-8
</project.build.sourceEncoding>
...
...
@@ -308,18 +307,6 @@
<version>
${montiarc.version}
</version>
</dependency>
<!-- <dependency> -->
<!-- <groupId>de.monticore.lang.umlp</groupId> -->
<!-- <artifactId>de.umlp.core.fe</artifactId> -->
<!-- <version>${umlp.version}</version> -->
<!-- </dependency> -->
<!-- <dependency> -->
<!-- <groupId>de.monticore.lang.umlp</groupId> -->
<!-- <artifactId>de.umlp.sc.fe</artifactId> -->
<!-- <version>${umlp.version}</version> -->
<!-- </dependency> -->
<dependency>
<groupId>
de.se_rwth.commons
</groupId>
<artifactId>
se-commons-utilities
</artifactId>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment